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

1 2 3 4 5 6 7 8 91011>>

  /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_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);
  /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);
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_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);
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);
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);
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);
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);
  /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);
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);
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/dev/fdt/
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);
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);
  /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_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);
  /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))
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))
  /src/sys/arch/arm/amlogic/
mesongxbb_aoclkc.c 50 static const struct device_compatible_entry compat_data[] = { variable in typeref:typename:const struct device_compatible_entry[]
82 return of_compatible_match(faa->faa_phandle, compat_data);
  /src/sys/arch/arm/broadcom/
bcm2835_mbox_fdt.c 56 static const struct device_compatible_entry compat_data[] = { variable in typeref:typename:const struct device_compatible_entry[]
67 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);

Completed in 33 milliseconds

1 2 3 4 5 6 7 8 91011>>