/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 …]
|
/linux/rust/kernel/ |
H A D | rbtree.rs | 240 pub fn cursor_front(&mut self) -> Option<Cursor<'_, K, V>> { 255 pub fn cursor_back(&mut self) -> Option<Cursor<'_, K, V>> { 285 ) -> Result<Option<RBTreeNode<K, V>>> { in try_create_and_insert() 295 pub fn insert(&mut self, node: RBTreeNode<K, V>) -> Option<RBTreeNode<K, V>> { 367 pub fn find_mut(&mut self, key: &K) -> Option<OccupiedEntry<'_, K, V>> { 375 pub fn get(&self, key: &K) -> Option<&V> { 395 pub fn get_mut(&mut self, key: &K) -> Option<&mut V> { 402 pub fn remove_node(&mut self, key: &K) -> Option<RBTreeNode<K, V>> { 409 pub fn remove(&mut self, key: &K) -> Option<V> { 418 pub fn cursor_lower_bound(&mut self, key: &K) -> Option<Curso [all...] |
H A D | init.rs | 1404 Option<NonZeroU8>, Option<NonZeroU16>, Option<NonZeroU32>, Option<NonZeroU64>, in zeroed() 1405 Option<NonZeroU128>, Option<NonZeroUsize>, in zeroed() 1406 Option<NonZeroI8>, Option<NonZeroI16>, Option<NonZeroI32>, Option<NonZeroI6 in zeroed() [all...] |
H A D | list.rs | 327 pub fn pop_back(&mut self) -> Option<ListArc<T, ID>> { in pop_back() 339 pub fn pop_front(&mut self) -> Option<ListArc<T, ID>> { in pop_front() 356 pub unsafe fn remove(&mut self, item: &T) -> Option<ListArc<T, ID>> { in remove() 495 pub fn cursor_front(&mut self) -> Option<Cursor<'_, T, ID>> { in cursor_front() 549 fn next(&mut self) -> Option<ArcBorrow<'a, T>> { in next() 608 pub fn next(self) -> Option<Cursor<'a, T, ID>> { in next() 625 pub fn prev(self) -> Option<Cursor<'a, T, ID>> { in prev() 667 fn next(&mut self) -> Option<ListArc<T, ID>> { in next() 675 fn next_back(&mut self) -> Option<ListArc<T, ID>> { in next_back()
|
H A D | error.rs | 122 const fn try_from_errno(errno: crate::ffi::c_int) -> Option<Error> { in from_errno_unchecked() 165 pub fn name(&self) -> Option<&'static CStr> { in name() 182 pub fn name(&self) -> Option<&'static CStr> {
|
H A D | types.rs | 61 unsafe fn try_from_foreign(ptr: *const crate::ffi::c_void) -> Option<Self> { 158 pub struct ScopeGuard<T, F: FnOnce(T)>(Option<(T, F)>);
|
H A D | workqueue.rs | 231 func: Option<T>, 235 fn project(self: Pin<&mut Self>) -> &mut Option<T> { in project()
|
/linux/rust/macros/ |
H A D | module.rs | 97 author: Option<String>, 98 description: Option<String>, 99 alias: Option<Vec<String>>, 100 firmware: Option<Vec<String>>,
|
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 | quote.rs | 9 impl<T: ToTokens> ToTokens for Option<T> { implementation
|
/linux/Documentation/networking/devlink/ |
H A D | i40e.rst | 44 - Version of the Option ROM containing the UEFI driver. The version is 50 a fix is delivered as a patch against an older base Option ROM.
|
/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
|
/linux/drivers/gpu/drm/ |
H A D | drm_panic_qr.rs | 211 fn from_segments(segments: &[&Segment<'_>]) -> Option<Version> { in from_segments() 300 fn get_next_13b(data: &[u8], offset: usize) -> Option<(u16, usize)> { in get_next_13b() 413 fn next(&mut self) -> Option<Self::Item> { in next() 479 fn new<'a>(segments: &[&Segment<'_>], data: &'a mut [u8]) -> Option<EncodedMsg<'a>> { in new() 612 fn next(&mut self) -> Option<Self::Item> { in next()
|
/linux/drivers/net/ethernet/socionext/ |
H A D | Kconfig | 6 Option to select ethernet drivers for Socionext platforms.
|
/linux/Documentation/devicetree/bindings/clock/ |
H A D | clk-palmas-clk32kg-clocks.txt | 19 Option 0 or missing this property means the clock is enabled/disabled
|
/linux/rust/kernel/list/ |
H A D | arc.rs | 292 pub fn try_from_arc_borrow(arc: ArcBorrow<'_, T>) -> Option<Self> in try_from_arc_borrow() 309 pub fn try_from_arc_or_drop(arc: Arc<T>) -> Option<Self> in try_from_arc_or_drop()
|
/linux/Documentation/networking/ |
H A D | tcp_ao.rst | 4 TCP Authentication Option Linux implementation (RFC5925) 7 TCP Authentication Option (TCP-AO) provides a TCP extension aimed at verifying 441 RFC 5925 The TCP Authentication Option 444 RFC 5926 Cryptographic Algorithms for the TCP Authentication Option (TCP-AO) 447 Draft "SHA-2 Algorithm for the TCP Authentication Option (TCP-AO)" 450 RFC 2385 Protection of BGP Sessions via the TCP MD5 Signature Option
|
/linux/Documentation/process/ |
H A D | stable-kernel-rules.rst | 67 Option 1 140 Option 2 150 Option 3
|
/linux/Documentation/ABI/testing/ |
H A D | sysfs-module | 11 Description: Write/read Option ROM data.
|
/linux/Documentation/netlabel/ |
H A D | draft-ietf-cipso-ipsecurity-01.txt | 13 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
|
H A D | cipso_ipv4.rst | 13 IP Security Option (CIPSO) draft from July 16, 1992. A copy of this
|
/linux/Documentation/filesystems/ |
H A D | locks.rst | 57 1.3 Mandatory Locking As A Mount Option
|
/linux/Documentation/sound/cards/ |
H A D | joystick.rst | 41 Driver Module Option Available Values
|
/linux/Documentation/driver-api/pldmfw/ |
H A D | file-format.rst | 121 | Option Flags |
|
/linux/Documentation/scsi/ |
H A D | advansys.rst | 92 If the driver is loaded at boot time and the LILO Driver Option 172 Driver LILO Option
|