Home
last modified time | relevance | path

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

123

/Linux-v6.6/Documentation/input/devices/
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 …]
/Linux-v6.6/rust/alloc/vec/
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>>>,
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()
Ddrain_filter.rs122 fn next(&mut self) -> Option<T> { in next()
148 fn size_hint(&self) -> (usize, Option<usize>) { in size_hint()
Dinto_iter.rs190 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()
/Linux-v6.6/rust/kernel/
Dinit.rs1307 Option<NonZeroU8>, Option<NonZeroU16>, Option<NonZeroU32>, Option<NonZeroU64>,
1308 Option<NonZeroU128>, Option<NonZeroUsize>,
1309 Option<NonZeroI8>, Option<NonZeroI16>, Option<NonZeroI32>, Option<NonZeroI64>,
1310 Option<NonZeroI128>, Option<NonZeroIsize>,
1315 {<T: ?Sized>} Option<NonNull<T>>,
1316 {<T: ?Sized>} Option<Box<T>>,
Derror.rs142 pub fn name(&self) -> Option<&'static CStr> { in name()
159 pub fn name(&self) -> Option<&'static CStr> { in name()
Dtypes.rs156 pub struct ScopeGuard<T, F: FnOnce(T)>(Option<(T, F)>);
/Linux-v6.6/rust/macros/
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()
Dmodule.rs97 author: Option<String>,
98 description: Option<String>,
99 alias: Option<Vec<String>>,
Dquote.rs9 impl<T: ToTokens> ToTokens for Option<T> { implementation
/Linux-v6.6/rust/alloc/
Dboxed.rs1331 fn partial_cmp(&self, other: &Self) -> Option<Ordering> { in partial_cmp()
1922 fn next(&mut self) -> Option<I::Item> { in next()
1925 fn size_hint(&self) -> (usize, Option<usize>) { in size_hint()
1928 fn nth(&mut self, n: usize) -> Option<I::Item> { in nth()
1931 fn last(self) -> Option<I::Item> { in last()
1938 fn last(self) -> Option<Self::Item>; in last()
1943 default fn last(self) -> Option<I::Item> { in last()
1945 fn some<T>(_: Option<T>, x: T) -> Option<T> { in last()
1957 fn last(self) -> Option<I::Item> { in last()
1964 fn next_back(&mut self) -> Option<I::Item> { in next_back()
[all …]
Draw_vec.rs272 fn current_memory(&self) -> Option<(NonNull<u8>, Layout)> { in current_memory()
495 current_memory: Option<(NonNull<u8>, Layout)>, in finish_grow()
/Linux-v6.6/tools/testing/selftests/drivers/net/mlxsw/
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
/Linux-v6.6/Documentation/devicetree/bindings/clock/
Dclk-palmas-clk32kg-clocks.txt19 Option 0 or missing this property means the clock is enabled/disabled
/Linux-v6.6/drivers/net/ethernet/socionext/
DKconfig6 Option to select ethernet drivers for Socionext platforms.
/Linux-v6.6/Documentation/process/
Dstable-kernel-rules.rst67 Option 1
137 Option 2
147 Option 3
/Linux-v6.6/Documentation/ABI/testing/
Dsysfs-module11 Description: Write/read Option ROM data.
/Linux-v6.6/Documentation/filesystems/
Dlocks.rst57 1.3 Mandatory Locking As A Mount Option
/Linux-v6.6/Documentation/netlabel/
Dcipso_ipv4.rst13 IP Security Option (CIPSO) draft from July 16, 1992. A copy of this
Ddraft-ietf-cipso-ipsecurity-01.txt13 IP Security Option (CIPSO). This draft reflects the version as approved by
36 these options is the DoD Basic Security Option (BSO) (Type 130) which allows
41 is referred to as the DoD Extended Security Option (ESO). The values for
73 Option type: 134 (Class 0, Number 6, Copy on Fragmentation)
74 Option length: Variable
712 IP Security Option at the INTEROP 89, Commercial IPSO Workshop.
737 RFC 1038, "Draft Revised IP Security Option", M. St. Johns, IETF, January
/Linux-v6.6/Documentation/sound/cards/
Djoystick.rst41 Driver Module Option Available Values
/Linux-v6.6/Documentation/driver-api/pldmfw/
Dfile-format.rst121 | Option Flags |
/Linux-v6.6/Documentation/scsi/
Dadvansys.rst92 If the driver is loaded at boot time and the LILO Driver Option
172 Driver LILO Option
/Linux-v6.6/Documentation/crypto/
Dasymmetric-keys.rst340 - Option string used with KEYCTL_RESTRICT_KEYRING:
350 - Option string used with KEYCTL_RESTRICT_KEYRING:
361 - Option string used with KEYCTL_RESTRICT_KEYRING:

123