Searched refs:compatibles (Results 1 - 15 of 15) sorted by relevance

/linux-master/tools/testing/selftests/dt/
H A DMakefile12 $(top_srcdir)/scripts/dtc/dt-extract-compatibles -d $(top_srcdir) > $@
H A Dtest_unprobed_devices.sh12 # * a list of the compatibles that can be matched by a Devicetree node
13 # * a list of compatibles that should be ignored
59 compatibles=$(tr '\000' '\n' < "${PDT}"/"${node}"/compatible)
61 for compatible in ${compatibles}; do
/linux-master/arch/powerpc/platforms/52xx/
H A Dmpc5200_simple.c64 .compatibles = board,
H A Dlite5200.c177 .compatibles = board,
/linux-master/arch/powerpc/platforms/512x/
H A Dmpc512x_generic.c42 .compatibles = board,
/linux-master/arch/powerpc/platforms/83xx/
H A Dmpc831x_rdb.c41 .compatibles = board,
H A Dmpc830x_rdb.c41 .compatibles = board,
H A Dmpc837x_rdb.c66 .compatibles = board,
/linux-master/scripts/dtc/
H A Ddt-extract-compatibles75 def print_compat(filename, compatibles):
76 if not compatibles:
79 compat_str = ' '.join(compatibles)
82 print(*compatibles, sep='\n')
107 ap.add_argument('-H', '--with-filename', help="Print filename with compatibles", action="store_true")
108 ap.add_argument('-d', '--driver-match', help="Only print compatibles that should match to a driver", action="store_true")
H A Ddt_to_config45 "multiple compatibles found for this node",
70 # ----- magic compatibles, do not have a driver
72 # Will not search for drivers for these compatibles.
80 # Will not search for drivers for these compatibles.
82 # These compatibles have a very large number of false positives.
186 Report driver source files that match the compatibles in the device
751 my @compatibles = split('", "', $compatible);
753 $compatibles[0] =~ s/^"//;
754 $compatibles[$#compatibles]
[all...]
/linux-master/arch/powerpc/platforms/40x/
H A Dppc40x_simple.c68 .compatibles = board,
/linux-master/arch/powerpc/platforms/85xx/
H A Dtqm85xx.c117 .compatibles = board,
/linux-master/Documentation/devicetree/bindings/
H A DMakefile80 $(Q)$(srctree)/scripts/dtc/dt-extract-compatibles $(srctree) | xargs dt-check-compatible -v -s $<
/linux-master/arch/powerpc/include/asm/
H A Dmachdep.h25 const char * const *compatibles; member in struct:machdep_calls
/linux-master/arch/powerpc/kernel/
H A Dsetup-common.c643 if (machine_id->compatibles && !of_machine_compatible_match(machine_id->compatibles))

Completed in 178 milliseconds