Home
last modified time | relevance | path

Searched refs:of_device_id (Results 1 – 25 of 3516) sorted by relevance

12345678910>>...141

/linux/scripts/coccinelle/misc/
A Dof_table.cocci18 struct \(of_device_id \| i2c_device_id \| platform_device_id\) arr[] = {
25 struct \(of_device_id \| i2c_device_id \| platform_device_id\) arr[] = {
36 struct \(of_device_id \| i2c_device_id \| platform_device_id\) arr[] = {
45 struct \(of_device_id \| i2c_device_id \| platform_device_id\) arr[] = {
58 struct \(of_device_id \| i2c_device_id \| platform_device_id\) arr[] = {
66 struct \(of_device_id \| i2c_device_id \| platform_device_id\) arr[] = {
/linux/include/linux/
A Dof_device.h8 struct of_device_id;
12 extern const struct of_device_id *of_match_device(
13 const struct of_device_id *matches, const struct device *dev);
66 static inline const struct of_device_id *of_match_device( in of_match_device()
67 const struct of_device_id *matches, const struct device *dev) in of_match_device()
A Dof_platform.h13 struct of_device_id;
50 extern const struct of_device_id of_default_bus_match_table[];
71 const struct of_device_id *matches,
83 const struct of_device_id *matches,
108 const struct of_device_id *matches, in of_platform_populate()
A Dof_clk.h10 struct of_device_id;
16 void of_clk_init(const struct of_device_id *matches);
29 static inline void of_clk_init(const struct of_device_id *matches) {} in of_clk_init()
/linux/arch/powerpc/platforms/52xx/
A Dmpc52xx_common.c24 static const struct of_device_id mpc52xx_xlb_ids[] __initconst = {
29 static const struct of_device_id mpc52xx_bus_ids[] __initconst = {
109 static const struct of_device_id mpc52xx_gpt_ids[] __initconst = {
114 static const struct of_device_id mpc52xx_cdm_ids[] __initconst = {
119 static const struct of_device_id mpc52xx_gpio_simple[] __initconst = {
123 static const struct of_device_id mpc52xx_gpio_wkup[] __initconst = {
/linux/drivers/clocksource/
A Dtimer-probe.c11 extern struct of_device_id __timer_of_table[];
13 static const struct of_device_id __timer_of_table_sentinel
19 const struct of_device_id *match; in timer_probe()
/linux/arch/mips/include/asm/
A Dmachine.h14 const struct of_device_id *matches;
43 static inline const struct of_device_id *
46 const struct of_device_id *match; in mips_machine_is_compatible()
/linux/drivers/i2c/
A Di2c-core-of.c116 static const struct of_device_id*
117 i2c_of_match_device_sysfs(const struct of_device_id *matches, in i2c_of_match_device_sysfs()
145 const struct of_device_id
146 *i2c_of_match_device(const struct of_device_id *matches, in i2c_of_match_device()
149 const struct of_device_id *match; in i2c_of_match_device()
/linux/drivers/cpufreq/
A Dsun50i-cpufreq-nvmem.c115 static const struct of_device_id cpu_opp_match_list[] = {
168 const struct of_device_id *match; in sun50i_cpufreq_get_efuse()
292 static const struct of_device_id sun50i_cpufreq_match_list[] = {
301 static const struct of_device_id *sun50i_cpufreq_match_node(void) in sun50i_cpufreq_match_node()
315 const struct of_device_id *match; in sun50i_cpufreq_init()
A Dcpufreq-dt-platdev.c18 static const struct of_device_id allowlist[] __initconst = {
105 static const struct of_device_id blocklist[] __initconst = {
214 const struct of_device_id *match; in cpufreq_dt_platdev_init()
/linux/arch/mips/ralink/
A Dof.c32 static const struct of_device_id mtmips_memc_match[] = {
41 static const struct of_device_id mtmips_sysc_match[] = {
56 mtmips_of_remap_node(const struct of_device_id *match, const char *type) in mtmips_of_remap_node()
/linux/arch/arm/mach-mediatek/
A Dplatsmp.c44 static const struct of_device_id mtk_tz_smp_boot_infos[] __initconst = {
51 static const struct of_device_id mtk_smp_boot_infos[] __initconst = {
80 const struct of_device_id *infos; in __mtk_smp_prepare_cpus()
/linux/drivers/media/platform/samsung/exynos4-is/
A Dfimc-is-sensor.c16 static const struct of_device_id fimc_is_sensor_of_ids[] = {
27 const struct of_device_id *of_id; in fimc_is_sensor_get_drvdata()
/linux/drivers/soc/bcm/brcmstb/pm/
A Dpm-mips.c338 static const struct of_device_id aon_ctrl_dt_ids[] = {
343 static const struct of_device_id ddr_phy_dt_ids[] = {
348 static const struct of_device_id arb_dt_ids[] = {
353 static const struct of_device_id timers_ids[] = {
364 static void __iomem *brcmstb_ioremap_match(const struct of_device_id *matches, in brcmstb_ioremap_match()
368 const struct of_device_id *match; in brcmstb_ioremap_match()
/linux/drivers/cpuidle/
A Dcpuidle-big_little.c75 static const struct of_device_id bl_idle_state_match[] __initconst = {
160 static const struct of_device_id compatible_machine_match[] = {
170 const struct of_device_id *match_id; in bl_idle_init()
A Ddt_idle_states.c21 const struct of_device_id *match_id, in init_state_node()
149 const struct of_device_id *matches, in dt_init_idle_driver()
154 const struct of_device_id *match_id; in dt_init_idle_driver()
/linux/drivers/irqchip/
A Dirqchip.c24 static const struct of_device_id
27 extern struct of_device_id __irqchip_of_table[];
A Dirq-gic-realview.c24 static const struct of_device_id syscon_pldset_of_match[] = {
49 const struct of_device_id *gic_id; in realview_gic_of_init()
/linux/drivers/clk/
A Dclk-scpi.c131 static const struct of_device_id scpi_clk_match[] __maybe_unused = {
138 scpi_clk_ops_init(struct device *dev, const struct of_device_id *match, in scpi_clk_ops_init()
191 const struct of_device_id *match) in scpi_clk_add()
267 const struct of_device_id *match; in scpi_clocks_probe()
294 static const struct of_device_id scpi_clocks_ids[] = {
/linux/arch/arm/mach-tegra/
A Dirq.c62 static const struct of_device_id tegra114_dt_gic_match[] __initconst = {
83 static const struct of_device_id tegra_ictlr_match[] __initconst = {
/linux/drivers/mtd/maps/
A Dphysmap-versatile.c28 static const struct of_device_id syscon_match[] = {
78 static const struct of_device_id ebi_match[] = {
192 const struct of_device_id *devid; in of_flash_probe_versatile()
/linux/drivers/dma/dw/
A Drzn1-dmamux.c108 static const struct of_device_id rzn1_dmac_match[] = {
117 const struct of_device_id *match; in rzn1_dmamux_probe()
143 static const struct of_device_id rzn1_dmamux_match[] = {
/linux/drivers/ufs/host/
A Dtc-dwc-g210-pltfrm.c36 static const struct of_device_id tc_dwc_g210_pltfm_match[] = {
57 const struct of_device_id *of_id; in tc_dwc_g210_pltfm_probe()
/linux/arch/arm/mach-versatile/
A Dplatsmp-realview.c20 static const struct of_device_id realview_scu_match[] = {
32 static const struct of_device_id realview_syscon_match[] = {
/linux/drivers/soc/qcom/
A Dqcom_gsbi.c117 static const struct of_device_id tcsr_dt_match[] __maybe_unused = {
129 const struct of_device_id *match; in gsbi_probe()
222 static const struct of_device_id gsbi_dt_match[] = {

Completed in 26 milliseconds

12345678910>>...141