Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/scripts/dtc/
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...]
/kernel/linux/linux-6.6/scripts/dtc/
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...]
/kernel/linux/linux-6.6/Documentation/devicetree/bindings/
H A DMakefile80 $(Q)$(srctree)/scripts/dtc/dt-extract-compatibles $(srctree) | xargs dt-check-compatible -v -s $<

Completed in 3 milliseconds