/Linux-v4.19/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-v4.19/Documentation/devicetree/bindings/phy/ |
D | brcm,brcmstb-usb-phy.txt | 17 - clock-names: String, clock name. 25 - dr_mode: String, PHY Device mode.
|
/Linux-v4.19/Documentation/ABI/testing/ |
D | configfs-usb-gadget | 120 This group contains "OS String" extension handling attributes. 125 qw_sign - an identifier to be reported as "OS String"
|
D | sysfs-class-net-phydev | 30 String value indicating the PHY interface, possible
|
/Linux-v4.19/Documentation/devicetree/bindings/sound/ |
D | qcom,wcd9335.txt | 33 Value type: <String array> 39 Value type: <String Array>
|
D | qcom,apq8096.txt | 89 qcom,model: String for soundcard name (Use model instead)
|
/Linux-v4.19/Documentation/devicetree/bindings/powerpc/opal/ |
D | sensor-groups.txt | 13 - type : String to indicate the type of sensor-group
|
/Linux-v4.19/scripts/ |
D | checkpatch.pl | 401 our $String = qr{"[X\t]*"}; 794 our $FuncArg = qr{$Typecast{0,1}($LvalOrFunc|$Constant|$String)}; 1318 return "" if ($line !~ m/($String)/g); 3058 …if ($line =~ /^\+\s*$logFunctions\s*\(\s*(?:(?:KERN_\S+\s*|[^"]*))?($String\s*(?:|,|\)\s*;)\s*)$/ … 3064 } elsif ($line =~ /^\+\s*$String\s*(?:\s*|,|\)\s*;)\s*$/ || 3065 $line =~ /^\+\s*#\s*define\s+\w+\s+$String$/) { 3085 } elsif ($sline =~ /\s*($String(?:\s*(?:\\|,\s*|\)\s*;\s*))?)$/ && 5052 while ($dstat =~ s/($String)\s*$Ident/$1/ || 5053 $dstat =~ s/$Ident\s*($String)/$1/) 5359 if ($line =~ /^\+\s*$String/ && [all …]
|
/Linux-v4.19/Documentation/devicetree/bindings/net/ |
D | samsung-sxgbe.txt | 13 - phy-mode: String, operation mode of the PHY interface.
|
/Linux-v4.19/Documentation/devicetree/bindings/input/ |
D | gpio-keys.txt | 9 - label: String, name of the input device.
|
D | rotary-encoder.txt | 23 - rotary-encoder,encoding: String, the method used to encode steps.
|
/Linux-v4.19/Documentation/devicetree/bindings/mtd/ |
D | nvidia-tegra20-nand.txt | 25 - nand-ecc-mode: String, operation mode of the NAND ecc mode. Currently only
|
D | ingenic,jz4780-nand.txt | 28 - nand-ecc-mode: String, operation mode of the NAND ecc mode. "hw" by default
|
D | nand.txt | 22 - nand-ecc-mode : String, operation mode of the NAND ecc mode.
|
/Linux-v4.19/Documentation/devicetree/bindings/net/dsa/ |
D | mt7530.txt | 31 - phy-mode: String, must be either "trgmii" or "rgmii" for port labeled
|
/Linux-v4.19/Documentation/usb/ |
D | linux-cdc-acm.inf | 100 ; String Definitions
|
/Linux-v4.19/Documentation/isdn/ |
D | INTERFACE | 254 parm.setup.phone = An ASCII-String containing the number to dial. 320 parm.num = ASCII-String, containing the desired EAZ's/MSN's 321 (comma-separated). If an empty String is given, the 335 parm.num = ASCII-String, containing the current EAZ's/MSN's 346 parm.num = ASCII-String, containing the desired Service-Indicators. 357 parm.num = ASCII-String, containing the current Service-Indicators. 586 parm.num = ASCII-String, containing type of connection (for analog
|
/Linux-v4.19/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-v4.19/Documentation/devicetree/bindings/iio/adc/ |
D | at91_adc.txt | 24 - atmel,adc-use-res: String corresponding to an identifier from
|
/Linux-v4.19/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-v4.19/Documentation/core-api/ |
D | kernel-api.rst | 21 String Conversions 36 String Manipulation
|
/Linux-v4.19/Documentation/acpi/ |
D | initrd_table_override.txt | 89 [ 1.272091] [ACPI Debug] String [0x0B] "HELLO WORLD"
|
/Linux-v4.19/arch/x86/kvm/ |
D | emulate.c | 122 #define String (1<<13) /* String instruction (rep capable) */ macro 1487 if (ctxt->rep_prefix && (ctxt->d & String) && in pio_in_emulated() 4646 I2bvIP(DstDI | SrcDX | Mov | String | Unaligned, em_in, ins, check_perm_in), /* insb, insw/insd */ 4647 I2bvIP(SrcSI | DstDX | String, em_out, outs, check_perm_out), /* outsb, outsw/outsd */ 4675 I2bv(SrcSI | DstDI | Mov | String | TwoMemOp, em_mov), 4676 F2bv(SrcSI | DstDI | String | NoWrite | TwoMemOp, em_cmp_r), 4679 I2bv(SrcAcc | DstDI | Mov | String, em_mov), 4680 I2bv(SrcSI | DstAcc | Mov | String, em_mov), 4681 F2bv(SrcAcc | DstDI | String | NoWrite, em_cmp_r), 5457 (No64|Undefined|Sse|Mmx|Intercept|CheckPerm|Priv|Prot|String))) { in x86_emulate_insn() [all …]
|
/Linux-v4.19/Documentation/devicetree/bindings/arm/ |
D | atmel-at91.txt | 130 - atmel,wakeup-mode: String, operation mode of the wakeup mode.
|