Home
last modified time | relevance | path

Searched refs:compatibles (Results 1 – 25 of 44) sorted by relevance

12

/openbmc/phosphor-logging/test/openpower-pels/
H A Ddevice_callouts_test.cpp276 std::vector<std::string> compatibles{"system1", "systemA", "system3"}; in TEST_F() local
277 EXPECT_EQ(util::getJSONFilename(compatibles), in TEST_F()
283 std::vector<std::string> compatibles{"system5", "system6"}; in TEST_F() local
284 EXPECT_THROW(util::getJSONFilename(compatibles), std::invalid_argument); in TEST_F()
298 std::vector<std::string> compatibles{"system1", "systemA", in TEST_F() local
300 EXPECT_EQ(util::getJSONFilename(compatibles), in TEST_F()
306 std::vector<std::string> compatibles{"systemX", "systemY"}; in TEST_F() local
307 EXPECT_EQ(util::getJSONFilename(compatibles), fallbackFile); in TEST_F()
/openbmc/linux/scripts/dtc/
H A Ddt-extract-compatibles43 def print_compat(filename, compatibles): argument
44 if not compatibles:
47 compat_str = ' '.join(compatibles)
50 print(*compatibles, sep='\n')
H A Ddt_to_config751 my @compatibles = split('", "', $compatible);
753 $compatibles[0] =~ s/^"//;
754 $compatibles[$#compatibles] =~ s/"$//;
756 $pn_arg{compatible_cnt} = $#compatibles + 1;
759 for $compat (@compatibles) {
/openbmc/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)
/openbmc/linux/Documentation/devicetree/bindings/watchdog/
H A Dmarvel.txt20 Clocks required for compatibles = "marvell,orion-wdt",
24 Clocks required for compatibles = "marvell,armada-xp-wdt"
/openbmc/linux/drivers/hwmon/pmbus/
H A DKconfig51 tristate "Analog Devices ADM1275 and compatibles"
154 tristate "Infineon IR38064 and compatibles"
163 bool "Regulator support for IR38064 and compatibles"
187 tristate "National Semiconductor LM25066 and compatibles"
196 bool "Regulator support for LM25066 and compatibles"
212 tristate "Linear Technologies LTC2978 and compatibles"
222 bool "Regulator support for LTC2978 and compatibles"
295 tristate "Maxim MAX31785 and compatibles"
304 tristate "Maxim MAX34440 and compatibles"
390 tristate "Flex PIM4328 and compatibles"
[all …]
/openbmc/linux/Documentation/devicetree/bindings/thermal/
H A Darmada-thermal.txt23 Note: The compatibles marvell,armada370-thermal,
27 compatibles must point to "control LSB/control 0" with size of 8.
/openbmc/linux/Documentation/devicetree/bindings/soc/fsl/cpm_qe/
H A Dnetwork.txt3 Currently defined compatibles:
25 Currently defined compatibles:
47 Currently defined compatibles:
H A Dserial.txt3 Currently defined compatibles:
/openbmc/linux/Documentation/devicetree/bindings/mmc/
H A Dfsl-esdhc.txt11 Possible compatibles for PowerPC:
18 Possible compatibles for ARM:
/openbmc/linux/drivers/hwmon/
H A DKconfig79 tristate "Analog Devices AD7314 and compatibles"
109 tristate "Analog Devices ADM1021 and compatibles"
121 tristate "Analog Devices ADM1025 and compatibles"
132 tristate "Analog Devices ADM1026 and compatibles"
154 tristate "Analog Devices ADM1031 and compatibles"
164 tristate "Analog Devices ADM1177 and compatibles"
174 tristate "Analog Devices ADM9240 and compatibles"
512 tristate "Dallas Semiconductor DS1621 and compatibles"
605 tristate "Fintek F71882FG and compatibles"
827 tristate "ITE IT87xx and compatibles"
[all …]
/openbmc/linux/Documentation/devicetree/bindings/soc/fsl/cpm_qe/cpm/
H A Dpic.txt3 Currently defined compatibles:
H A Dbrg.txt3 Currently defined compatibles:
/openbmc/linux/Documentation/devicetree/bindings/arm/marvell/
H A Dmarvell,orion5x.txt10 SoC. Currently known SoC compatibles are:
/openbmc/linux/Documentation/devicetree/bindings/phy/
H A Dbrcm,stingray-usb-phy.txt4 - compatible : should be one of the listed compatibles
H A Dphy-rockchip-inno-hdmi.txt4 - compatible : should be one of the listed compatibles:
/openbmc/linux/Documentation/devicetree/bindings/
H A Dwriting-bindings.rst43 strings. DO use fallback compatibles when devices are the same as or a subset
44 of prior implementations. DO add new compatibles in case there are new
H A DMakefile80 $(Q)$(srctree)/scripts/dtc/dt-extract-compatibles $(srctree) | xargs dt-check-compatible -v -s $<
/openbmc/linux/Documentation/devicetree/bindings/spi/
H A Dspi-lantiq-ssc.txt13 For rest of the compatibles, should contain the "spi_rx", "spi_tx" and
/openbmc/linux/Documentation/devicetree/bindings/timer/
H A Dmarvell,armada-370-xp-timer.txt18 Clocks required for compatibles = "marvell,armada-xp-timer",
/openbmc/linux/Documentation/devicetree/bindings/crypto/
H A Dinside-secure-safexcel.txt19 Two compatibles are kept for backward compatibility, but shouldn't be used for
/openbmc/linux/Documentation/devicetree/bindings/soc/fsl/
H A Dguts.txt12 Possible compatibles:
/openbmc/linux/Documentation/devicetree/bindings/regulator/
H A Dpv88080.txt10 NOTE: The use of the compatibles with no silicon version is deprecated.
/openbmc/linux/drivers/s390/char/
H A DKconfig130 tape subsystems and 100% compatibles.
139 tape subsystems and 100% compatibles.
/openbmc/openbmc/meta-arm/meta-arm-systemready/recipes-test/arm-systemready-acs/arm-systemready-scripts/
H A D0002-check-sr-results-Device-tree-improvements.patch39 cp = run(f"{dt_parser} --compatibles '{compat}' '{log}'")

12