HomeSort by: relevance | last modified time | path
    Searched defs:compat_data (Results 1 - 25 of 547) 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: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:struct:device_compatible_entry
65 return acpi_compatible_match(aa, compat_data);
amdccp_acpi.c 49 static const struct device_compatible_entry compat_data[] = { variable in typeref:struct:device_compatible_entry
59 return acpi_compatible_match(aa, compat_data);
attimer_acpi.c 83 static const struct device_compatible_entry compat_data[] = { variable in typeref:struct:device_compatible_entry
96 return acpi_compatible_match(aa, compat_data);
dwcwdt_acpi.c 46 static const struct device_compatible_entry compat_data[] = { variable in typeref:struct:device_compatible_entry
56 return acpi_compatible_match(aa, compat_data);
ug_acpi.c 52 static const struct device_compatible_entry compat_data[] = { variable in typeref:struct:device_compatible_entry
62 return acpi_compatible_match(aa, compat_data);
vmbus_acpi.c 55 static const struct device_compatible_entry compat_data[] = { variable in typeref:struct:device_compatible_entry
67 ret = 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: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: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: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: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: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: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:struct:device_compatible_entry
56 return mainbus_compatible_match(ma, compat_data);
  /src/sys/arch/arm/nxp/
imx_snvs.c 44 static const struct device_compatible_entry compat_data[] = { variable in typeref: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:struct:device_compatible_entry
69 if (iic_use_direct_match(ia, cf, compat_data, &match_result))
  /src/sys/dev/fdt/
qemufwcfg_fdt.c 52 static const struct device_compatible_entry compat_data[] = { variable in typeref:struct:device_compatible_entry
63 return of_compatible_match(faa->faa_phandle, compat_data);
cdnsiic_fdt.c 46 static const struct device_compatible_entry compat_data[] = { variable in typeref:struct:device_compatible_entry
57 return of_compatible_match(faa->faa_phandle, compat_data);
  /src/sys/arch/arm/amlogic/
mesongxbb_aoclkc.c 50 static const struct device_compatible_entry compat_data[] = { variable in typeref:struct:device_compatible_entry
82 return of_compatible_match(faa->faa_phandle, compat_data);
  /src/sys/arch/arm/broadcom/
bcm2835_bsc_fdt.c 55 static const struct device_compatible_entry compat_data[] = { variable in typeref:struct:device_compatible_entry
65 return of_compatible_match(faa->faa_phandle, compat_data);
bcm2835_mbox_fdt.c 56 static const struct device_compatible_entry compat_data[] = { variable in typeref: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: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:struct:device_compatible_entry
58 return of_compatible_match(faa->faa_phandle, compat_data);
smsh_fdt.c 52 static const struct device_compatible_entry compat_data[] = { variable in typeref:struct:device_compatible_entry
66 return of_compatible_match(faa->faa_phandle, compat_data);
  /src/sys/arch/arm/xilinx/
zynq7000_usb.c 54 static const struct device_compatible_entry compat_data[] = { variable in typeref:struct:device_compatible_entry
71 return of_compatible_match(faa->faa_phandle, compat_data);

Completed in 85 milliseconds

1 2 3 4 5 6 7 8 91011>>