Home
last modified time | relevance | path

Searched full:compatibles (Results 1 – 25 of 65) sorted by relevance

123

/linux/scripts/dtc/
H A Ddt-extract-compatibles50 """ Find all compatibles in the last argument of a given function """
84 # Compatibles that show up in OF_DECLARE macros can't be expected to
89 def print_compat(filename, compatibles):
90 if not compatibles:
93 compat_str = ' '.join(compatibles)
96 print(*compatibles, sep='\n')
121 ap.add_argument('-H', '--with-filename', help="Print filename with compatibles", action="store_true")
122 ap.add_argument('-d', '--driver-match', help="Only print compatibles that should match to a driver", action="store_true")
88 print_compat(filename, compatibles) global() argument
/linux/Documentation/devicetree/bindings/
H A Dincomplete-devices.yaml14 their compatibles are present in Linux drivers for various reasons.
20 checks on undocumented compatibles but also reject any DTS file using such
23 Usage of any of following compatibles is not allowed in Devicetree sources,
30 Rejected compatibles in Devicetree, but used in ACPI-based devices
36 - description: Legacy compatibles used on Macintosh devices
148 - description: Legacy compatibles used on other PowerPC devices
204 - description: Legacy compatibles used on SPARC devices
231 - description: Incomplete and/or legacy compatibles for unknown devices
/linux/tools/testing/selftests/dt/
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
72 compatibles=$(tr '\000' '\n' < "${PDT}"/"${node}"/compatible)
74 for compatible in ${compatibles}; do
H A DMakefile12 $(top_srcdir)/scripts/dtc/dt-extract-compatibles -d $(top_srcdir) > $@
/linux/drivers/hwmon/
H A DKconfig79 tristate "Analog Devices AD7314 and compatibles"
109 tristate "Analog Devices ADM1025 and compatibles"
120 tristate "Analog Devices ADM1026 and compatibles"
142 tristate "Analog Devices ADM1031 and compatibles"
152 tristate "Analog Devices ADM1177 and compatibles"
162 tristate "Analog Devices ADM9240 and compatibles"
556 tristate "Dallas Semiconductor DS1621 and compatibles"
651 tristate "Fintek F71882FG and compatibles"
924 tristate "ITE IT87xx and compatibles"
1236 tristate "Maxim MAX1111 Serial 8-bit ADC chip and compatibles"
[all …]
H A Dads7828.c3 * ads7828.c - driver for TI ADS7828 8-channel A/D converter and compatibles
213 MODULE_DESCRIPTION("Driver for TI ADS7828 A/D converter and compatibles");
/linux/Documentation/devicetree/bindings/reset/
H A Dqcom,aoss-reset.yaml19 - description: on SC7180 SoCs the following compatibles must be specified
24 - description: on SC7280 SoCs the following compatibles must be specified
29 - description: on SDM845 SoCs the following compatibles must be specified
H A Dqcom,pdc-global.yaml19 - description: on SC7180 SoCs the following compatibles must be specified
24 - description: on SC7280 SoCs the following compatibles must be specified
28 - description: on SDM845 SoCs the following compatibles must be specified
/linux/Documentation/admin-guide/media/
H A Dtuner-cardlist.rst10 1 Philips PAL_I (FI1246 and compatibles)
11 2 Philips NTSC (FI1236,FM1236 and compatibles)
14 5 Philips PAL_BG (FI1216 and compatibles)
32 23 Philips PAL_DK (FI1256 and compatibles)
/linux/drivers/comedi/drivers/
H A Dni_labpc.c4 * Driver for National Instruments Lab-PC series boards and compatibles
10 * Description: National Instruments Lab-PC (& compatibles)
/linux/Documentation/devicetree/bindings/soc/fsl/cpm_qe/cpm/
H A Dpic.txt3 Currently defined compatibles:
H A Dbrg.txt3 Currently defined compatibles:
/linux/Documentation/devicetree/bindings/soc/fsl/cpm_qe/
H A Dserial.txt3 Currently defined compatibles:
/linux/arch/powerpc/platforms/512x/
H A Dmpc512x_generic.c42 .compatibles = board, in define_machine()
/linux/arch/powerpc/platforms/83xx/
H A Dmpc831x_rdb.c41 .compatibles = board, in define_machine()
H A Dmpc830x_rdb.c41 .compatibles = board, in define_machine()
H A Dmpc837x_rdb.c66 .compatibles = board, in define_machine()
/linux/Documentation/devicetree/bindings/extcon/
H A Dfcs,fsa880.yaml7 title: Fairchild Semiconductor FSA880, FSA9480 and compatibles
/linux/Documentation/devicetree/bindings/soc/fsl/
H A Dguts.txt12 Possible compatibles:
/linux/Documentation/devicetree/bindings/spi/
H A Dspi-lantiq-ssc.txt13 For rest of the compatibles, should contain the "spi_rx", "spi_tx" and
/linux/Documentation/devicetree/bindings/regulator/
H A Dpv88080.txt10 NOTE: The use of the compatibles with no silicon version is deprecated.
/linux/Documentation/devicetree/bindings/gnss/
H A Dbrcm,bcm4751.yaml16 elaborate than the compatibles BCM4751 may be printed
/linux/arch/powerpc/platforms/52xx/
H A Dmpc5200_simple.c64 .compatibles = board, in define_machine()
/linux/drivers/ata/
H A Dahci_platform.c81 /* Keep the following compatibles for device tree compatibility */
/linux/drivers/firmware/arm_scmi/
H A DKconfig83 compatibles.

123