Home
last modified time | relevance | path

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

123

/linux/Documentation/devicetree/bindings/soc/renesas/
H A Drenesas-soc.yaml7 title: Renesas SoC compatibles naming convention
14 Guidelines for new compatibles for SoC blocks/components.
15 When adding new compatibles in new bindings, use the format::
21 When adding new compatibles to existing bindings, use the format in the
38 # Preferred naming style for compatibles of SoC components
42 # Legacy compatibles
44 # New compatibles are not allowed.
55 # None SoC component compatibles
57 # Compatibles with the Renesas vendor prefix that do not relate to any SoC
58 # component are OK. New compatibles are allowed.
[all …]
/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/arm/samsung/
H A Dsamsung-soc.yaml7 title: Samsung S3C, S5P and Exynos SoC compatibles naming convention
13 Guidelines for new compatibles for SoC blocks/components.
14 When adding new compatibles in new bindings, use the format::
30 - description: Preferred naming style for compatibles of SoC components
33 # Legacy compatibles with wild-cards - list cannot grow with new bindings:
/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/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"
535 tristate "Dallas Semiconductor DS1621 and compatibles"
630 tristate "Fintek F71882FG and compatibles"
904 tristate "ITE IT87xx and compatibles"
1180 tristate "Maxim MAX1111 Serial 8-bit ADC chip and compatibles"
[all …]
/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/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/hwmon/pmbus/
H A Dzl6100.c3 * Hardware monitoring driver for ZL6100 and compatibles
421 MODULE_DESCRIPTION("PMBus driver for ZL6100 and compatibles");

123