Searched refs:of_match_table (Results 1 – 25 of 2892) sorted by relevance
12345678910>>...116
/linux/drivers/bus/ |
A D | simple-pm-bus.c | 32 match = of_match_device(dev->driver->of_match_table, dev); in simple_pm_bus_probe() 87 .of_match_table = simple_pm_bus_of_match,
|
A D | sun50i-de2.c | 43 .of_match_table = sun50i_de2_bus_of_match,
|
/linux/drivers/regulator/ |
A D | stm32-booster.c | 87 of_match_device(dev->driver->of_match_table, dev)->data; in stm32_booster_probe() 120 .of_match_table = of_match_ptr(stm32_booster_of_match),
|
/linux/drivers/nvmem/ |
A D | mxs-ocotp.c | 146 match = of_match_device(dev->driver->of_match_table, dev); in mxs_ocotp_probe() 190 .of_match_table = mxs_ocotp_match,
|
A D | stm32-romem.c | 163 of_match_device(dev->driver->of_match_table, dev)->data; in stm32_romem_probe() 194 .of_match_table = of_match_ptr(stm32_romem_of_match),
|
/linux/drivers/acpi/ |
A D | bus.c | 712 const struct of_device_id *of_match_table, in acpi_of_match_device() argument 722 if (!of_match_table || !of_compatible) in acpi_of_match_device() 736 for (id = of_match_table; id->compatible[0]; id++) in acpi_of_match_device() 880 if (!acpi_of_match_device(adev, dev->driver->of_match_table, &match)) in acpi_of_device_get_match_data() 913 drv->of_match_table, in acpi_driver_match_device() 917 drv->acpi_match_table, drv->of_match_table, in acpi_driver_match_device()
|
/linux/drivers/clk/mvebu/ |
A D | ap806-system-controller.c | 274 .of_match_table = ap806_syscon_legacy_of_match, 290 .of_match_table = ap806_clock_of_match,
|
/linux/drivers/iio/dac/ |
A D | stm32-dac-core.c | 106 of_match_device(dev->driver->of_match_table, dev)->data; in stm32_dac_probe() 255 .of_match_table = stm32_dac_of_match,
|
/linux/sound/soc/codecs/ |
A D | wm8728.c | 269 .of_match_table = wm8728_of_match, 308 .of_match_table = wm8728_of_match,
|
A D | es8328-spi.c | 31 .of_match_table = es8328_of_match,
|
A D | ssm2602-spi.c | 31 .of_match_table = ssm2602_of_match,
|
A D | adau7118-hw.c | 34 .of_match_table = adau7118_of_match,
|
A D | cs4271-spi.c | 30 .of_match_table = of_match_ptr(cs4271_dt_ids),
|
A D | es8328-i2c.c | 42 .of_match_table = es8328_of_match,
|
A D | cs4271-i2c.c | 36 .of_match_table = of_match_ptr(cs4271_dt_ids),
|
/linux/drivers/mtd/nand/raw/brcmnand/ |
A D | brcmstb_nand.c | 30 .of_match_table = brcmstb_nand_of_match,
|
/linux/drivers/spi/ |
A D | spi-brcmstb-qspi.c | 35 .of_match_table = brcmstb_qspi_of_match,
|
/linux/drivers/clk/mediatek/ |
A D | clk-mt8192-mfg.c | 46 .of_match_table = of_match_clk_mt8192_mfg,
|
A D | clk-mt8192-scp_adsp.c | 46 .of_match_table = of_match_clk_mt8192_scp_adsp,
|
A D | clk-mt8195-mfg.c | 44 .of_match_table = of_match_clk_mt8195_mfg,
|
A D | clk-mt8195-scp_adsp.c | 44 .of_match_table = of_match_clk_mt8195_scp_adsp,
|
/linux/drivers/hwmon/ |
A D | ltc2947-i2c.c | 38 .of_match_table = ltc2947_of_match,
|
/linux/arch/sparc/kernel/ |
A D | central.c | 156 .of_match_table = clock_board_match, 260 .of_match_table = fhc_match,
|
/linux/drivers/soc/actions/ |
A D | owl-sps.c | 109 match = of_match_device(pdev->dev.driver->of_match_table, &pdev->dev); in owl_sps_probe() 311 .of_match_table = owl_sps_of_matches,
|
/linux/drivers/fpga/ |
A D | altera-pr-ip-core-plat.c | 42 .of_match_table = alt_pr_of_match,
|
Completed in 30 milliseconds
12345678910>>...116