Searched refs:id_lookup (Results 1 – 1 of 1) sorted by relevance
| /pciutils/lib/ |
| H A D | names.c | 18 static char *id_lookup(struct pci_access *a, int flags, int cat, int id1, int id2, int id3, int id4) in id_lookup() function 63 d = id_lookup(a, flags, ID_SUBSYSTEM, iv, id, isv, isd); in id_lookup_subsys() 65 d = id_lookup(a, flags, ID_GEN_SUBSYSTEM, isv, isd, 0, 0); in id_lookup_subsys() 67 d = id_lookup(a, flags, ID_DEVICE, iv, id, 0, 0); in id_lookup_subsys() 166 v = id_lookup(a, flags, ID_VENDOR, iv, 0, 0, 0); in pci_lookup_name() 167 d = id_lookup(a, flags, ID_DEVICE, iv, id, 0, 0); in pci_lookup_name() 173 v = id_lookup(a, flags, ID_VENDOR, isv, 0, 0, 0); in pci_lookup_name() 189 v = id_lookup(a, flags, ID_VENDOR, isv, 0, 0, 0); in pci_lookup_name() 197 cls = id_lookup(a, flags, ID_SUBCLASS, icls >> 8, icls & 0xff, 0, 0); in pci_lookup_name() 198 if (!cls && (cls = id_lookup(a, flags, ID_CLASS, icls >> 8, 0, 0, 0))) in pci_lookup_name() [all …]
|