Home | History | Annotate | Download | only in src

Lines Matching defs:pci_id

114 	const char *pci_id, *path;
134 pci_id = udev_device_get_property_value(parent, "PCI_ID");
135 if (fnmatch(pci_glob, pci_id, 0) != 0)
250 unsigned int pci_id;
253 gp.value = (int*)&pci_id;
257 OUTPUT_FAIL_AND_EXIT("Can't get the i915 pci_id.");
261 printf("INFO: i915 pci_id=0x%x.\n", pci_id);
262 switch(pci_id) {