Searched defs:pci_device_table (Results 1 – 1 of 1) sorted by relevance
272 struct pci_device_table { struct275 match_flag_vendor:1,276 match_flag_device:1,277 match_flag_subvendor:1,278 match_flag_subdevice:1,279 match_flag_class:1,280 match_flag_subclass:1,281 match_flag_revid:1,282 match_flag_unused:9;294 uint16_t vendor;[all …]