/Linux-v6.6/tools/power/cpupower/utils/helpers/ |
D | helpers.h | 22 #define _(String) gettext(String) argument 24 #define gettext_noop(String) String argument 26 #define N_(String) gettext_noop(String) argument 30 #define _(String) String argument 31 #define N_(String) String argument
|
/Linux-v6.6/scripts/ |
D | generate_rust_target.rs | 22 String(String), enumerator 26 type Object = Vec<(String, Value)>; 35 Value::String(string) => write!(formatter, "\"{}\"", string), in fmt() 74 impl Push<String> for TargetSpec { 75 fn push(&mut self, key: &str, value: String) { in push() argument 76 self.0.push((key.to_string(), Value::String(value))); in push() 106 struct KernelConfig(HashMap<String, String>); 115 let mut line = String::new(); in from_stdin() 172 vec![("kind".to_string(), Value::String("none".to_string()))], in main()
|
D | rustdoc_test_gen.rs | 120 let mut rust_tests = String::new(); in main() 121 let mut c_test_declarations = String::new(); in main() 122 let mut c_test_cases = String::new(); in main() 123 let mut body = String::new(); in main() 124 let mut last_file = String::new(); in main()
|
D | rustdoc_test_builder.rs | 22 let mut body = String::new(); in main()
|
D | checkpatch.pl | 531 our $String = qr{(?:\b[Lu])?"[X\t]*"}; 1077 our $FuncArg = qr{$Typecast{0,1}($LvalOrFunc|$Constant|$String)}; 1665 return "" if ($line !~ m/($String)/g); 3827 …if ($line =~ /^\+\s*$logFunctions\s*\(\s*(?:(?:KERN_\S+\s*|[^"]*))?($String\s*(?:|,|\)\s*;)\s*)$/ … 3833 } elsif ($line =~ /^\+\s*$String\s*(?:\s*|,|\)\s*;)\s*$/ || 3834 $line =~ /^\+\s*#\s*define\s+\w+\s+$String$/) { 3854 } elsif ($sline =~ /\s*($String(?:\s*(?:\\|,\s*|\)\s*;\s*))?)$/ && 5948 while ($dstat =~ s/($String)\s*$Ident/$1/ || 5949 $dstat =~ s/$Ident\s*($String)/$1/) 6260 if ($line =~ /^\+\s*$String/ && [all …]
|
/Linux-v6.6/rust/macros/ |
D | module.rs | 7 fn expect_string_array(it: &mut token_stream::IntoIter) -> Vec<String> { in expect_string_array() argument 28 buffer: String, 36 buffer: String::new(), in new() 94 type_: String, 95 license: String, 96 name: String, 97 author: Option<String>, 98 description: Option<String>, 99 alias: Option<Vec<String>>,
|
D | helpers.rs | 5 pub(crate) fn try_ident(it: &mut token_stream::IntoIter) -> Option<String> { in try_ident() argument 13 pub(crate) fn try_literal(it: &mut token_stream::IntoIter) -> Option<String> { in try_literal() argument 21 pub(crate) fn try_string(it: &mut token_stream::IntoIter) -> Option<String> { in try_string() argument 37 pub(crate) fn expect_ident(it: &mut token_stream::IntoIter) -> String { in expect_ident() argument 49 pub(crate) fn expect_string(it: &mut token_stream::IntoIter) -> String { in expect_string() argument 53 pub(crate) fn expect_string_ascii(it: &mut token_stream::IntoIter) -> String { in expect_string_ascii() argument
|
D | paste.rs | 45 let pasted: String = segments.into_iter().map(|x| x.0).collect(); in concat()
|
/Linux-v6.6/Documentation/ABI/testing/ |
D | sysfs-firmware-papr-energy-scale-info | 19 Description: String description of the energy attribute of <id> 29 Description: String value of the energy attribute of <id>
|
D | configfs-usb-gadget | 137 This group contains "OS String" extension handling attributes. 143 qw_sign an identifier to be reported as "OS String"
|
/Linux-v6.6/rust/alloc/ |
D | boxed.rs | 179 use crate::string::String; 2261 impl From<String> for Box<dyn Error + Send + Sync> { 2276 fn from(err: String) -> Box<dyn Error + Send + Sync> { in from() 2277 struct StringError(String); in from() 2305 impl From<String> for Box<dyn Error> { 2318 fn from(str_err: String) -> Box<dyn Error> { in from() 2345 From::from(String::from(err)) in from() 2367 From::from(String::from(err)) in from() 2389 From::from(String::from(err)) in from() 2410 From::from(String::from(err)) in from()
|
/Linux-v6.6/Documentation/devicetree/bindings/powerpc/opal/ |
D | sensor-groups.txt | 13 - type : String to indicate the type of sensor-group
|
/Linux-v6.6/Documentation/gpu/ |
D | drm-usage-stats.rst | 42 - <keystr> - String excluding any above defined reserved characters or whitespace. 43 - <valstr> - String. 50 String shall contain the name this driver registered as via the respective
|
/Linux-v6.6/Documentation/devicetree/bindings/net/ |
D | samsung-sxgbe.txt | 13 - phy-mode: String, operation mode of the PHY interface.
|
/Linux-v6.6/Documentation/devicetree/bindings/input/ |
D | rotary-encoder.txt | 23 - rotary-encoder,encoding: String, the method used to encode steps.
|
/Linux-v6.6/Documentation/usb/ |
D | linux-cdc-acm.inf | 100 ; String Definitions
|
/Linux-v6.6/Documentation/devicetree/bindings/mtd/ |
D | nvidia-tegra20-nand.txt | 25 - nand-ecc-mode: String, operation mode of the NAND ecc mode. Currently only
|
/Linux-v6.6/Documentation/devicetree/bindings/sound/ |
D | qcom,apq8096.txt | 97 qcom,model: String for soundcard name (Use model instead)
|
/Linux-v6.6/Documentation/arch/arm/ |
D | uefi.rst | 71 bootargs String Kernel command line
|
/Linux-v6.6/Documentation/devicetree/bindings/mfd/ |
D | omap-usb-host.txt | 15 - portN-mode: String specifying the port mode for port N, where N can be
|
/Linux-v6.6/Documentation/core-api/ |
D | kernel-api.rst | 21 String Conversions 36 String Manipulation
|
D | netlink.rst | 95 constant. String types may reduce the constant by one
|
D | printk-basics.rst | 31 | Name | String | Alias function |
|
/Linux-v6.6/Documentation/devicetree/bindings/pinctrl/ |
D | cnxt,cx92755-pinctrl.txt | 61 - function: String. Specifies the pin mux selection. Values must be one of:
|
/Linux-v6.6/Documentation/driver-api/pldmfw/ |
D | file-format.rst | 129 | Version String |
|