Home
last modified time | relevance | path

Searched refs:String (Results 1 – 25 of 44) sorted by relevance

12

/Linux-v6.1/tools/power/cpupower/utils/helpers/
Dhelpers.h22 #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.1/scripts/
Dgenerate_rust_target.rs22 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()
Dcheckpatch.pl529 our $String = qr{(?:\b[Lu])?"[X\t]*"};
1046 our $FuncArg = qr{$Typecast{0,1}($LvalOrFunc|$Constant|$String)};
1634 return "" if ($line !~ m/($String)/g);
3750 …if ($line =~ /^\+\s*$logFunctions\s*\(\s*(?:(?:KERN_\S+\s*|[^"]*))?($String\s*(?:|,|\)\s*;)\s*)$/ …
3756 } elsif ($line =~ /^\+\s*$String\s*(?:\s*|,|\)\s*;)\s*$/ ||
3757 $line =~ /^\+\s*#\s*define\s+\w+\s+$String$/) {
3777 } elsif ($sline =~ /\s*($String(?:\s*(?:\\|,\s*|\)\s*;\s*))?)$/ &&
5869 while ($dstat =~ s/($String)\s*$Ident/$1/ ||
5870 $dstat =~ s/$Ident\s*($String)/$1/)
6177 if ($line =~ /^\+\s*$String/ &&
[all …]
/Linux-v6.1/rust/macros/
Dhelpers.rs5 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_byte_string(it: &mut token_stream::IntoIter) -> Option<String> { in try_byte_string() argument
31 pub(crate) fn expect_ident(it: &mut token_stream::IntoIter) -> String { in expect_ident() argument
43 pub(crate) fn expect_byte_string(it: &mut token_stream::IntoIter) -> String { in expect_byte_string() argument
Dmodule.rs10 buffer: String,
18 buffer: String::new(), in new()
76 type_: String,
77 license: String,
78 name: String,
79 author: Option<String>,
80 description: Option<String>,
81 alias: Option<String>,
/Linux-v6.1/Documentation/ABI/testing/
Dsysfs-firmware-papr-energy-scale-info19 Description: String description of the energy attribute of <id>
29 Description: String value of the energy attribute of <id>
Dconfigfs-usb-gadget137 This group contains "OS String" extension handling attributes.
143 qw_sign an identifier to be reported as "OS String"
/Linux-v6.1/rust/alloc/
Dborrow.rs18 use crate::string::String;
474 let mut s = String::with_capacity(lhs.len() + rhs.len()); in add_assign()
491 let mut s = String::with_capacity(lhs.len() + rhs.len()); in add_assign()
/Linux-v6.1/Documentation/devicetree/bindings/sound/
Dqcom,wcd9335.txt33 Value type: <String array>
39 Value type: <String Array>
Dqcom,apq8096.txt97 qcom,model: String for soundcard name (Use model instead)
/Linux-v6.1/Documentation/devicetree/bindings/powerpc/opal/
Dsensor-groups.txt13 - type : String to indicate the type of sensor-group
/Linux-v6.1/Documentation/devicetree/bindings/net/
Dsamsung-sxgbe.txt13 - phy-mode: String, operation mode of the PHY interface.
/Linux-v6.1/Documentation/devicetree/bindings/input/
Drotary-encoder.txt23 - rotary-encoder,encoding: String, the method used to encode steps.
/Linux-v6.1/Documentation/gpu/
Ddrm-usage-stats.rst42 - <str> - String excluding any above defined reserved characters or whitespace.
49 String shall contain the name this driver registered as via the respective
/Linux-v6.1/Documentation/devicetree/bindings/mtd/
Dnvidia-tegra20-nand.txt25 - nand-ecc-mode: String, operation mode of the NAND ecc mode. Currently only
/Linux-v6.1/Documentation/usb/
Dlinux-cdc-acm.inf100 ; String Definitions
/Linux-v6.1/Documentation/devicetree/bindings/pinctrl/
Dbrcm,bcm11351-pinctrl.txt59 - function: String. Specifies the pin mux selection. Values
85 - function: String. Specifies the pin mux selection. Values
109 - function: String. Specifies the pin mux selection. Values
Dcnxt,cx92755-pinctrl.txt61 - function: String. Specifies the pin mux selection. Values must be one of:
/Linux-v6.1/Documentation/devicetree/bindings/mfd/
Domap-usb-host.txt15 - portN-mode: String specifying the port mode for port N, where N can be
/Linux-v6.1/Documentation/core-api/
Dkernel-api.rst21 String Conversions
36 String Manipulation
Dprintk-basics.rst31 | Name | String | Alias function |
/Linux-v6.1/Documentation/driver-api/pldmfw/
Dfile-format.rst129 | Version String |
/Linux-v6.1/arch/x86/kvm/
Demulate.c121 #define String (1<<13) /* String instruction (rep capable) */ macro
1476 if (ctxt->rep_prefix && (ctxt->d & String) && in pio_in_emulated()
4656 I2bvIP(DstDI | SrcDX | Mov | String | Unaligned, em_in, ins, check_perm_in), /* insb, insw/insd */
4657 I2bvIP(SrcSI | DstDX | String, em_out, outs, check_perm_out), /* outsb, outsw/outsd */
4685 I2bv(SrcSI | DstDI | Mov | String | TwoMemOp, em_mov),
4686 F2bv(SrcSI | DstDI | String | NoWrite | TwoMemOp, em_cmp_r),
4689 I2bv(SrcAcc | DstDI | Mov | String, em_mov),
4690 I2bv(SrcSI | DstAcc | Mov | String, em_mov),
4691 F2bv(SrcAcc | DstDI | String | NoWrite, em_cmp_r),
5503 (No64|Undefined|Sse|Mmx|Intercept|CheckPerm|Priv|Prot|String))) { in x86_emulate_insn()
[all …]
/Linux-v6.1/Documentation/admin-guide/acpi/
Dinitrd_table_override.rst95 [ 1.272091] [ACPI Debug] String [0x0B] "HELLO WORLD"
/Linux-v6.1/Documentation/devicetree/bindings/arm/
Datmel-sysregs.txt64 - atmel,wakeup-mode: String, operation mode of the wakeup mode.

12