Home
last modified time | relevance | path

Searched refs:auto (Results 76 – 100 of 903) sorted by relevance

12345678910>>...37

/openbmc/linux/Documentation/gpu/
H A Dkms-properties.csv21 ,,“audio”,ENUM,"{ ""force-dvi"", ""off"", ""auto"", ""on"" }",Connector,TBD
41 ,,"""Broadcast RGB""",ENUM,"{ “off”, “auto”, “on” }",Connector,TBD
83 ,Display,“dithering mode”,ENUM,"{ ""auto"", ""off"", ""on"" }",Connector,TBD
84 ,,“dithering depth”,ENUM,"{ ""auto"", ""off"", ""on"", ""static 2x2"", ""dynamic 2x2"", ""temporal"…
85 ,,“underscan”,ENUM,"{ ""auto"", ""6 bpc"", ""8 bpc"" }",Connector,TBD
96 ,Underscan,"""underscan""",ENUM,"{ ""off"", ""on"", ""auto"" }",Connector,TBD
99 ,Audio,“audio”,ENUM,"{ ""off"", ""on"", ""auto"" }",Connector,TBD
/openbmc/phosphor-webui/app/common/styles/layout/
H A Dheader.scss101 width: auto;
183 height: auto;
216 margin-left: auto;
217 margin-right: auto;
/openbmc/linux/Documentation/devicetree/bindings/extcon/
H A Dextcon-rt8973a.txt7 speed USB operation. Also, RT8973A support 'auto-configuration' mode.
8 If auto-configuration mode is enabled, RT8973A would control internal h/w patch
/openbmc/linux/Documentation/devicetree/bindings/mmc/
H A Dbrcm,sdhci-brcmstb.yaml60 sdhci,auto-cmd12:
62 description: Specifies that controller should use auto CMD12
96 sdhci,auto-cmd12;
/openbmc/linux/Documentation/ABI/testing/
H A Dsysfs-class-power-twl40309 "auto" draw power as appropriate for detected
30 "auto" draw power as appropriate for detected
H A Dconfigfs-usb-gadget-uac211 c_hs_bint capture bInterval for HS/SS (1-4: fixed, 0: auto)
26 p_hs_bint playback bInterval for HS/SS (1-4: fixed, 0: auto)
/openbmc/openbmc/meta-openembedded/meta-webserver/recipes-httpd/apache2/apache2/
H A D0007-apache2-allow-to-disable-selinux-support.patch26 +AC_ARG_ENABLE(selinux,APACHE_HELP_STRING(--enable-selinux,Enable SELinux support [default=auto]),
27 + [],[enable_selinux=auto])
/openbmc/phosphor-webui/app/common/styles/elements/
H A Dmodals.scss22 width: auto;
25 height: auto;
57 top: auto;
H A Dcontent-search.scss44 width: auto;
58 width: auto;
/openbmc/linux/arch/arm/boot/dts/marvell/
H A Dkirkwood-linkstation.dtsi44 pmx_power_auto_switch: pmx-power-auto-switch {
108 power-auto-switch {
109 label = "Power-auto Switch";
/openbmc/openbmc/poky/meta/classes/
H A Dterminal.bbclass7 OE_TERMINAL ?= 'auto'
9 OE_TERMINAL[choices] = 'auto none \
94 elif terminal != 'auto':
99 bb.warn('Unsupported terminal "%s", defaulting to "auto"' %
/openbmc/u-boot/board/bachmann/ot1200/
H A DREADME9 port is always up and auto-negotiation is not possible.
12 FEC is connected to a normal phy and auto-negotiation is possible.
/openbmc/openbmc/poky/meta/recipes-support/gpgme/gpgme/
H A D0008-do-not-auto-check-var-PYTHON.patch4 Subject: [PATCH] do not auto check var-PYTHON
6 Upstream auto check the version of python rather than specify option
/openbmc/openbmc/poky/meta/recipes-multimedia/x264/x264/
H A Ddon-t-default-to-cortex-a9-with-neon.patch21 @@ -911,9 +911,6 @@ if [ $asm = auto -a \( $ARCH = X86 -o $ARCH = X86_64 \) ] ; then
24 if [ $asm = auto -a $ARCH = ARM ] ; then
/openbmc/linux/scripts/
H A DMakefile16 filechk_rust_target = $< < include/config/auto.conf
18 $(obj)/target.json: scripts/generate_rust_target include/config/auto.conf FORCE
/openbmc/phosphor-webui/app/server-control/styles/
H A Dvirtual-media.scss20 flex-basis: auto;
78 flex-basis: auto;
/openbmc/phosphor-webui/app/server-health/styles/
H A Dinventory.scss57 overflow:auto;
63 overflow: auto;
/openbmc/linux/Documentation/devicetree/bindings/i2c/
H A Dbrcm,brcmstb-i2c.yaml31 - const: auto-i2c
92 reg-names = "bsc", "auto-i2c";
/openbmc/linux/scripts/package/
H A Dbuildtar32 if grep -q '^CONFIG_OF_EARLY_FLATTREE=y' include/config/auto.conf; then
43 if grep -q '^CONFIG_MODULES=y' include/config/auto.conf; then
/openbmc/linux/tools/testing/kunit/
H A Dkunit_parser.py17 from enum import Enum, auto
68 SUCCESS = auto()
69 FAILURE = auto()
70 SKIPPED = auto()
71 TEST_CRASHED = auto()
72 NO_TESTS = auto()
73 FAILURE_TO_PARSE_TESTS = auto()
/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/libgsf/libgsf/
H A D0001-configure.ac-drop-a-copy-paste-of-introspection.m4-m.patch23 - AS_HELP_STRING([--enable-introspection[=@<:@no/auto/yes@:>@]],
41 -[auto],[
47 - AC_MSG_ERROR([invalid argument passed to --enable-introspection, should be one of @<:@no/auto/…
/openbmc/boost-dbus/include/dbus/impl/
H A Dconnection.ipp65 auto name = dbus_bus_get_unique_name(conn);
78 auto ptr = dbus_message_new_method_return(m);
79 auto x = message(ptr);
/openbmc/openbmc/meta-security/recipes-security/ecryptfs-utils/files/
H A Decryptfs-utils-CVE-2016-6224.patch47 # If this is a GPT partition, mark it as no-auto mounting, to avoid
48 # auto-activating it on boot
62 echo "$swap is already marked as no-auto"
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/openvpn/openvpn/
H A D0001-configure.ac-eliminate-build-path-from-openvpn-versi.patch15 with_mem_check=no with_openssl_engine=auto
24 with_openssl_engine=auto
/openbmc/sdbusplus/
H A Dmeson.build7 'tests=' + (meson.is_subproject() ? 'disabled' : 'auto'),
8 'examples=' + (meson.is_subproject() ? 'disabled' : 'auto'),

12345678910>>...37