/Linux-v6.1/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.1/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 | checkpatch.pl | 529 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/ |
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_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
|
D | module.rs | 10 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/ |
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.1/rust/alloc/ |
D | borrow.rs | 18 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/ |
D | qcom,wcd9335.txt | 33 Value type: <String array> 39 Value type: <String Array>
|
D | qcom,apq8096.txt | 97 qcom,model: String for soundcard name (Use model instead)
|
/Linux-v6.1/Documentation/devicetree/bindings/powerpc/opal/ |
D | sensor-groups.txt | 13 - type : String to indicate the type of sensor-group
|
/Linux-v6.1/Documentation/devicetree/bindings/net/ |
D | samsung-sxgbe.txt | 13 - phy-mode: String, operation mode of the PHY interface.
|
/Linux-v6.1/Documentation/devicetree/bindings/input/ |
D | rotary-encoder.txt | 23 - rotary-encoder,encoding: String, the method used to encode steps.
|
/Linux-v6.1/Documentation/gpu/ |
D | drm-usage-stats.rst | 42 - <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/ |
D | nvidia-tegra20-nand.txt | 25 - nand-ecc-mode: String, operation mode of the NAND ecc mode. Currently only
|
/Linux-v6.1/Documentation/usb/ |
D | linux-cdc-acm.inf | 100 ; String Definitions
|
/Linux-v6.1/Documentation/devicetree/bindings/pinctrl/ |
D | brcm,bcm11351-pinctrl.txt | 59 - 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
|
D | cnxt,cx92755-pinctrl.txt | 61 - function: String. Specifies the pin mux selection. Values must be one of:
|
/Linux-v6.1/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.1/Documentation/core-api/ |
D | kernel-api.rst | 21 String Conversions 36 String Manipulation
|
D | printk-basics.rst | 31 | Name | String | Alias function |
|
/Linux-v6.1/Documentation/driver-api/pldmfw/ |
D | file-format.rst | 129 | Version String |
|
/Linux-v6.1/arch/x86/kvm/ |
D | emulate.c | 121 #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/ |
D | initrd_table_override.rst | 95 [ 1.272091] [ACPI Debug] String [0x0B] "HELLO WORLD"
|
/Linux-v6.1/Documentation/devicetree/bindings/arm/ |
D | atmel-sysregs.txt | 64 - atmel,wakeup-mode: String, operation mode of the wakeup mode.
|