Home
last modified time | relevance | path

Searched refs:of_match (Results 1 – 25 of 875) sorted by relevance

12345678910>>...35

/external/u-boot/arch/arm/mach-rockchip/rk3399/
Dsyscon_rk3399.c23 .of_match = rk3399_syscon_ids,
29 dev->driver_data = dev->driver->of_match->data; in rk3399_syscon_bind_of_platdata()
38 .of_match = rk3399_syscon_ids,
45 .of_match = rk3399_syscon_ids + 1,
52 .of_match = rk3399_syscon_ids + 2,
59 .of_match = rk3399_syscon_ids + 3,
66 .of_match = rk3399_syscon_ids + 4,
/external/u-boot/arch/arm/mach-rockchip/rk3368/
Dsyscon_rk3368.c28 .of_match = rk3368_syscon_ids,
34 dev->driver_data = dev->driver->of_match->data; in rk3368_syscon_bind_of_platdata()
43 .of_match = rk3368_syscon_ids,
50 .of_match = rk3368_syscon_ids + 1,
57 .of_match = rk3368_syscon_ids + 2,
64 .of_match = rk3368_syscon_ids + 3,
/external/u-boot/arch/arm/mach-rockchip/rk3288/
Dsyscon_rk3288.c23 .of_match = rk3288_syscon_ids,
29 dev->driver_data = dev->driver->of_match->data; in rk3288_syscon_bind_of_platdata()
38 .of_match = rk3288_syscon_ids,
45 .of_match = rk3288_syscon_ids + 1,
52 .of_match = rk3288_syscon_ids + 2,
59 .of_match = rk3288_syscon_ids + 3,
/external/u-boot/arch/arm/mach-rockchip/px30/
Dsyscon_px30.c21 .of_match = px30_syscon_ids,
27 dev->driver_data = dev->driver->of_match->data; in px30_syscon_bind_of_platdata()
36 .of_match = px30_syscon_ids,
43 .of_match = px30_syscon_ids + 1,
50 .of_match = px30_syscon_ids + 2,
/external/u-boot/arch/arm/mach-rockchip/rk3188/
Dsyscon_rk3188.c22 .of_match = rk3188_syscon_ids,
28 dev->driver_data = dev->driver->of_match->data; in rk3188_syscon_bind_of_platdata()
37 .of_match = rk3188_syscon_ids,
44 .of_match = rk3188_syscon_ids + 1,
51 .of_match = rk3188_syscon_ids + 2,
/external/u-boot/drivers/core/
Dlists.c109 static int driver_check_compatible(const struct udevice_id *of_match, in driver_check_compatible() argument
113 if (!of_match) in driver_check_compatible()
116 while (of_match->compatible) { in driver_check_compatible()
117 if (!strcmp(of_match->compatible, compat)) { in driver_check_compatible()
118 *of_idp = of_match; in driver_check_compatible()
121 of_match++; in driver_check_compatible()
169 ret = driver_check_compatible(entry->of_match, &id, in lists_bind_fdt()
184 entry->name, entry->of_match->compatible, in lists_bind_fdt()
/external/u-boot/arch/arm/mach-bcm283x/
Dinit.c86 const struct udevice_id *of_match = board_ids; in rpi_update_mem_map() local
88 while (of_match->compatible) { in rpi_update_mem_map()
90 of_match->compatible); in rpi_update_mem_map()
92 mm = (struct mm_region *)of_match->data; in rpi_update_mem_map()
97 of_match++; in rpi_update_mem_map()
/external/u-boot/board/samsung/common/
Dexynos5-dt-types.c239 const struct udevice_id *of_match = board_ids; in set_board_type() local
244 while (of_match->compatible) { in set_board_type()
246 of_match->compatible); in set_board_type()
248 of_match++; in set_board_type()
250 gd->board_type = of_match->data; in set_board_type()
/external/u-boot/test/dm/
Dnop.c43 .of_match = noptest1_ids,
57 .of_match = noptest2_ids,
/external/u-boot/drivers/clk/exynos/
Dclk-exynos7420.c200 .of_match = exynos7420_clk_topc_compat,
214 .of_match = exynos7420_clk_top0_compat,
228 .of_match = exynos7420_clk_peric1_compat,
/external/u-boot/drivers/clk/mediatek/
Dclk-mt7629.c662 .of_match = mt7629_mcucfg_compat,
670 .of_match = mt7629_apmixed_compat,
680 .of_match = mt7629_topckgen_compat,
690 .of_match = mt7629_infracfg_compat,
700 .of_match = mt7629_pericfg_compat,
710 .of_match = mt7629_ethsys_compat,
720 .of_match = mt7629_sgmiisys_compat,
Dclk-mt7623.c850 .of_match = mt7623_mcucfg_compat,
858 .of_match = mt7623_apmixed_compat,
868 .of_match = mt7623_topckgen_compat,
878 .of_match = mt7623_infracfg_compat,
888 .of_match = mt7623_pericfg_compat,
898 .of_match = mt7623_hifsys_compat,
908 .of_match = mt7623_ethsys_compat,
/external/u-boot/drivers/sysreset/
Dsysreset_sandbox.c111 .of_match = sandbox_sysreset_ids,
129 .of_match = sandbox_warm_sysreset_ids,
/external/u-boot/drivers/sound/
Dsandbox.c205 .of_match = sandbox_codec_ids,
222 .of_match = sandbox_i2s_ids,
243 .of_match = sandbox_sound_ids,
/external/u-boot/drivers/usb/host/
Dxhci-rockchip.c177 .of_match = xhci_usb_ids,
195 .of_match = usb_phy_ids,
/external/u-boot/drivers/firmware/
Dfirmware-zynqmp.c145 .of_match = zynqmp_power_ids,
191 .of_match = zynqmp_firmware_ids,
Dfirmware-sandbox.c19 .of_match = generic_sandbox_firmware_ids,
/external/u-boot/drivers/clk/at91/
Dsckc.c18 .of_match = at91_sckc_match,
/external/u-boot/arch/arm/mach-tegra/tegra124/
Dpmc.c17 .of_match = tegra124_syscon_ids,
/external/u-boot/arch/arm/mach-rockchip/rk3328/
Dsyscon_rk3328.c19 .of_match = rk3328_syscon_ids,
/external/u-boot/arch/arm/mach-rockchip/rk3128/
Dsyscon_rk3128.c19 .of_match = rk3128_syscon_ids,
/external/u-boot/arch/arm/mach-rockchip/rk3036/
Dsyscon_rk3036.c19 .of_match = rk3036_syscon_ids,
/external/u-boot/arch/arm/mach-rockchip/rk3308/
Dsyscon_rk3308.c19 .of_match = rk3308_syscon_ids,
/external/u-boot/arch/arm/mach-rockchip/rv1108/
Dsyscon_rv1108.c19 .of_match = rv1108_syscon_ids,
/external/u-boot/drivers/phy/
Dnop-phy.c23 .of_match = nop_phy_ids,

12345678910>>...35