Home
last modified time | relevance | path

Searched refs:Option (Results 1 – 25 of 114) sorted by relevance

12345

/openbmc/linux/Documentation/input/devices/
H A Dappletouch.rst42 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 Dxorg.conf7 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 Dxorg.conf7 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 Dxorg.conf12 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 Dxorg.conf12 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 Dxorg.conf12 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 Dis_zero.rs106 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 Dextract_if.rs63 fn next(&mut self) -> Option<T> { in next()
87 fn size_hint(&self) -> (usize, Option<usize>) { in size_hint()
H A Ddrain.rs158 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 Dtests.rs60 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 Ddefinitions.rs16 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 Dlib.rs96 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 Dinit.rs1314 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 Ddevice.rs110 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 D99-calibration.conf4 Option "Calibration" "3800 200 200 3800"
5 Option "SwapAxes" "1"
H A D98-pitft.conf4 Option "fbdev" "/dev/fb1"
/openbmc/linux/rust/macros/
H A Dhelpers.rs5 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 Dmodule.rs97 author: Option<String>,
98 description: Option<String>,
99 alias: Option<Vec<String>>,
/openbmc/linux/rust/alloc/
H A Dboxed.rs1353 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 Ddibbler_fix_getSize_crash.patch42 + 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 DREADME.md156 | 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 Dxorg.conf8 Option "AccelMethod" "none"
/openbmc/libpldm/docs/oem/meta/
H A Dfile-io.md10 | 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 DREADME.omap335 Option 1 (SPL only):
42 Option 2 (SPL or X-Loader):
/openbmc/linux/tools/testing/selftests/drivers/net/mlxsw/
H A Ddevlink_trap_control.sh549 )"94:"$( : Option Number
550 )"04:"$( : Option Length
551 )"00:00:"$( : Option Data
573 )"05:02:00:00:00:00:"$( : Option Data

12345