/openbmc/linux/Documentation/input/devices/ |
H A D | appletouch.rst | 45 Option "LeftEdge" "0" 46 Option "RightEdge" "850" 47 Option "TopEdge" "0" 48 Option "BottomEdge" "645" 49 Option "MinSpeed" "0.4" 50 Option "MaxSpeed" "1" 52 Option "FingerLow" "0" 53 Option "FingerHigh" "30" 54 Option "MaxTapMove" "20" 55 Option "MaxTapTime" "100" [all …]
|
/openbmc/openbmc/poky/meta/recipes-graphics/xorg-xserver/xserver-xf86-config/qemux86/ |
H A D | xorg.conf | 7 Option "DPMS" 32 Option "AllowEmptyInput" "no" 33 Option "BlankTime" "0" 34 Option "StandbyTime" "0" 35 Option "SuspendTime" "0" 36 Option "OffTime" "0"
|
/openbmc/openbmc/poky/meta/recipes-graphics/xorg-xserver/xserver-xf86-config/qemux86-64/ |
H A D | xorg.conf | 7 Option "DPMS" 32 Option "AllowEmptyInput" "no" 33 Option "BlankTime" "0" 34 Option "StandbyTime" "0" 35 Option "SuspendTime" "0" 36 Option "OffTime" "0"
|
/openbmc/openbmc/poky/meta/recipes-graphics/xorg-xserver/xserver-xf86-config/qemuarm/ |
H A D | xorg.conf | 12 Option "DPMS" 37 Option "AllowEmptyInput" "no" 38 Option "BlankTime" "0" 39 Option "StandbyTime" "0" 40 Option "SuspendTime" "0" 41 Option "OffTime" "0"
|
/openbmc/openbmc/poky/meta/recipes-graphics/xorg-xserver/xserver-xf86-config/qemuppc/ |
H A D | xorg.conf | 12 Option "DPMS" 37 Option "AllowEmptyInput" "no" 38 Option "BlankTime" "0" 39 Option "StandbyTime" "0" 40 Option "SuspendTime" "0" 41 Option "OffTime" "0"
|
/openbmc/openbmc/poky/meta/recipes-graphics/xorg-xserver/xserver-xf86-config/qemush4/ |
H A D | xorg.conf | 12 Option "DPMS" 37 Option "AllowEmptyInput" "no" 38 Option "BlankTime" "0" 39 Option "StandbyTime" "0" 40 Option "SuspendTime" "0" 41 Option "OffTime" "0"
|
/openbmc/linux/rust/alloc/vec/ |
H A D | is_zero.rs | 106 unsafe impl<T: ?Sized> IsZero for Option<&T> { implementation 113 unsafe impl<T: ?Sized> IsZero for Option<Box<T>> { implementation 129 unsafe impl IsZero for Option<core::num::$t> { 155 unsafe impl IsZero for Option<$t> { 200 Option<bool>, 201 Option<Option<bool>>, 202 Option<Option<Option<bool>>>,
|
H A D | extract_if.rs | 63 fn next(&mut self) -> Option<T> { in next() 87 fn size_hint(&self) -> (usize, Option<usize>) { in size_hint()
|
H A D | drain.rs | 158 fn next(&mut self) -> Option<T> { in next() 162 fn size_hint(&self) -> (usize, Option<usize>) { in size_hint() 170 fn next_back(&mut self) -> Option<T> { in next_back()
|
H A D | into_iter.rs | 190 fn next(&mut self) -> Option<T> { in next() 209 fn size_hint(&self) -> (usize, Option<usize>) { in size_hint() 299 fn next_back(&mut self) -> Option<T> { in next_back()
|
/openbmc/linux/rust/kernel/ |
H A D | init.rs | 1314 Option<NonZeroU8>, Option<NonZeroU16>, Option<NonZeroU32>, Option<NonZeroU64>, 1315 Option<NonZeroU128>, Option<NonZeroUsize>, 1316 Option<NonZeroI8>, Option<NonZeroI16>, Option<NonZeroI32>, Option<NonZeroI64>, 1317 Option<NonZeroI128>, Option<NonZeroIsize>, 1322 {<T: ?Sized>} Option<NonNull<T>>, 1323 {<T: ?Sized>} Option<Box<T>>,
|
H A D | error.rs | 142 pub fn name(&self) -> Option<&'static CStr> { in name() 159 pub fn name(&self) -> Option<&'static CStr> { in name()
|
/openbmc/openbmc/meta-raspberrypi/recipes-graphics/xorg-xserver/xserver-xf86-config/rpi/xorg.conf.d/ |
H A D | 99-calibration.conf | 4 Option "Calibration" "3800 200 200 3800" 5 Option "SwapAxes" "1"
|
H A D | 98-pitft.conf | 4 Option "fbdev" "/dev/fb1"
|
/openbmc/linux/rust/macros/ |
H A D | helpers.rs | 5 pub(crate) fn try_ident(it: &mut token_stream::IntoIter) -> Option<String> { in try_ident() 13 pub(crate) fn try_literal(it: &mut token_stream::IntoIter) -> Option<String> { in try_literal() 21 pub(crate) fn try_string(it: &mut token_stream::IntoIter) -> Option<String> { in try_string()
|
H A D | module.rs | 97 author: Option<String>, 98 description: Option<String>, 99 alias: Option<Vec<String>>,
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/dibbler/dibbler/ |
H A D | dibbler_fix_getSize_crash.patch | 42 + Log(Info) << "### CPE Debug - Option with index " << optionCount++ << LogEnd ; 43 + Log(Info) << "### CPE Debug - Option with type " << (*opt)->getOptType() << LogEnd ;
|
/openbmc/linux/rust/alloc/ |
H A D | boxed.rs | 1944 fn next(&mut self) -> Option<I::Item> { in next() 1947 fn size_hint(&self) -> (usize, Option<usize>) { in size_hint() 1950 fn nth(&mut self, n: usize) -> Option<I::Item> { in nth() 1953 fn last(self) -> Option<I::Item> { in last() 1960 fn last(self) -> Option<Self::Item>; in last() 1965 default fn last(self) -> Option<I::Item> { in last() 1967 fn some<T>(_: Option<T>, x: T) -> Option<T> { in last() 1979 fn last(self) -> Option<I::Item> { in last() 1986 fn next_back(&mut self) -> Option<I::Item> { in next_back() 2159 fn size_hint(&self) -> (usize, Option<usize>) { in size_hint() [all …]
|
/openbmc/phosphor-ipmi-flash/ |
H A D | README.md | 156 | Option | Meaning | 192 | Option | Meaning | 200 | Option | Meaning | 210 | Option | Meaning | 216 | Option | Meaning | 223 | Option | Meaning | 231 | Option | Meaning | 238 | Option | Meaning |
|
/openbmc/openbmc/poky/meta-yocto-bsp/recipes-graphics/xorg-xserver/xserver-xf86-config/beaglebone-yocto/ |
H A D | xorg.conf | 8 Option "AccelMethod" "none"
|
/openbmc/linux/Documentation/devicetree/bindings/display/panel/ |
H A D | panel-mipi-dbi-spi.yaml | 41 - Option 1: 9-bit mode and D/CX as the 9th bit 45 - Option 2: 16-bit mode and D/CX as a 9th bit 49 - Option 3: 8-bit mode and D/CX as a separate interface line
|
/openbmc/libpldm/docs/oem/meta/ |
H A D | file-io.md | 10 | 1 | enum8 | Option | This field is a read option is used to identify the read file opti… 21 ### Table 3. Option of message type
|
/openbmc/u-boot/doc/SPL/ |
H A D | README.omap3 | 35 Option 1 (SPL only): 42 Option 2 (SPL or X-Loader):
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/highway/ |
H A D | highway_1.1.0.bb | 16 # Option not supported with clang and its default format for __fp16 anyway with clang
|
/openbmc/linux/tools/testing/selftests/drivers/net/mlxsw/ |
H A D | devlink_trap_control.sh | 549 )"94:"$( : Option Number 550 )"04:"$( : Option Length 551 )"00:00:"$( : Option Data 573 )"05:02:00:00:00:00:"$( : Option Data
|