/linux-6.12.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-6.12.1/scripts/ |
D | generate_rust_target.rs | 22 String(String), enumerator 27 type Object = Vec<(String, Value)>; 51 Value::String(string) => write!(formatter, "\"{}\"", string), in fmt() 80 impl From<String> for Value { 81 fn from(value: String) -> Self { in from() 82 Self::String(value) in from() 88 Self::String(value.to_string()) in from() 130 struct KernelConfig(HashMap<String, String>); 139 let mut line = String::new(); in from_stdin() 239 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 | 535 our $String = qr{(?:\b[Lu])?"[X\t]*"}; 1081 our $FuncArg = qr{$Typecast{0,1}($LvalOrFunc|$Constant|$String)}; 1670 return "" if ($line !~ m/($String)/g); 3846 …if ($line =~ /^\+\s*$logFunctions\s*\(\s*(?:(?:KERN_\S+\s*|[^"]*))?($String\s*(?:|,|\)\s*;)\s*)$/ … 3852 } elsif ($line =~ /^\+\s*$String\s*(?:\s*|,|\)\s*;)\s*$/ || 3853 $line =~ /^\+\s*#\s*define\s+\w+\s+$String$/) { 3873 } elsif ($sline =~ /\s*($String(?:\s*(?:\\|,\s*|\)\s*;\s*))?)$/ && 5957 while ($dstat =~ s/($String)\s*$Ident/$1/ || 5958 $dstat =~ s/$Ident\s*($String)/$1/) 6275 if ($line =~ /^\+\s*$String/ && [all …]
|
/linux-6.12.1/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>>, 100 firmware: 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 | 53 let pasted: String = segments.into_iter().map(|x| x.0).collect(); in concat()
|
/linux-6.12.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-6.12.1/Documentation/devicetree/bindings/powerpc/opal/ |
D | sensor-groups.txt | 13 - type : String to indicate the type of sensor-group
|
/linux-6.12.1/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-6.12.1/Documentation/devicetree/bindings/net/ |
D | samsung-sxgbe.txt | 13 - phy-mode: String, operation mode of the PHY interface.
|
/linux-6.12.1/Documentation/usb/ |
D | linux-cdc-acm.inf | 100 ; String Definitions
|
/linux-6.12.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-6.12.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-6.12.1/Documentation/arch/arm/ |
D | uefi.rst | 71 bootargs String Kernel command line
|
/linux-6.12.1/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-6.12.1/Documentation/devicetree/bindings/pinctrl/ |
D | cnxt,cx92755-pinctrl.txt | 61 - function: String. Specifies the pin mux selection. Values must be one of:
|
/linux-6.12.1/Documentation/driver-api/pldmfw/ |
D | file-format.rst | 129 | Version String |
|
/linux-6.12.1/arch/x86/kvm/ |
D | emulate.c | 122 #define String (1<<13) /* String instruction (rep capable) */ macro 1447 if (ctxt->rep_prefix && (ctxt->d & String) && in pio_in_emulated() 4279 I2bvIP(DstDI | SrcDX | Mov | String | Unaligned, em_in, ins, check_perm_in), /* insb, insw/insd */ 4280 I2bvIP(SrcSI | DstDX | String, em_out, outs, check_perm_out), /* outsb, outsw/outsd */ 4308 I2bv(SrcSI | DstDI | Mov | String | TwoMemOp, em_mov), 4309 F2bv(SrcSI | DstDI | String | NoWrite | TwoMemOp, em_cmp_r), 4312 I2bv(SrcAcc | DstDI | Mov | String, em_mov), 4313 I2bv(SrcSI | DstAcc | Mov | String, em_mov), 4314 F2bv(SrcAcc | DstDI | String | NoWrite, em_cmp_r), 5125 (No64|Undefined|Sse|Mmx|Intercept|CheckPerm|Priv|Prot|String))) { in x86_emulate_insn() [all …]
|
/linux-6.12.1/Documentation/iio/ |
D | adis16475.rst | 144 | firmware_revision | String containing the firmware revision in the following format ##.##. | 146 | firmware_date | String containing the firmware date in the following format mm-dd-yyyy. |
|
/linux-6.12.1/Documentation/admin-guide/acpi/ |
D | initrd_table_override.rst | 95 [ 1.272091] [ACPI Debug] String [0x0B] "HELLO WORLD"
|