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

1 2 3 4 5 6 7 8 91011>>

  /src/sys/arch/arm/sunxi/
sunxi_de2.c 42 static const struct device_compatible_entry compat_data[] = { variable in typeref:typename:const struct device_compatible_entry[]
52 return of_compatible_match(faa->faa_phandle, compat_data);
  /src/sys/arch/arm/ti/
ti_sysc.c 49 static const struct device_compatible_entry compat_data[] = { variable in typeref:typename:const struct device_compatible_entry[]
59 return of_compatible_match(faa->faa_phandle, compat_data);
ti_tptc.c 49 static const struct device_compatible_entry compat_data[] = { variable in typeref:typename:const struct device_compatible_entry[]
59 return of_compatible_match(faa->faa_phandle, compat_data);
omap3_prm.c 49 static const struct device_compatible_entry compat_data[] = { variable in typeref:typename:const struct device_compatible_entry[]
59 return of_compatible_match(faa->faa_phandle, compat_data);
ti_gpmc.c 49 static const struct device_compatible_entry compat_data[] = { variable in typeref:typename:const struct device_compatible_entry[]
59 return of_compatible_match(faa->faa_phandle, compat_data);
  /src/sys/dev/acpi/
acpi_pcd.c 46 static const struct device_compatible_entry compat_data[] = { variable in typeref:typename:const struct device_compatible_entry[]
61 return acpi_compatible_match(aa, compat_data);
acpi_ged.c 55 static const struct device_compatible_entry compat_data[] = { variable in typeref:typename:const struct device_compatible_entry[]
65 return acpi_compatible_match(aa, compat_data);
attimer_acpi.c 83 static const struct device_compatible_entry compat_data[] = { variable in typeref:typename:const struct device_compatible_entry[]
96 return acpi_compatible_match(aa, compat_data);
pcppi_acpi.c 56 static const struct device_compatible_entry compat_data[] = { variable in typeref:typename:const struct device_compatible_entry[]
69 return acpi_compatible_match(aa, compat_data);
ug_acpi.c 52 static const struct device_compatible_entry compat_data[] = { variable in typeref:typename:const struct device_compatible_entry[]
62 return acpi_compatible_match(aa, compat_data);
  /src/sys/arch/arm/nxp/
imx_snvs.c 44 static const struct device_compatible_entry compat_data[] = { variable in typeref:typename:const struct device_compatible_entry[]
54 return of_compatible_match(faa->faa_phandle, compat_data);
imx_i2c.c 38 static const struct device_compatible_entry compat_data[] = { variable in typeref:typename:const struct device_compatible_entry[]
48 return of_compatible_match(faa->faa_phandle, compat_data);
  /src/sys/dev/fdt/
fdt_platform.c 52 const struct device_compatible_entry compat_data[] = { local in function:fdt_platform_find
57 match = of_compatible_match(phandle, compat_data);
connector_fdt.c 72 static const struct device_compatible_entry compat_data[] = { variable in typeref:typename:const struct device_compatible_entry[]
85 return of_compatible_match(faa->faa_phandle, compat_data);
97 sc->sc_type = of_compatible_lookup(phandle, compat_data)->value;
mmc_pwrseq_emmc.c 43 static const struct device_compatible_entry compat_data[] = { variable in typeref:typename:const struct device_compatible_entry[]
74 return of_compatible_match(faa->faa_phandle, compat_data);
qemufwcfg_fdt.c 52 static const struct device_compatible_entry compat_data[] = { variable in typeref:typename:const struct device_compatible_entry[]
63 return of_compatible_match(faa->faa_phandle, compat_data);
amdccp_fdt.c 52 static const struct device_compatible_entry compat_data[] = { variable in typeref:typename:const struct device_compatible_entry[]
62 return of_compatible_match(faa->faa_phandle, compat_data);
gfrtc_fdt.c 47 static const struct device_compatible_entry compat_data[] = { variable in typeref:typename:const struct device_compatible_entry[]
58 return of_compatible_match(faa->faa_phandle, compat_data);
  /src/sys/arch/arm/xilinx/
zynq7000_uart.c 45 static const struct device_compatible_entry compat_data[] = { variable in typeref:typename:const struct device_compatible_entry[]
56 return of_compatible_match(faa->faa_phandle, compat_data);
95 return of_compatible_match(phandle, compat_data);
  /src/sys/arch/arm/broadcom/
bcm2838_rng.c 52 static const struct device_compatible_entry compat_data[] = { variable in typeref:typename:const struct device_compatible_entry[]
63 return of_compatible_match(faa->faa_phandle, compat_data);
  /src/sys/arch/arm/fdt/
l2cc_fdt.c 49 static const struct device_compatible_entry compat_data[] = { variable in typeref:typename:const struct device_compatible_entry[]
59 return of_compatible_match(faa->faa_phandle, compat_data);
plrtc_fdt.c 45 static const struct device_compatible_entry compat_data[] = { variable in typeref:typename:const struct device_compatible_entry[]
58 return of_compatible_match(faa->faa_phandle, compat_data);
  /src/sys/arch/virt68k/dev/
gfpic_mainbus.c 45 static const struct device_compatible_entry compat_data[] = { variable in typeref:typename:const struct device_compatible_entry[]
55 return mainbus_compatible_match(ma, compat_data);
gftty_mainbus.c 45 static const struct device_compatible_entry compat_data[] = { variable in typeref:typename:const struct device_compatible_entry[]
56 return mainbus_compatible_match(ma, compat_data);
  /src/sys/arch/macppc/dev/
deq.c 54 static const struct device_compatible_entry compat_data[] = { variable in typeref:typename:const struct device_compatible_entry[]
69 if (iic_use_direct_match(ia, cf, compat_data, &match_result))

Completed in 33 milliseconds

1 2 3 4 5 6 7 8 91011>>