/linux-6.3-rc2/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-6.3-rc2/scripts/ |
A 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()
|
A D | checkpatch.pl | 529 our $String = qr{(?:\b[Lu])?"[X\t]*"}; 1647 return "" if ($line !~ m/($String)/g); 3800 $line =~ /^\+\s*#\s*define\s+\w+\s+$String$/) { 5912 while ($dstat =~ s/($String)\s*$Ident/$1/ || 5913 $dstat =~ s/$Ident\s*($String)/$1/) 6221 if ($line =~ /^\+\s*$String/ && 6260 if ($line =~ /^\+.*$String/ && 6290 if ($line =~ /$String[A-Z_]/ || 6295 while ($line =~ /($String)/g) { 6304 if ($line =~ /$String\s*[Lu]?"/) { [all …]
|
/linux-6.3-rc2/rust/macros/ |
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 | 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-6.3-rc2/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-6.3-rc2/Documentation/devicetree/bindings/sound/ |
A D | qcom,wcd9335.txt | 33 Value type: <String array> 39 Value type: <String Array>
|
A D | qcom,apq8096.txt | 97 qcom,model: String for soundcard name (Use model instead)
|
/linux-6.3-rc2/Documentation/devicetree/bindings/powerpc/opal/ |
A D | sensor-groups.txt | 13 - type : String to indicate the type of sensor-group
|
/linux-6.3-rc2/Documentation/devicetree/bindings/net/ |
A D | samsung-sxgbe.txt | 13 - phy-mode: String, operation mode of the PHY interface.
|
/linux-6.3-rc2/Documentation/devicetree/bindings/bus/ |
A D | brcm,gisb-arb.yaml | 46 String list of the litteral name of the GISB masters. Should match the
|
/linux-6.3-rc2/Documentation/devicetree/bindings/input/ |
A D | rotary-encoder.txt | 23 - rotary-encoder,encoding: String, the method used to encode steps.
|
/linux-6.3-rc2/Documentation/gpu/ |
A 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-6.3-rc2/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-6.3-rc2/Documentation/usb/ |
A D | linux-cdc-acm.inf | 100 ; String Definitions
|
/linux-6.3-rc2/Documentation/devicetree/bindings/phy/ |
A D | brcm,sata-phy.yaml | 72 String that indicates the desired RX equalizer mode.
|
/linux-6.3-rc2/Documentation/devicetree/bindings/leds/backlight/ |
A D | lm3630a-backlight.yaml | 7 title: TI LM3630A High-Efficiency Dual-String White LED
|
/linux-6.3-rc2/Documentation/devicetree/bindings/pinctrl/ |
A 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
|
A D | cnxt,cx92755-pinctrl.txt | 61 - function: String. Specifies the pin mux selection. Values must be one of:
|
/linux-6.3-rc2/Documentation/devicetree/bindings/iio/adc/ |
A D | atmel,sama9260-adc.yaml | 56 String corresponding to an identifier from atmel,adc-res-names property.
|
/linux-6.3-rc2/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-6.3-rc2/Documentation/core-api/ |
A D | kernel-api.rst | 21 String Conversions 36 String Manipulation
|
A D | netlink.rst | 94 constant. String types may reduce the constant by one
|
/linux-6.3-rc2/Documentation/driver-api/pldmfw/ |
A D | file-format.rst | 129 | Version String |
|