/openbmc/linux/Documentation/input/devices/ |
H A D | appletouch.rst | 42 Option "SendCoreEvents" "true" 43 Option "Device" "/dev/input/mice" 44 Option "Protocol" "auto-dev" 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" 51 Option "AccelFactor" "0.02" [all …]
|
/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/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/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()
|
/openbmc/qemu/rust/qemu-api/tests/ |
H A D | tests.rs | 60 const PARENT_TYPE_NAME: Option<&'static CStr> = Some(device_class::TYPE_DEVICE); in test_device_decl_macros() 62 const INSTANCE_INIT: Option<unsafe extern "C" fn(obj: *mut Object)> = None; in test_device_decl_macros() 63 const INSTANCE_POST_INIT: Option<unsafe extern "C" fn(obj: *mut Object)> = None; in test_device_decl_macros() 64 const INSTANCE_FINALIZE: Option<unsafe extern "C" fn(obj: *mut Object)> = None; in test_device_decl_macros() 68 const CLASS_INIT: Option<unsafe extern "C" fn(klass: *mut ObjectClass, data: *mut c_void)> = in test_device_decl_macros() 70 const CLASS_BASE_INIT: Option< in test_device_decl_macros()
|
/openbmc/qemu/rust/qemu-api/src/ |
H A D | definitions.rs | 16 const PARENT_TYPE_NAME: Option<&'static CStr>; 18 const INSTANCE_INIT: Option<unsafe extern "C" fn(obj: *mut Object)>; 19 const INSTANCE_POST_INIT: Option<unsafe extern "C" fn(obj: *mut Object)>; 20 const INSTANCE_FINALIZE: Option<unsafe extern "C" fn(obj: *mut Object)>; 24 const CLASS_INIT: Option<unsafe extern "C" fn(klass: *mut ObjectClass, data: *mut c_void)>; 25 const CLASS_BASE_INIT: Option<
|
H A D | lib.rs | 96 pub const DEFAULT_ALIGNMENT_BYTES: Option<usize> = Some(8); 101 pub const DEFAULT_ALIGNMENT_BYTES: Option<usize> = Some(16); 106 pub const DEFAULT_ALIGNMENT_BYTES: Option<usize> = Some(16); 108 pub const DEFAULT_ALIGNMENT_BYTES: Option<usize> = None;
|
/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<NonZeroI6 [all...] |
/openbmc/qemu/rust/hw/char/pl011/src/ |
H A D | device.rs | 110 const PARENT_TYPE_NAME: Option<&'static CStr> = Some(TYPE_SYS_BUS_DEVICE); 112 const INSTANCE_INIT: Option<unsafe extern "C" fn(obj: *mut Object)> = Some(pl011_init); 113 const INSTANCE_POST_INIT: Option<unsafe extern "C" fn(obj: *mut Object)> = None; 114 const INSTANCE_FINALIZE: Option<unsafe extern "C" fn(obj: *mut Object)> = None; 123 const CLASS_INIT: Option<unsafe extern "C" fn(klass: *mut ObjectClass, data: *mut c_void)> = 125 const CLASS_BASE_INIT: Option< 653 const CLASS_INIT: Option<unsafe extern "C" fn(klass: *mut ObjectClass, data: *mut c_void)> = 655 const CLASS_BASE_INIT: Option< 664 const PARENT_TYPE_NAME: Option<&'static CStr> = Some(crate::TYPE_PL011); 666 const INSTANCE_INIT: Option<unsafe extern "C" fn(obj: *mut Object)> = Some(pl011_luminary_init); [all …]
|
/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/linux/rust/alloc/ |
H A D | boxed.rs | 1353 fn partial_cmp(&self, other: &Self) -> Option<Ordering> { in partial_cmp() 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() [all …]
|
/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/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/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/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
|