Home
last modified time | relevance | path

Searched refs:Value (Results 1 – 25 of 362) sorted by relevance

12345678910>>...15

/linux/scripts/
H A Dgenerate_rust_target.rs19 enum Value { enum
23 Array(Vec<Value>),
27 type Object = Vec<(String, Value)>;
46 impl Display for Value { implementation
49 Value::Boolean(boolean) => write!(formatter, "{}", boolean), in fmt()
50 Value::Number(number) => write!(formatter, "{}", number), in fmt()
51 Value::String(string) => write!(formatter, "\"{}\"", string), in fmt()
52 Value::Array(values) => { in fmt()
57 Value::Object(object) => { in fmt()
68 impl From<bool> for Value { implementation
[all …]
/linux/Documentation/devicetree/bindings/remoteproc/
H A Dqcom,q6v5.txt8 Value type: <string>
15 Value type: <prop-encoded-array>
21 Value type: <stringlist>
26 Value type: <prop-encoded-array>
31 Value type: <stringlist>
36 Value type: <phandle>
41 Value type: <stringlist>
53 Value type: <phandle>
59 Value type: <stringlist>
65 Value type: <phandle>
[all …]
/linux/drivers/staging/rtl8723bs/hal/
H A Dhal_com_phycfg.c40 enum rate_section RateSection, u8 Value) in phy_SetTxPowerByRateBase() argument
49 pHalData->TxPwrByRateBase2_4G[RfPath][0] = Value; in phy_SetTxPowerByRateBase()
52 pHalData->TxPwrByRateBase2_4G[RfPath][1] = Value; in phy_SetTxPowerByRateBase()
55 pHalData->TxPwrByRateBase2_4G[RfPath][2] = Value; in phy_SetTxPowerByRateBase()
141 u32 Value, in PHY_GetRateValuesOfTxPowerByRate() argument
157 PwrByRateVal[i] = (s8) ((((Value >> (i * 8 + 4)) & 0xF)) * 10 + in PHY_GetRateValuesOfTxPowerByRate()
158 ((Value >> (i * 8)) & 0xF)); in PHY_GetRateValuesOfTxPowerByRate()
170 PwrByRateVal[i] = (s8) ((((Value >> (i * 8 + 4)) & 0xF)) * 10 + in PHY_GetRateValuesOfTxPowerByRate()
171 ((Value >> (i * 8)) & 0xF)); in PHY_GetRateValuesOfTxPowerByRate()
178 PwrByRateVal[0] = (s8) ((((Value >> (8 + 4)) & 0xF)) * 10 + in PHY_GetRateValuesOfTxPowerByRate()
[all …]
/linux/Documentation/devicetree/bindings/powerpc/fsl/
H A Ddcsr.txt23 Value type: <string>
29 Value type: <u32>
35 Value type: <u32>
42 Value type: <prop-encoded-array>
63 Value type: <string>
68 Value type: <prop_encoded-array>
89 Value type: <prop-encoded-array>
113 Value type: <string>
118 Value type: <prop-encoded-array>
150 Value type: <string>
[all …]
H A Decm.txt17 Value type: <string>
22 Value type: <prop-encoded-array>
29 Value type: <u32>
45 Value type: <string>
51 Value type: <prop-encoded-array>
58 Value type: <prop-encoded-array>
H A Dmcm.txt17 Value type: <string>
22 Value type: <prop-encoded-array>
29 Value type: <u32>
45 Value type: <string>
51 Value type: <prop-encoded-array>
58 Value type: <prop-encoded-array>
H A Dsrio-rmu.txt12 Value type: <string>
20 Value type: <prop-encoded-array>
27 Value type: <prop-encoded-array>
43 Value type: <string>
51 Value type: <prop-encoded-array>
58 Value type: <prop_encoded-array>
72 Value type: <string>
81 Value type: <prop-encoded-array>
88 Value type: <prop_encoded-array>
102 Value type: <string>
[all …]
H A Dinterlaken-lac.txt41 Value type: <string>
49 Value Device
60 Value type: <phandle>
66 Value type: <prop-encoded-array>
72 Value type: <prop-encoded-array>
102 Value type: <u32>
107 Value type: <u32>
112 Value type: <string>
117 Value type: <prop-encoded-array>
133 Value type: <string>
[all …]
H A Dsrio.txt7 Value type: <string>
17 Value type: <prop-encoded-array>
24 Value type: <prop_encoded-array>
35 Value type: <phandle>
45 Value type: <u32>
50 Value type: <prop-encoded-array>
58 Value type: <prop-encoded-array>
H A Dmpic.txt16 Value type: <string>
24 Value type: <prop-encoded-array>
31 Value type: <empty>
37 Value type: <u32>
44 Value type: <u32>
49 Value type: <empty>
62 Value type: <empty>
69 Value type: <empty>
75 Value type: <u32>
/linux/Documentation/devicetree/bindings/crypto/
H A Dfsl-sec6.txt22 Value type: <string>
27 Value type: <u32>
33 Value type: <u32>
39 Value type: <u32>
46 Value type: <prop-encoded-array>
52 Value type: <prop-encoded-array>
83 Value type: <string>
88 Value type: <prop-encoded-array>
94 Value type: <prop_encoded-array>
/linux/Documentation/devicetree/bindings/csky/
H A Dcpus.txt26 Value type: <u32>
30 Value type: <u32>
41 Value type: <string>
45 Value type: <u32>
49 Value type: <string>
H A Dpmu.txt18 Value type: <string>
22 Value type: <u32 IRQ_TYPE_XXX>
26 Value type: <u32>
/linux/Documentation/admin-guide/device-mapper/
H A Ddm-uevent.rst28 :Value: Name of device-mapper target that generated the event.
35 :Value: Device-mapper specific action that caused the uevent action.
44 :Value: Valid unsigned integer range.
52 :Value: Path name in the form of "Major:Minor"
59 :Value: Valid unsigned integer range.
66 :Value: Name
73 :Value: UUID. (Empty string if there isn't one.)
/linux/scripts/gdb/linux/
H A Dpage_owner.py70 if page_ext == gdb.Value(0):
84 return gdb.Value(0)
89 if page_ext != gdb.Value(0):
92 return gdb.Value(0)
99 page = gdb.Value(struct_page_addr).cast(utils.get_page_type().pointer())
109 if page_ext == gdb.Value(0):
162 if page_ext == gdb.Value(0):
H A Dstackdepot.py43 return gdb.Value(0), 0
49 …stack = (pool + gdb.Value(offset).cast(utils.get_size_t_type())).cast(stack_record_type.get_type()…
54 return gdb.Value(0), 0
82 stack_depot_print(gdb.Value(handle).cast(utils.get_uint_type()))
/linux/Documentation/devicetree/bindings/clock/
H A Dqcom,krait-cc.txt7 Value type: <string>
14 Value type: <u32>
19 Value type: <prop-encoded-array>
24 Value type: <stringlist>
/linux/Documentation/devicetree/bindings/timer/
H A Dcsky,gx6605s-timer.txt18 Value type: <string>
22 Value type: <u32 u32>
26 Value type: phandle + clock specifier cells
30 Value type: <u32>
H A Dcsky,mptimer.txt23 Value type: <string>
27 Value type: <node>
31 Value type: <u32>
/linux/Documentation/devicetree/bindings/powerpc/
H A Dibm,powerpc-cpu-features.txt37 Value type: string
47 Value type: <u32>
55 Value corresponds to the "Power ISA Version" multiplied by 1000.
61 Value type: string
85 Value type: <u32>
92 Value is defined similarly to /cpus/features/isa
96 Value type: <u32> bit mask
112 Value type: <u32> bit mask
131 Value type: <u32> bit mask
150 Value type: <u32>
[all …]
/linux/Documentation/devicetree/bindings/pci/
H A Dpcie-al.txt11 Value type: <stringlist>
12 Definition: Value should contain
18 Value type: <prop-encoded-array>
23 Value type: <stringlist>
/linux/Documentation/arch/arm/samsung/
H A Dbootloader-interface.rst24 Offset Value Purpose
42 Offset Value Purpose
54 Offset Value Purpose
70 Offset Value Purpose
/linux/Documentation/devicetree/bindings/interrupt-controller/
H A Dcsky,apb-intc.txt22 Value type: <string>
28 Value type: <u32>
32 Value type: <u32 u32>
/linux/Documentation/input/devices/
H A Dcma3000_d0x.rst85 Value 47
90 Value -28
95 Value 905
100 Value 0
/linux/Documentation/driver-api/backlight/
H A Dlp855x-driver.rst28 Value: pwm based or register based
34 Value: lp8550/lp8551/lp8552/lp8553/lp8555/lp8556/lp8557
44 Value of DEVICE CONTROL register.

12345678910>>...15