Lines Matching defs:config
43 * [P<domain>]p<bus>s<slot>[f<function>][u<port>][..][c<config>][i<interface>]
184 uint8_t config[64];
186 filename = strjoina(udev_device_get_syspath(dev), "/config");
190 if (read(fd, &config, sizeof(config)) != sizeof(config))
194 if ((config[PCI_HEADER_TYPE] & 0x80) != 0)
323 char *config;
346 config = s+1;
348 s = strchr(config, '.');
361 /* append USB config number, suppress the common config == 1 */
362 if (!streq(config, "1"))
363 l = strpcpyl(&s, sizeof(names->usb_ports), "c", config, NULL);