Home
last modified time | relevance | path

Searched refs:pci_id_table (Results 1 – 5 of 5) sorted by relevance

/Linux-v4.19/drivers/edac/
Dsb_edac.c345 struct pci_id_table { struct
433 static const struct pci_id_table pci_dev_descr_sbridge_table[] = {
499 static const struct pci_id_table pci_dev_descr_ibridge_table[] = {
570 static const struct pci_id_table pci_dev_descr_haswell_table[] = {
614 static const struct pci_id_table pci_dev_descr_knl_table[] = {
680 static const struct pci_id_table pci_dev_descr_broadwell_table[] = {
761 const struct pci_id_table *table) in alloc_sbridge_dev()
2246 const struct pci_id_table *table, in sbridge_get_onedevice()
2361 const struct pci_id_table *table) in sbridge_get_all_devices()
3351 struct pci_id_table *ptable = (struct pci_id_table *)id->driver_data; in sbridge_probe()
Di7core_edac.c237 struct pci_id_table { struct
377 static const struct pci_id_table pci_dev_table[] = {
456 const struct pci_id_table *table) in alloc_i7core_dev()
1263 static void __init i7core_xeon_pci_fixup(const struct pci_id_table *table) in i7core_xeon_pci_fixup()
1308 const struct pci_id_table *table, in i7core_get_onedevice()
1429 const struct pci_id_table *table = pci_dev_table; in i7core_get_all_devices()
/Linux-v4.19/drivers/staging/gasket/
Dgasket_core.h357 const struct pci_device_id *pci_id_table; member
Dapex_driver.c674 .pci_id_table = apex_pci_ids,
Dgasket_core.c668 g_descs[i].driver_desc->pci_id_table && in lookup_internal_desc()
669 pci_match_id(g_descs[i].driver_desc->pci_id_table, pci_dev)) in lookup_internal_desc()