Searched refs:of_match (Results 26 - 50 of 1452) sorted by relevance

1234567891011>>

/u-boot/arch/arm/mach-rockchip/rk322x/
H A Dsyscon_rk322x.c20 .of_match = rk322x_syscon_ids,
/u-boot/drivers/thermal/
H A Dthermal_sandbox.c33 .of_match = sandbox_thermal_ids,
H A Dti-lm74.c51 .of_match = of_ti_lm74_match,
/u-boot/drivers/misc/
H A Dsyscon_sandbox.c23 .of_match = sandbox_syscon_ids,
H A Dp2sb_sandbox.c36 .of_match = sandbox_p2sb_ids,
/u-boot/drivers/clk/intel/
H A Dclk_intel.c35 .of_match = intel_clk_ids,
/u-boot/drivers/dma/
H A Dxilinx_dpdma.c39 .of_match = zynqmp_dpdma_ids,
/u-boot/drivers/fuzz/
H A Dsandbox_fuzzing_engine.c33 .of_match = sandbox_fuzzing_engine_match,
/u-boot/drivers/sound/
H A Di8254_beep.c36 .of_match = i8254_ids,
/u-boot/drivers/video/bridge/
H A Dptn3460.c31 .of_match = ptn3460_ids,
/u-boot/drivers/ram/
H A Dsandbox_ram.c36 .of_match = sandbox_ram_ids,
/u-boot/board/st/common/
H A Dstusb160x.c47 .of_match = stusb160x_ids,
/u-boot/arch/x86/cpu/tangier/
H A Dsysreset.c45 .of_match = tangier_sysreset_ids,
/u-boot/arch/x86/cpu/apollolake/
H A Dpch.c36 .of_match = of_match_ptr(apl_pch_ids),
/u-boot/board/highbank/
H A Dhb_sregs.c44 .of_match = highbank_sreg_ids,
/u-boot/board/samsung/common/
H A Dexynos5-dt-types.c243 const struct udevice_id *of_match = board_ids; local
248 while (of_match->compatible) {
250 of_match->compatible);
252 of_match++;
254 gd->board_type = of_match->data;
/u-boot/drivers/core/
H A Dlists.c161 * @param of_match: List of compatible strings to match
166 static int driver_check_compatible(const struct udevice_id *of_match, argument
170 if (!of_match)
173 while (of_match->compatible) {
174 if (!strcmp(of_match->compatible, compat)) {
175 *of_idp = of_match;
178 of_match++;
230 if (!entry->of_match)
233 ret = driver_check_compatible(entry->of_match, &id,
249 if (entry->of_match)
[all...]
/u-boot/arch/arm/mach-rockchip/rk3288/
H A Dsyscon_rk3288.c27 .of_match = rk3288_syscon_ids,
61 dev->driver_data = dev->driver->of_match->data;
81 dev->driver_data = dev->driver->of_match->data;
101 dev->driver_data = dev->driver->of_match->data;
121 dev->driver_data = dev->driver->of_match->data;
130 dev->driver_data = dev->driver->of_match->data;
140 .of_match = rk3288_syscon_ids,
152 .of_match = rk3288_syscon_ids + 1,
164 .of_match = rk3288_syscon_ids + 2,
176 .of_match
[all...]
/u-boot/drivers/pinctrl/nxp/
H A Dpinctrl-imx8m.c32 .of_match = of_match_ptr(imx8m_pinctrl_match),
H A Dpinctrl-imx93.c31 .of_match = of_match_ptr(imx93_pinctrl_match),
/u-boot/drivers/memory/
H A Datmel_ebi.c34 .of_match = atmel_ebi_match,
/u-boot/drivers/cache/
H A Dcache-sifive-pl2.c42 .of_match = sifive_pl2_ids,
/u-boot/drivers/demo/
H A Ddemo-simple.c42 .of_match = demo_shape_id,
/u-boot/drivers/soc/
H A Dsoc_sandbox.c54 .of_match = soc_sandbox_ids,
/u-boot/drivers/smem/
H A Dsandbox_smem.c43 .of_match = sandbox_smem_ids,

Completed in 268 milliseconds

1234567891011>>