Searched refs:id_table (Results 1 – 25 of 30) sorted by relevance
12
/arch/mips/include/asm/ |
D | cdmm.h | 49 const struct mips_cdmm_device_id *id_table; member
|
D | gio_device.h | 25 const struct gio_device_id *id_table; member
|
/arch/parisc/include/asm/ |
D | parisc-device.h | 36 const struct parisc_device_id *id_table; member
|
/arch/ia64/include/asm/sn/ |
D | tiocx.h | 36 const struct cx_device_id *id_table; member
|
/arch/x86/events/intel/ |
D | uncore_snb.c | 735 .id_table = snb_uncore_pci_ids, 740 .id_table = ivb_uncore_pci_ids, 745 .id_table = hsw_uncore_pci_ids, 750 .id_table = bdw_uncore_pci_ids, 755 .id_table = skl_uncore_pci_ids,
|
D | uncore_snbep.c | 1221 .id_table = snbep_uncore_pci_ids, 1868 .id_table = ivbep_uncore_pci_ids, 2358 .id_table = knl_uncore_pci_ids, 2977 .id_table = hswep_uncore_pci_ids, 3274 .id_table = bdx_uncore_pci_ids, 3829 .id_table = skx_uncore_pci_ids,
|
/arch/powerpc/include/asm/ |
D | vio.h | 118 const struct vio_device_id *id_table; member
|
/arch/x86/platform/scx200/ |
D | scx200_32.c | 42 .id_table = scx200_tbl,
|
/arch/mips/sgi-ip22/ |
D | ip22-gio.c | 118 return gio_match_device(gio_drv->id_table, gio_dev) != NULL; in gio_bus_match() 136 match = gio_match_device(drv->id_table, gio_dev); in gio_device_probe()
|
/arch/arm/mach-mmp/ |
D | sram.c | 159 .id_table = sram_id_table,
|
/arch/arm/include/asm/ |
D | ecard.h | 206 const struct ecard_id *id_table; member
|
/arch/powerpc/platforms/44x/ |
D | ppc476.c | 111 .id_table = avr_id,
|
/arch/ia64/sn/kernel/ |
D | tiocx.c | 54 const struct cx_device_id *ids = cx_drv->id_table; in tiocx_match() 118 id = cx_device_match(cx_drv->id_table, cx_dev); in cx_device_probe()
|
/arch/powerpc/platforms/83xx/ |
D | mcu_mpc8349emitx.c | 230 .id_table = mcu_ids,
|
/arch/x86/kernel/ |
D | probe_roms.c | 89 for (id = drv ? drv->id_table : NULL; id && id->vendor; id++) in match_id()
|
/arch/arm/plat-pxa/ |
D | ssp.c | 263 .id_table = ssp_id_table,
|
/arch/arm/mach-davinci/ |
D | board-dm646x-evm.c | 167 .id_table = cpld_reg_ids, 379 .id_table = cpld_video_id,
|
/arch/sparc/kernel/ |
D | vio.c | 61 const struct vio_device_id *matches = vio_drv->id_table; in vio_bus_match() 78 id = vio_match_device(drv->id_table, vdev); in vio_device_probe()
|
/arch/x86/platform/intel/ |
D | iosf_mbi.c | 352 .id_table = iosf_mbi_pci_ids,
|
/arch/arm/mach-rpc/ |
D | ecard.c | 1044 id = ecard_match_device(drv->id_table, ec); in ecard_drv_probe() 1118 if (drv->id_table) { in ecard_match() 1119 ret = ecard_match_device(drv->id_table, ec) != NULL; in ecard_match()
|
/arch/arm/mach-s3c64xx/ |
D | mach-crag6410-module.c | 403 .id_table = wlf_gf_module_id,
|
/arch/parisc/kernel/ |
D | processor.c | 442 .id_table = processor_tbl,
|
/arch/x86/platform/intel-mid/ |
D | pwr.c | 485 .id_table = mid_pwr_pci_ids,
|
/arch/sparc/include/asm/ |
D | vio.h | 363 const struct vio_device_id *id_table; member
|
/arch/arm/plat-samsung/ |
D | adc.c | 503 .id_table = s3c_adc_driver_ids,
|
12