Searched defs:pci_device_table (Results 1 – 1 of 1) sorted by relevance
268 struct pci_device_table { struct271 match_flag_vendor:1,272 match_flag_device:1,273 match_flag_subvendor:1,274 match_flag_subdevice:1,275 match_flag_class:1,276 match_flag_subclass:1,277 match_flag_revid:1,278 match_flag_unused:9;290 uint16_t vendor;[all …]