Home
last modified time | relevance | path

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

12345678910>>...45

/u-boot/arch/arm/mach-rockchip/rk3399/
A Dsyscon_rk3399.c27 .of_match = rk3399_syscon_ids,
33 dev->driver_data = dev->driver->of_match->data; in rk3399_syscon_bind_of_plat()
42 .of_match = rk3399_syscon_ids,
49 .of_match = rk3399_syscon_ids + 1,
56 .of_match = rk3399_syscon_ids + 2,
63 .of_match = rk3399_syscon_ids + 3,
70 .of_match = rk3399_syscon_ids + 4,
/u-boot/arch/arm/mach-rockchip/rk3368/
A Dsyscon_rk3368.c29 .of_match = rk3368_syscon_ids,
35 dev->driver_data = dev->driver->of_match->data; in rk3368_syscon_bind_of_plat()
44 .of_match = rk3368_syscon_ids,
51 .of_match = rk3368_syscon_ids + 1,
58 .of_match = rk3368_syscon_ids + 2,
65 .of_match = rk3368_syscon_ids + 3,
/u-boot/arch/arm/mach-rockchip/px30/
A Dsyscon_px30.c22 .of_match = px30_syscon_ids,
28 dev->driver_data = dev->driver->of_match->data; in px30_syscon_bind_of_plat()
37 .of_match = px30_syscon_ids,
44 .of_match = px30_syscon_ids + 1,
51 .of_match = px30_syscon_ids + 2,
/u-boot/arch/arm/mach-rockchip/rk3066/
A Dsyscon_rk3066.c23 .of_match = rk3066_syscon_ids,
29 dev->driver_data = dev->driver->of_match->data; in rk3066_syscon_bind_of_plat()
38 .of_match = rk3066_syscon_ids,
45 .of_match = rk3066_syscon_ids + 1,
52 .of_match = rk3066_syscon_ids + 2,
/u-boot/arch/arm/mach-rockchip/rk3188/
A Dsyscon_rk3188.c23 .of_match = rk3188_syscon_ids,
29 dev->driver_data = dev->driver->of_match->data; in rk3188_syscon_bind_of_plat()
38 .of_match = rk3188_syscon_ids,
45 .of_match = rk3188_syscon_ids + 1,
52 .of_match = rk3188_syscon_ids + 2,
/u-boot/arch/arm/mach-rockchip/rv1126/
A Dsyscon_rv1126.c22 .of_match = rv1126_syscon_ids,
28 dev->driver_data = dev->driver->of_match->data; in rv1126_syscon_bind_of_plat()
37 .of_match = rv1126_syscon_ids,
44 .of_match = rv1126_syscon_ids + 1,
/u-boot/arch/arm/mach-rockchip/rk3288/
A Dsyscon_rk3288.c27 .of_match = rk3288_syscon_ids,
61 dev->driver_data = dev->driver->of_match->data; in rk3288_noc_bind_of_plat()
81 dev->driver_data = dev->driver->of_match->data; in rk3288_grf_bind_of_plat()
101 dev->driver_data = dev->driver->of_match->data; in rk3288_sgrf_bind_of_plat()
121 dev->driver_data = dev->driver->of_match->data; in rk3288_pmu_bind_of_plat()
130 dev->driver_data = dev->driver->of_match->data; in rk3288_syscon_bind_of_plat()
140 .of_match = rk3288_syscon_ids,
152 .of_match = rk3288_syscon_ids + 1,
164 .of_match = rk3288_syscon_ids + 2,
176 .of_match = rk3288_syscon_ids + 3,
/u-boot/drivers/core/
A Dlists.c166 static int driver_check_compatible(const struct udevice_id *of_match, in driver_check_compatible() argument
170 if (!of_match) in driver_check_compatible()
173 while (of_match->compatible) { in driver_check_compatible()
174 if (!strcmp(of_match->compatible, compat)) { in driver_check_compatible()
175 *of_idp = of_match; in driver_check_compatible()
178 of_match++; in driver_check_compatible()
230 if (!entry->of_match) in lists_bind_fdt()
233 ret = driver_check_compatible(entry->of_match, &id, in lists_bind_fdt()
249 if (entry->of_match) in lists_bind_fdt()
251 entry->name, entry->of_match->compatible, in lists_bind_fdt()
/u-boot/arch/arm/mach-bcm283x/
A Dinit.c100 const struct udevice_id *of_match = board_ids; in rpi_update_mem_map() local
102 while (of_match->compatible) { in rpi_update_mem_map()
104 of_match->compatible); in rpi_update_mem_map()
106 mm = (struct mm_region *)of_match->data; in rpi_update_mem_map()
111 of_match++; in rpi_update_mem_map()
/u-boot/board/samsung/common/
A Dexynos5-dt-types.c243 const struct udevice_id *of_match = board_ids; in set_board_type() local
248 while (of_match->compatible) { in set_board_type()
250 of_match->compatible); in set_board_type()
252 of_match++; in set_board_type()
254 gd->board_type = of_match->data; in set_board_type()
/u-boot/test/dm/
A Dnop.c44 .of_match = noptest1_ids,
58 .of_match = noptest2_ids,
/u-boot/drivers/misc/
A Dtest_drv.c91 .of_match = testbus_ids,
173 .of_match = testfdt_ids,
189 .of_match = testfdt1_ids,
224 .of_match = testfdtm_ids,
A Dirq_sandbox_test.c21 .of_match = sandbox_irq_test_ids,
A Dspltest_sandbox.c19 .of_match = sandbox_spl_ids,
/u-boot/drivers/clk/at91/
A Dcompat.c44 .of_match = at91_pmc_match,
142 .of_match = at91_sckc_match,
169 .of_match = at91_slow_clk_match,
192 .of_match = at91_master_clk_match,
231 .of_match = main_osc_clk_match,
272 .of_match = plla_clk_match,
346 .of_match = at91_plladiv_clk_match,
374 .of_match = at91_system_clk_match,
673 .of_match = utmi_clk_match,
752 .of_match = generated_clk_match,
[all …]
/u-boot/drivers/clk/exynos/
A Dclk-exynos7420.c200 .of_match = exynos7420_clk_topc_compat,
214 .of_match = exynos7420_clk_top0_compat,
228 .of_match = exynos7420_clk_peric1_compat,
/u-boot/drivers/extcon/
A Dextcon-sandbox.c16 .of_match = sandbox_extcon_ids,
/u-boot/drivers/fpga/
A Dsandbox.c16 .of_match = sandbox_fpga_match,
/u-boot/drivers/gpio/
A Dsandbox_test.c20 .of_match = sandbox_gpio_test_ids,
/u-boot/drivers/firmware/
A Dfirmware-sandbox.c19 .of_match = generic_sandbox_firmware_ids,
/u-boot/drivers/memory/
A Dmemory-sandbox.c17 .of_match = sandbox_memory_match,
/u-boot/drivers/block/
A Dsb_efi_media.c19 .of_match = sandbox_efi_media_ids,
/u-boot/drivers/clk/ti/
A Domap4-cm.c20 .of_match = ti_omap4_cm_ids,
/u-boot/drivers/bus/
A Dti-pwmss.c19 .of_match = ti_pwmss_ids,
/u-boot/arch/arm/mach-tegra/tegra124/
A Dpmc.c17 .of_match = tegra124_syscon_ids,

Completed in 35 milliseconds

12345678910>>...45