HomeSort by: relevance | last modified time | path
    Searched refs:of_compatible_match (Results 1 - 25 of 377) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /src/sys/arch/arm/sunxi/
sunxi_de2.c 52 return of_compatible_match(faa->faa_phandle, compat_data);
  /src/sys/arch/arm/ti/
ti_sysc.c 59 return of_compatible_match(faa->faa_phandle, compat_data);
ti_tptc.c 59 return of_compatible_match(faa->faa_phandle, compat_data);
omap3_prm.c 59 return of_compatible_match(faa->faa_phandle, compat_data);
ti_gpmc.c 59 return of_compatible_match(faa->faa_phandle, compat_data);
ti_cpufreq.c 102 of_compatible_match(OF_finddevice("/"), am33xx_compat_data))
ti_com.c 70 return of_compatible_match(faa->faa_phandle, compat_data);
138 return of_compatible_match(phandle, compat_data);
  /src/sys/arch/arm/nxp/
imx_snvs.c 54 return of_compatible_match(faa->faa_phandle, compat_data);
imx_com.c 60 return of_compatible_match(faa->faa_phandle, compat_data);
138 return of_compatible_match(phandle, compat_data);
imx_i2c.c 48 return of_compatible_match(faa->faa_phandle, compat_data);
  /src/sys/dev/fdt/
fdt_platform.c 57 match = of_compatible_match(phandle, compat_data);
mmc_pwrseq_emmc.c 74 return of_compatible_match(faa->faa_phandle, compat_data);
qemufwcfg_fdt.c 63 return of_compatible_match(faa->faa_phandle, compat_data);
amdccp_fdt.c 62 return of_compatible_match(faa->faa_phandle, compat_data);
gfrtc_fdt.c 58 return of_compatible_match(faa->faa_phandle, compat_data);
dw_apb_uart.c 71 return of_compatible_match(faa->faa_phandle, compat_data);
161 return of_compatible_match(phandle, compat_data);
  /src/sys/arch/arm/xilinx/
zynq7000_uart.c 56 return of_compatible_match(faa->faa_phandle, compat_data);
95 return of_compatible_match(phandle, compat_data);
  /src/sys/arch/arm/apple/
apple_pmgr.c 105 return of_compatible_match(faa->faa_phandle, compat_data);
144 if (!of_compatible_match(node, compat_ps))
  /src/sys/arch/arm/broadcom/
bcm2838_rng.c 63 return of_compatible_match(faa->faa_phandle, compat_data);
bcm2835_com.c 64 return of_compatible_match(faa->faa_phandle, compat_data);
135 return of_compatible_match(phandle, compat_data);
  /src/sys/arch/arm/fdt/
l2cc_fdt.c 59 return of_compatible_match(faa->faa_phandle, compat_data);
plrtc_fdt.c 58 return of_compatible_match(faa->faa_phandle, compat_data);
plcom_fdt.c 61 return of_compatible_match(faa->faa_phandle, compat_data);
134 return of_compatible_match(phandle, compat_data);
  /src/sys/dev/ofw/
openfirm.h 117 int of_compatible_match(int, const struct device_compatible_entry *);
  /src/sys/arch/arm/nvidia/
tegra_com.c 78 return of_compatible_match(faa->faa_phandle, compat_data);
150 return of_compatible_match(phandle, compat_data);

Completed in 175 milliseconds

1 2 3 4 5 6 7 8 91011>>