/Linux-v6.6/rust/macros/ |
D | module.rs | 13 while let Some(val) = try_string(&mut it) { in expect_string_array() 17 Some(TokenTree::Punct(punct)) => assert_eq!(punct.as_char(), ','), in expect_string_array() 113 Some(TokenTree::Ident(ident)) => ident.to_string(), in parse() 114 Some(_) => panic!("Expected Ident or end"), in parse() 130 "author" => info.author = Some(expect_string(it)), in parse() 131 "description" => info.description = Some(expect_string(it)), in parse() 133 "alias" => info.alias = Some(expect_string_array(it)), in parse() 177 if let Some(author) = info.author { in module() 180 if let Some(description) = info.description { in module() 184 if let Some(aliases) = info.alias { in module()
|
D | vtable.rs | 15 "trait" => Some(true), in vtable() 16 "impl" => Some(false), in vtable() 25 Some(TokenTree::Group(group)) if group.delimiter() == Delimiter::Brace => group, in vtable() 32 while let Some(token) = body_it.next() { in vtable() 36 Some(TokenTree::Ident(ident)) => ident.to_string(), in vtable() 44 Some(TokenTree::Ident(ident)) => ident.to_string(), in vtable()
|
D | paste.rs | 12 Some(TokenTree::Literal(lit)) => segments.push((lit.to_string(), lit.span())), in concat() 13 Some(TokenTree::Ident(ident)) => { in concat() 20 Some(TokenTree::Punct(p)) if p.as_char() == ':' => { in concat() 21 let Some(TokenTree::Ident(ident)) = tokens.next() else { in concat() localVariable 33 span = Some(sp); in concat()
|
D | helpers.rs | 6 if let Some(TokenTree::Ident(ident)) = it.next() { in try_ident() 7 Some(ident.to_string()) in try_ident() 14 if let Some(TokenTree::Literal(literal)) = it.next() { in try_literal() 15 Some(literal.to_string()) in try_literal() 28 Some(content.to_string()) in try_string()
|
D | pinned_drop.rs | 31 pinned_drop_idx = Some(i); in pinned_drop() 40 if let Some(TokenTree::Group(last)) = toks.pop() { in pinned_drop()
|
/Linux-v6.6/Documentation/ABI/testing/ |
D | sysfs-class-regulator | 6 Some regulator directories will contain a field called 32 Some regulator directories will contain a field called 96 Some regulator directories will contain a field called 111 Some regulator directories will contain a field called 126 Some regulator directories will contain a field called 151 Some regulator directories will contain a field called 166 Some regulator directories will contain a field called 181 Some regulator directories will contain a field called 196 Some regulator directories will contain a field called 234 Some regulator directories will contain a field called [all …]
|
D | sysfs-driver-samsung-laptop | 5 Description: Some Samsung laptops have different "performance levels" 46 Description: Some Samsung laptops handle lid closing quicker and
|
D | sysfs-firmware-gsmi | 5 Some servers used internally at Google have firmware 7 triggers. Some of the callbacks are similar to those
|
/Linux-v6.6/Documentation/translations/zh_CN/rust/ |
D | coding-guidelines.rst | 108 /// Returns the contained [`Some`] value, consuming the `self` value, 120 /// let x = Some("air"); 125 Some(val) => val,
|
/Linux-v6.6/rust/alloc/vec/ |
D | into_iter.rs | 199 Some(unsafe { mem::zeroed() }) in next() 204 Some(unsafe { ptr::read(old) }) in next() 215 (exact, Some(exact)) in size_hint() 307 Some(unsafe { mem::zeroed() }) in next_back() 311 Some(unsafe { ptr::read(self.end) }) in next_back()
|
D | drain_filter.rs | 136 return Some(ptr::read(&v[i])); in next() 149 (0, Some(self.old_len - self.idx)) in size_hint()
|
/Linux-v6.6/arch/loongarch/ |
D | Kconfig.debug | 14 finds. Some of the addresses it reports may be incorrect. 26 Some of the addresses it reports may be incorrect (but better than the
|
/Linux-v6.6/Documentation/userspace-api/media/rc/ |
D | lirc-get-timeout.rst | 40 Some devices have internal timers that can be used to detect when 48 Some devices have a fixed timeout, in that case
|
/Linux-v6.6/Documentation/driver-api/firmware/ |
D | built-in-fw.rst | 25 * Some firmware may be optional 28 * Some firmware files may be really large in size. The remote-proc subsystem
|
/Linux-v6.6/drivers/pps/ |
D | Kconfig | 13 Some antennae's PPS signals are connected with the CD (Carrier 17 Some antennae's PPS signals are connected with some special host
|
/Linux-v6.6/Documentation/userspace-api/media/v4l/ |
D | selection-api-intro.rst | 7 Some video capture devices can sample a subsection of a picture and 9 can insert the image into larger one. Some video output devices can crop
|
D | ext-ctrls-image-process.rst | 34 Some devices use horizontal and vertical balanking to configure the frame 44 Some capture/display/sensor devices have the capability to generate
|
/Linux-v6.6/drivers/platform/x86/intel/atomisp2/ |
D | Kconfig | 16 driver for these, so they do not work as a camera. Some of these 19 Some of these devices have a firmware issue where the LED gets turned
|
/Linux-v6.6/Documentation/i2c/ |
D | ten-bit-addresses.rst | 20 * Not all bus drivers support 10-bit addresses. Some don't because the 25 * Some optional features do not support 10-bit addresses. This is the
|
/Linux-v6.6/rust/alloc/ |
D | raw_vec.rs | 285 Some((self.ptr.cast().into(), layout)) in current_memory() 471 let (ptr, layout) = if let Some(mem) = self.current_memory() { mem } else { return Ok(()) }; in shrink() 506 let memory = if let Some((ptr, old_layout)) = current_memory { in finish_grow() 523 if let Some((ptr, layout)) = self.current_memory() { in drop()
|
/Linux-v6.6/Documentation/devicetree/bindings/board/ |
D | fsl-board.txt | 52 Some Freescale boards like BSC9132QDS have on board FPGA connected on 69 Some Freescale boards like T1040RDB have an on board CPLD connected.
|
/Linux-v6.6/Documentation/devicetree/bindings/net/ |
D | micrel.txt | 42 Some PHYs, such as the KSZ8041FTL variant, support fiber mode, enabled 53 Some PHYs have a COMA mode input pin which puts the PHY into
|
/Linux-v6.6/drivers/staging/media/atomisp/ |
D | notes.txt | 1 Some notes about the working of the atomisp drivers (learned while working 18 ia_css_binary_find(). Some binaries support creating multiple outputs
|
/Linux-v6.6/drivers/cpuidle/ |
D | Kconfig | 33 Some workloads benefit from using it and it generally should be safe 45 Some virtualized workloads benefit from using it.
|
/Linux-v6.6/rust/kernel/ |
D | types.rs | 162 Self(Some((data, cleanup_func))) in new_with_data() 199 if let Some((data, cleanup)) = self.0.take() { in drop()
|