HomeSort by relevance Sort by last modified time
    Searched refs:of_match (Results 1 - 25 of 552) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/u-boot/drivers/clk/at91/
sckc.c 18 .of_match = at91_sckc_match,
clk-master.c 31 .of_match = at91_master_clk_match,
clk-slow.c 34 .of_match = at91_slow_clk_match,
  /external/u-boot/arch/arm/mach-rockchip/rk3188/
syscon_rk3188.c 22 .of_match = rk3188_syscon_ids,
28 dev->driver_data = dev->driver->of_match->data;
37 .of_match = rk3188_syscon_ids,
44 .of_match = rk3188_syscon_ids + 1,
51 .of_match = rk3188_syscon_ids + 2,
  /external/u-boot/arch/arm/mach-tegra/tegra124/
pmc.c 17 .of_match = tegra124_syscon_ids,
  /external/u-boot/arch/arm/mach-rockchip/rk3288/
syscon_rk3288.c 23 .of_match = rk3288_syscon_ids,
29 dev->driver_data = dev->driver->of_match->data;
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/rk3368/
syscon_rk3368.c 28 .of_match = rk3368_syscon_ids,
34 dev->driver_data = dev->driver->of_match->data;
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/rk3399/
syscon_rk3399.c 22 .of_match = rk3399_syscon_ids,
28 dev->driver_data = dev->driver->of_match->data;
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/rk3036/
syscon_rk3036.c 19 .of_match = rk3036_syscon_ids,
  /external/u-boot/arch/arm/mach-rockchip/rk3128/
syscon_rk3128.c 19 .of_match = rk3128_syscon_ids,
  /external/u-boot/arch/arm/mach-rockchip/rk322x/
syscon_rk322x.c 20 .of_match = rk322x_syscon_ids,
  /external/u-boot/arch/arm/mach-rockchip/rk3328/
syscon_rk3328.c 19 .of_match = rk3328_syscon_ids,
  /external/u-boot/arch/arm/mach-rockchip/rv1108/
syscon_rv1108.c 19 .of_match = rv1108_syscon_ids,
  /external/u-boot/arch/arm/mach-stm32mp/
syscon.c 22 .of_match = stm32mp_syscon_ids,
  /external/u-boot/drivers/misc/
syscon_sandbox.c 23 .of_match = sandbox_syscon_ids,
  /external/u-boot/drivers/pci/
pci_x86.c 24 .of_match = pci_x86_ids,
  /external/u-boot/drivers/phy/
nop-phy.c 23 .of_match = nop_phy_ids,
  /external/u-boot/drivers/video/bridge/
ptn3460.c 30 .of_match = ptn3460_ids,
  /external/u-boot/drivers/ram/
sandbox_ram.c 35 .of_match = sandbox_ram_ids,
  /external/u-boot/drivers/video/
vesa.c 24 .of_match = vesa_video_ids,
  /external/u-boot/board/samsung/common/
exynos5-dt-types.c 190 const struct udevice_id *of_match = board_ids; local
195 while (of_match->compatible) {
197 of_match->compatible);
199 of_match++;
201 gd->board_type = of_match->data;
  /external/u-boot/drivers/core/
lists.c 102 * @param of_match: List of compatible strings to match
107 static int driver_check_compatible(const struct udevice_id *of_match,
111 if (!of_match)
114 while (of_match->compatible) {
115 if (!strcmp(of_match->compatible, compat)) {
116 *of_idp = of_match;
119 of_match++;
166 ret = driver_check_compatible(entry->of_match, &id,
  /external/u-boot/arch/x86/cpu/qemu/
cpu.c 41 .of_match = cpu_qemu_ids,
  /external/u-boot/drivers/ata/
ahci-pci.c 31 .of_match = ahci_pci_ids,
ahci_mvebu.c 55 .of_match = mvebu_ahci_ids,

Completed in 658 milliseconds

1 2 3 4 5 6 7 8 91011>>