Home
last modified time | relevance | path

Searched refs:Some (Results 1 – 25 of 769) sorted by relevance

12345678910>>...31

/Linux-v6.6/rust/macros/
Dmodule.rs13 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()
Dvtable.rs15 "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()
Dpaste.rs12 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()
Dhelpers.rs6 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()
Dpinned_drop.rs31 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/
Dsysfs-class-regulator6 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 …]
Dsysfs-driver-samsung-laptop5 Description: Some Samsung laptops have different "performance levels"
46 Description: Some Samsung laptops handle lid closing quicker and
Dsysfs-firmware-gsmi5 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/
Dcoding-guidelines.rst108 /// Returns the contained [`Some`] value, consuming the `self` value,
120 /// let x = Some("air");
125 Some(val) => val,
/Linux-v6.6/rust/alloc/vec/
Dinto_iter.rs199 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()
Ddrain_filter.rs136 return Some(ptr::read(&v[i])); in next()
149 (0, Some(self.old_len - self.idx)) in size_hint()
/Linux-v6.6/arch/loongarch/
DKconfig.debug14 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/
Dlirc-get-timeout.rst40 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/
Dbuilt-in-fw.rst25 * Some firmware may be optional
28 * Some firmware files may be really large in size. The remote-proc subsystem
/Linux-v6.6/drivers/pps/
DKconfig13 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/
Dselection-api-intro.rst7 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
Dext-ctrls-image-process.rst34 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/
DKconfig16 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/
Dten-bit-addresses.rst20 * 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/
Draw_vec.rs285 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/
Dfsl-board.txt52 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/
Dmicrel.txt42 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/
Dnotes.txt1 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/
DKconfig33 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/
Dtypes.rs162 Self(Some((data, cleanup_func))) in new_with_data()
199 if let Some((data, cleanup)) = self.0.take() { in drop()

12345678910>>...31