Searched defs:pci_id_table (Results 1 – 3 of 3) sorted by relevance
346 struct pci_id_table { struct347 const struct pci_id_descr *descr;348 int n_devs_per_imc;349 int n_devs_per_sock;350 int n_imcs_per_sock;351 enum type type;
235 struct pci_id_table { struct236 const struct pci_id_descr *descr;237 int n_devs;
349 const struct pci_device_id *pci_id_table; member