| /linux/tools/power/cpupower/utils/helpers/ |
| A 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/scripts/ |
| A 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()
|
| A 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()
|
| A D | rustdoc_test_builder.rs | 22 let mut body = String::new(); in main()
|
| A D | checkpatch.pl | 535 our $String = qr{(?:\b[Lu])?"[X\t]*"}; 1670 return "" if ($line !~ m/($String)/g); 3853 $line =~ /^\+\s*#\s*define\s+\w+\s+$String$/) { 5957 while ($dstat =~ s/($String)\s*$Ident/$1/ || 5958 $dstat =~ s/$Ident\s*($String)/$1/) 6275 if ($line =~ /^\+\s*$String/ && 6314 if ($line =~ /^\+.*$String/ && 6344 if ($line =~ /$String[A-Z_]/ || 6349 while ($line =~ /($String)/g) { 6358 if ($line =~ /$String\s*[Lu]?"/) { [all …]
|
| /linux/rust/macros/ |
| A 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>>,
|
| A 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
|
| A D | paste.rs | 53 let pasted: String = segments.into_iter().map(|x| x.0).collect(); in concat()
|
| /linux/Documentation/ABI/testing/ |
| A 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>
|
| A 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/Documentation/devicetree/bindings/powerpc/opal/ |
| A D | sensor-groups.txt | 13 - type : String to indicate the type of sensor-group
|
| /linux/Documentation/gpu/ |
| A 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/Documentation/devicetree/bindings/net/ |
| A D | samsung-sxgbe.txt | 13 - phy-mode: String, operation mode of the PHY interface.
|
| /linux/Documentation/devicetree/bindings/bus/ |
| A D | brcm,gisb-arb.yaml | 47 String list of the literal name of the GISB masters. Should match the
|
| /linux/Documentation/devicetree/bindings/mtd/ |
| A D | nvidia-tegra20-nand.txt | 25 - nand-ecc-mode: String, operation mode of the NAND ecc mode. Currently only
|
| /linux/Documentation/usb/ |
| A D | linux-cdc-acm.inf | 100 ; String Definitions
|
| /linux/Documentation/devicetree/bindings/leds/backlight/ |
| A D | lm3630a-backlight.yaml | 7 title: TI LM3630A High-Efficiency Dual-String White LED
|
| /linux/Documentation/devicetree/bindings/phy/ |
| A D | brcm,sata-phy.yaml | 72 String that indicates the desired RX equalizer mode.
|
| /linux/Documentation/devicetree/bindings/iio/adc/ |
| A D | atmel,sama9260-adc.yaml | 56 String corresponding to an identifier from atmel,adc-res-names property.
|
| /linux/Documentation/arch/arm/ |
| A D | uefi.rst | 71 bootargs String Kernel command line
|
| /linux/Documentation/devicetree/bindings/mfd/ |
| A D | omap-usb-host.txt | 15 - portN-mode: String specifying the port mode for port N, where N can be
|
| /linux/Documentation/core-api/ |
| A D | kernel-api.rst | 21 String Conversions 36 String Manipulation
|
| A D | netlink.rst | 95 constant. String types may reduce the constant by one
|
| /linux/Documentation/devicetree/bindings/pinctrl/ |
| A D | cnxt,cx92755-pinctrl.txt | 61 - function: String. Specifies the pin mux selection. Values must be one of:
|
| /linux/Documentation/driver-api/pldmfw/ |
| A D | file-format.rst | 129 | Version String |
|