Home
last modified time | relevance | path

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

12

/linux-6.3-rc2/tools/power/cpupower/utils/helpers/
A 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-6.3-rc2/scripts/
A 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()
A Dcheckpatch.pl529 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 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_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 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-6.3-rc2/Documentation/ABI/testing/
A 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>
A Dconfigfs-usb-gadget137 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 Dqcom,wcd9335.txt33 Value type: <String array>
39 Value type: <String Array>
A Dqcom,apq8096.txt97 qcom,model: String for soundcard name (Use model instead)
/linux-6.3-rc2/Documentation/devicetree/bindings/powerpc/opal/
A Dsensor-groups.txt13 - type : String to indicate the type of sensor-group
/linux-6.3-rc2/Documentation/devicetree/bindings/net/
A Dsamsung-sxgbe.txt13 - phy-mode: String, operation mode of the PHY interface.
/linux-6.3-rc2/Documentation/devicetree/bindings/bus/
A Dbrcm,gisb-arb.yaml46 String list of the litteral name of the GISB masters. Should match the
/linux-6.3-rc2/Documentation/devicetree/bindings/input/
A Drotary-encoder.txt23 - rotary-encoder,encoding: String, the method used to encode steps.
/linux-6.3-rc2/Documentation/gpu/
A 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-6.3-rc2/Documentation/devicetree/bindings/mtd/
A Dnvidia-tegra20-nand.txt25 - nand-ecc-mode: String, operation mode of the NAND ecc mode. Currently only
/linux-6.3-rc2/Documentation/usb/
A Dlinux-cdc-acm.inf100 ; String Definitions
/linux-6.3-rc2/Documentation/devicetree/bindings/phy/
A Dbrcm,sata-phy.yaml72 String that indicates the desired RX equalizer mode.
/linux-6.3-rc2/Documentation/devicetree/bindings/leds/backlight/
A Dlm3630a-backlight.yaml7 title: TI LM3630A High-Efficiency Dual-String White LED
/linux-6.3-rc2/Documentation/devicetree/bindings/pinctrl/
A 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
A Dcnxt,cx92755-pinctrl.txt61 - function: String. Specifies the pin mux selection. Values must be one of:
/linux-6.3-rc2/Documentation/devicetree/bindings/iio/adc/
A Datmel,sama9260-adc.yaml56 String corresponding to an identifier from atmel,adc-res-names property.
/linux-6.3-rc2/Documentation/devicetree/bindings/mfd/
A Domap-usb-host.txt15 - portN-mode: String specifying the port mode for port N, where N can be
/linux-6.3-rc2/Documentation/core-api/
A Dkernel-api.rst21 String Conversions
36 String Manipulation
A Dnetlink.rst94 constant. String types may reduce the constant by one
/linux-6.3-rc2/Documentation/driver-api/pldmfw/
A Dfile-format.rst129 | Version String |

Completed in 24 milliseconds

12