Searched refs:of_match_table (Results 1 – 25 of 2921) sorted by relevance
12345678910>>...117
/drivers/regulator/ |
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),
|
/drivers/nvmem/ |
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,
|
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),
|
/drivers/acpi/ |
D | bus.c | 631 const struct of_device_id *of_match_table, in acpi_of_match_device() argument 641 if (!of_match_table || !of_compatible) in acpi_of_match_device() 655 for (id = of_match_table; id->compatible[0]; id++) in acpi_of_match_device() 799 if (!acpi_of_match_device(adev, dev->driver->of_match_table, &match)) in acpi_of_device_get_match_data() 832 drv->of_match_table, in acpi_driver_match_device() 836 drv->acpi_match_table, drv->of_match_table, in acpi_driver_match_device()
|
/drivers/clk/mvebu/ |
D | ap806-system-controller.c | 274 .of_match_table = ap806_syscon_legacy_of_match, 290 .of_match_table = ap806_clock_of_match,
|
/drivers/iio/dac/ |
D | stm32-dac-core.c | 107 of_match_device(dev->driver->of_match_table, dev)->data; in stm32_dac_probe() 263 .of_match_table = stm32_dac_of_match,
|
/drivers/mtd/nand/raw/brcmnand/ |
D | brcmstb_nand.c | 30 .of_match_table = brcmstb_nand_of_match,
|
/drivers/spi/ |
D | spi-brcmstb-qspi.c | 35 .of_match_table = brcmstb_qspi_of_match,
|
/drivers/power/reset/ |
D | restart-poweroff.c | 54 .of_match_table = of_restart_poweroff_match,
|
D | brcm-kona-reset.c | 69 .of_match_table = of_match,
|
/drivers/hwmon/ |
D | ltc2947-i2c.c | 38 .of_match_table = ltc2947_of_match,
|
D | ltc2947-spi.c | 40 .of_match_table = ltc2947_of_match,
|
/drivers/soc/actions/ |
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,
|
/drivers/bus/ |
D | sun50i-de2.c | 44 .of_match_table = sun50i_de2_bus_of_match,
|
D | ti-pwmss.c | 45 .of_match_table = pwmss_of_match,
|
D | simple-pm-bus.c | 50 .of_match_table = simple_pm_bus_of_match,
|
/drivers/edac/ |
D | layerscape_edac.c | 33 .of_match_table = fsl_ddr_mc_err_of_match,
|
/drivers/mfd/ |
D | simple-mfd-i2c.c | 50 .of_match_table = simple_mfd_i2c_of_match,
|
D | at91-usart.c | 64 .of_match_table = at91_usart_mode_of_match,
|
/drivers/pci/controller/mobiveil/ |
D | pcie-mobiveil-plat.c | 52 .of_match_table = mobiveil_pcie_of_match,
|
/drivers/iio/magnetometer/ |
D | rm3100-i2c.c | 46 .of_match_table = rm3100_dt_match,
|
/drivers/pinctrl/mediatek/ |
D | pinctrl-mt6397.c | 55 .of_match_table = mt6397_pctrl_match,
|
/drivers/clk/mediatek/ |
D | clk-mt6779-mfg.c | 51 .of_match_table = of_match_clk_mt6779_mfg,
|
D | clk-mt8183-ipu_adl.c | 50 .of_match_table = of_match_clk_mt8183_ipu_adl,
|
/drivers/fpga/ |
D | altera-pr-ip-core-plat.c | 52 .of_match_table = alt_pr_of_match,
|
12345678910>>...117