Home
last modified time | relevance | path

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

12345678910>>...23

/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/rk3399/
Dsyscon_rk3399.c22 .of_match = rk3399_syscon_ids,
28 dev->driver_data = dev->driver->of_match->data; in rk3399_syscon_bind_of_platdata()
37 .of_match = rk3399_syscon_ids,
44 .of_match = rk3399_syscon_ids + 1,
51 .of_match = rk3399_syscon_ids + 2,
58 .of_match = rk3399_syscon_ids + 3,
/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.c107 static int driver_check_compatible(const struct udevice_id *of_match, in driver_check_compatible() argument
111 if (!of_match) in driver_check_compatible()
114 while (of_match->compatible) { in driver_check_compatible()
115 if (!strcmp(of_match->compatible, compat)) { in driver_check_compatible()
116 *of_idp = of_match; in driver_check_compatible()
119 of_match++; in driver_check_compatible()
166 ret = driver_check_compatible(entry->of_match, &id, in lists_bind_fdt()
Droot.c80 if (entry->of_match) in fix_drivers()
81 entry->of_match = (const struct udevice_id *) in fix_drivers()
82 ((u32)entry->of_match + gd->reloc_off); in fix_drivers()
/external/u-boot/board/samsung/common/
Dexynos5-dt-types.c190 const struct udevice_id *of_match = board_ids; in set_board_type() local
195 while (of_match->compatible) { in set_board_type()
197 of_match->compatible); in set_board_type()
199 of_match++; in set_board_type()
201 gd->board_type = of_match->data; in set_board_type()
/external/u-boot/drivers/gpio/
Dzynq_gpio.c339 const struct udevice_id *of_match = zynq_gpio_ids; in zynq_gpio_getplat_data() local
343 while (of_match->compatible) { in zynq_gpio_getplat_data()
345 of_match->compatible); in zynq_gpio_getplat_data()
348 (struct zynq_platform_data *)of_match->data; in zynq_gpio_getplat_data()
351 of_match++; in zynq_gpio_getplat_data()
386 .of_match = zynq_gpio_ids,
/external/u-boot/drivers/clk/exynos/
Dclk-exynos7420.c200 .of_match = exynos7420_clk_topc_compat,
215 .of_match = exynos7420_clk_top0_compat,
230 .of_match = exynos7420_clk_peric1_compat,
/external/u-boot/drivers/sysreset/
Dsysreset_sandbox.c75 .of_match = sandbox_sysreset_ids,
91 .of_match = sandbox_warm_sysreset_ids,
/external/u-boot/drivers/usb/host/
Dxhci-rockchip.c178 .of_match = xhci_usb_ids,
197 .of_match = usb_phy_ids,
/external/u-boot/drivers/clk/at91/
Dsckc.c18 .of_match = at91_sckc_match,
/external/u-boot/arch/arm/mach-rockchip/rv1108/
Dsyscon_rv1108.c19 .of_match = rv1108_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/rk3328/
Dsyscon_rk3328.c19 .of_match = rk3328_syscon_ids,
/external/u-boot/arch/arm/mach-tegra/tegra124/
Dpmc.c17 .of_match = tegra124_syscon_ids,
/external/u-boot/arch/arm/mach-rockchip/rk3036/
Dsyscon_rk3036.c19 .of_match = rk3036_syscon_ids,
/external/u-boot/drivers/phy/
Dnop-phy.c23 .of_match = nop_phy_ids,
/external/u-boot/drivers/mmc/
Drockchip_dw_mmc.c166 .of_match = rockchip_dwmmc_ids,
204 .of_match = rockchip_dwmmc_pwrseq_ids,
/external/u-boot/drivers/misc/
Dsyscon_sandbox.c23 .of_match = sandbox_syscon_ids,
/external/u-boot/arch/arm/mach-rockchip/rk322x/
Dsyscon_rk322x.c20 .of_match = rk322x_syscon_ids,
/external/u-boot/arch/arm/mach-stm32mp/
Dsyscon.c22 .of_match = stm32mp_syscon_ids,
/external/u-boot/drivers/pci/
Dpci_x86.c24 .of_match = pci_x86_ids,
/external/u-boot/drivers/video/bridge/
Dptn3460.c30 .of_match = ptn3460_ids,
/external/u-boot/drivers/video/
Dvesa.c24 .of_match = vesa_video_ids,

12345678910>>...23