Lines Matching refs:config
43 * [P<domain>]p<bus>s<slot>[f<function>][u<port>][..][c<config>][i<interface>]
172 uint8_t config[64];
174 filename = strjoina(udev_device_get_syspath(dev), "/config");
178 if (read(fd, &config, sizeof(config)) != sizeof(config))
182 if ((config[PCI_HEADER_TYPE] & 0x80) != 0)
300 char *config;
320 config = s+1;
322 s = strchr(config, '.');
335 /* append USB config number, suppress the common config == 1 */
336 if (!streq(config, "1"))
337 l = strpcpyl(&s, sizeof(names->usb_ports), "c", config, NULL);