Home
last modified time | relevance | path

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

12345678910>>...18

/Linux-v6.1/drivers/staging/rtl8723bs/hal/
Dodm.c818 void ODM_CmnInfoInit(struct dm_odm_t *pDM_Odm, enum odm_cmninfo_e CmnInfo, u32 Value) in ODM_CmnInfoInit() argument
828 pDM_Odm->SupportAbility = (u32)Value; in ODM_CmnInfoInit()
832 pDM_Odm->SupportPlatform = (u8)Value; in ODM_CmnInfoInit()
836 pDM_Odm->SupportInterface = (u8)Value; in ODM_CmnInfoInit()
840 pDM_Odm->SupportICType = Value; in ODM_CmnInfoInit()
844 pDM_Odm->CutVersion = (u8)Value; in ODM_CmnInfoInit()
848 pDM_Odm->FabVersion = (u8)Value; in ODM_CmnInfoInit()
852 pDM_Odm->RFEType = (u8)Value; in ODM_CmnInfoInit()
856 pDM_Odm->AntDivType = (u8)Value; in ODM_CmnInfoInit()
860 pDM_Odm->PackageType = (u8)Value; in ODM_CmnInfoInit()
[all …]
Dhal_com_phycfg.c41 enum rate_section RateSection, u8 Value) in phy_SetTxPowerByRateBase() argument
50 pHalData->TxPwrByRateBase2_4G[RfPath][0] = Value; in phy_SetTxPowerByRateBase()
53 pHalData->TxPwrByRateBase2_4G[RfPath][1] = Value; in phy_SetTxPowerByRateBase()
56 pHalData->TxPwrByRateBase2_4G[RfPath][2] = Value; in phy_SetTxPowerByRateBase()
142 u32 Value, in PHY_GetRateValuesOfTxPowerByRate() argument
158 PwrByRateVal[i] = (s8) ((((Value >> (i * 8 + 4)) & 0xF)) * 10 + in PHY_GetRateValuesOfTxPowerByRate()
159 ((Value >> (i * 8)) & 0xF)); in PHY_GetRateValuesOfTxPowerByRate()
171 PwrByRateVal[i] = (s8) ((((Value >> (i * 8 + 4)) & 0xF)) * 10 + in PHY_GetRateValuesOfTxPowerByRate()
172 ((Value >> (i * 8)) & 0xF)); in PHY_GetRateValuesOfTxPowerByRate()
179 PwrByRateVal[0] = (s8) ((((Value >> (8 + 4)) & 0xF)) * 10 + in PHY_GetRateValuesOfTxPowerByRate()
[all …]
/Linux-v6.1/Documentation/devicetree/bindings/soundwire/
Dqcom,sdw.txt9 Value type: <stringlist>
18 Value type: <prop-encoded-array>
24 Value type: <prop-encoded-array>
30 Value type: boolean
31 Value type: <stringlist>
36 Value type: boolean
41 Value type: <stringlist>
46 Value type: <prop-encoded-array>
51 Value type: <u32>
56 Value type: <u32>
[all …]
/Linux-v6.1/Documentation/devicetree/bindings/sound/
Dqcom,wcd9335.txt13 Value type: <stringlist>
23 Value type: <u32 u32>
28 Value type: <prop-encoded-array>
33 Value type: <String array>
39 Value type: <String Array>
44 Value type: <phandle>
49 Value type: <prop-encoded-array>
55 Value type: <string>
60 Value type: <phandle>
65 Value type: <phandle>
[all …]
/Linux-v6.1/drivers/staging/rtl8723bs/core/
Drtw_efuse.c34 Efuse_Read1ByteFromFakeContent(u16 Offset, u8 *Value) in Efuse_Read1ByteFromFakeContent() argument
39 *Value = fakeEfuseContent[Offset]; in Efuse_Read1ByteFromFakeContent()
41 *Value = fakeBTEfuseContent[fakeEfuseBank-1][Offset]; in Efuse_Read1ByteFromFakeContent()
46 Efuse_Write1ByteToFakeContent(u16 Offset, u8 Value) in Efuse_Write1ByteToFakeContent() argument
51 fakeEfuseContent[Offset] = Value; in Efuse_Write1ByteToFakeContent()
53 fakeBTEfuseContent[fakeEfuseBank-1][Offset] = Value; in Efuse_Write1ByteToFakeContent()
452 static void efuse_ShadowRead1Byte(struct adapter *padapter, u16 Offset, u8 *Value) in efuse_ShadowRead1Byte() argument
456 *Value = pEEPROM->efuse_eeprom_data[Offset]; in efuse_ShadowRead1Byte()
461 static void efuse_ShadowRead2Byte(struct adapter *padapter, u16 Offset, u16 *Value) in efuse_ShadowRead2Byte() argument
465 *Value = pEEPROM->efuse_eeprom_data[Offset]; in efuse_ShadowRead2Byte()
[all …]
/Linux-v6.1/scripts/
Dgenerate_rust_target.rs19 enum Value { enum
26 type Object = Vec<(String, Value)>;
30 impl Display for Value { implementation
33 Value::Boolean(boolean) => write!(formatter, "{}", boolean), in fmt()
34 Value::Number(number) => write!(formatter, "{}", number), in fmt()
35 Value::String(string) => write!(formatter, "\"{}\"", string), in fmt()
36 Value::Object(object) => { in fmt()
64 self.0.push((key.to_string(), Value::Boolean(value))); in push()
70 self.0.push((key.to_string(), Value::Number(value))); in push()
76 self.0.push((key.to_string(), Value::String(value))); in push()
[all …]
/Linux-v6.1/Documentation/devicetree/bindings/phy/
Dqcom,usb-8x16-phy.txt5 Value type: <string>
10 Value type: <prop-encoded-array>
15 Value type: <prop-encoded-array>
22 Value type: <string>
27 Value type: <phandle>
32 Value type: <phandle>
37 Value type: <phandle>
42 Value type: <prop-encoded-array>
47 Value type: <string>
52 Value type: <prop-encoded-array>
Dqcom,usb-hsic-phy.txt7 Value type: <string>
16 Value type: <u32>
21 Value type: <prop-encoded-array>
27 Value type: <stringlist>
32 Value type: <stringlist>
37 Value type: <prop-encoded-array>
43 Value type: <prop-encoded-array>
/Linux-v6.1/Documentation/devicetree/bindings/input/
Dqcom,pm8xxx-keypad.txt7 Value type: <string>
14 Value type: <prop-encoded-array>
19 Value type: <prop-encoded-array>
27 Value type: <prop-encoded-array>
33 Value type: <bool>
38 Value type: <bool>
44 Value type: <u32>
50 Value type: <u32>
56 Value type: <u32>
62 Value type: <u32>
[all …]
/Linux-v6.1/Documentation/devicetree/bindings/remoteproc/
Dqcom,wcnss-pil.txt8 Value type: <string>
16 Value type: <prop-encoded-array>
22 Value type: <stringlist>
27 Value type: <prop-encoded-array>
33 Value type: <stringlist>
39 Value type: <string>
47 Value type: <phandle>
53 Value type: <phandle>
59 Value type: <stringlist>
64 Value type: <prop-encoded-array>
[all …]
Dqcom,q6v5.txt8 Value type: <string>
21 Value type: <prop-encoded-array>
27 Value type: <stringlist>
32 Value type: <prop-encoded-array>
37 Value type: <stringlist>
54 Value type: <stringlist>
61 Value type: <phandle>
66 Value type: <stringlist>
91 Value type: <phandle>
100 Value type: <stringlist>
[all …]
/Linux-v6.1/Documentation/devicetree/bindings/pinctrl/
Dqcom,mdm9615-pinctrl.txt8 Value type: <string>
13 Value type: <prop-encoded-array>
18 Value type: <prop-encoded-array>
23 Value type: <none>
28 Value type: <u32>
34 Value type: <none>
39 Value type: <u32>
82 Value type: <string-array>
89 Value type: <string>
99 Value type: <none>
[all …]
Dqcom,sc7180-pinctrl.txt8 Value type: <string>
13 Value type: <prop-encoded-array>
19 Value type: <prop-encoded-array>
25 Value type: <prop-encoded-array>
30 Value type: <none>
35 Value type: <u32>
41 Value type: <none>
46 Value type: <u32>
52 Value type: <prop-encoded-array>
57 Value type: <prop-encoded-array>
[all …]
Dqcom,sm8150-pinctrl.txt8 Value type: <string>
13 Value type: <prop-encoded-array>
19 Value type: <prop-encoded-array>
25 Value type: <prop-encoded-array>
30 Value type: <none>
35 Value type: <u32>
41 Value type: <none>
46 Value type: <u32>
52 Value type: <prop-encoded-array>
57 Value type: <prop-encoded-array>
[all …]
Dqcom,apq8084-pinctrl.txt8 Value type: <string>
13 Value type: <prop-encoded-array>
18 Value type: <prop-encoded-array>
23 Value type: <none>
28 Value type: <u32>
34 Value type: <none>
39 Value type: <u32>
82 Value type: <string-array>
95 Value type: <string>
124 Value type: <none>
[all …]
Dqcom,ipq8074-pinctrl.txt8 Value type: <string>
13 Value type: <prop-encoded-array>
18 Value type: <prop-encoded-array>
23 Value type: <none>
28 Value type: <u32>
34 Value type: <none>
39 Value type: <u32>
82 Value type: <string-array>
89 Value type: <string>
120 Value type: <none>
[all …]
Dqcom,msm8976-pinctrl.txt8 Value type: <string>
13 Value type: <prop-encoded-array>
18 Value type: <prop-encoded-array>
23 Value type: <none>
28 Value type: <u32>
34 Value type: <none>
39 Value type: <u32>
82 Value type: <string-array>
97 Value type: <string>
126 Value type: <none>
[all …]
Dqcom,sdm845-pinctrl.txt8 Value type: <string>
13 Value type: <prop-encoded-array>
18 Value type: <prop-encoded-array>
23 Value type: <none>
28 Value type: <u32>
34 Value type: <none>
39 Value type: <u32>
74 Value type: <string-array>
87 Value type: <string>
120 Value type: <none>
[all …]
Dqcom,msm8916-pinctrl.txt8 Value type: <string>
13 Value type: <prop-encoded-array>
18 Value type: <prop-encoded-array>
23 Value type: <none>
28 Value type: <u32>
34 Value type: <none>
39 Value type: <u32>
82 Value type: <string-array>
100 Value type: <string>
132 Value type: <none>
[all …]
Dqcom,msm8960-pinctrl.txt8 Value type: <string>
13 Value type: <prop-encoded-array>
18 Value type: <prop-encoded-array>
23 Value type: <none>
28 Value type: <u32>
34 Value type: <none>
39 Value type: <u32>
82 Value type: <string-array>
95 Value type: <string>
126 Value type: <none>
[all …]
Dqcom,qcs404-pinctrl.txt8 Value type: <string>
13 Value type: <prop-encoded-array>
19 Value type: <stringlist>
25 Value type: <prop-encoded-array>
30 Value type: <none>
35 Value type: <u32>
41 Value type: <none>
46 Value type: <u32>
85 Value type: <string-array>
102 Value type: <string>
[all …]
Dqcom,sdm660-pinctrl.txt8 Value type: <string>
14 Value type: <prop-encoded-array>
20 Value type: <stringlist>
26 Value type: <prop-encoded-array>
31 Value type: <none>
36 Value type: <u32>
42 Value type: <none>
47 Value type: <prop-encoded-array>
53 Value type: <u32>
88 Value type: <string-array>
[all …]
/Linux-v6.1/Documentation/devicetree/bindings/crypto/
Dfsl-sec4.txt56 Value type: <string>
61 Value type: <u32>
67 Value type: <u32>
73 Value type: <u32>
80 Value type: <prop-encoded-array>
87 Value type: <prop-encoded-array>
95 Value type: <prop_encoded-array>
104 Value type: <prop_encoded-array>
110 Value type: <string>
167 Value type: <string>
[all …]
/Linux-v6.1/Documentation/devicetree/bindings/clock/
Dqcom,spmi-clkdiv.txt13 Value type: <string>
18 Value type: <prop-encoded-array>
23 Value type: <u32>
28 Value type: <prop-encoded-array>
33 Value type: <stringlist>
38 Value type: <u32>
/Linux-v6.1/Documentation/devicetree/bindings/powerpc/fsl/
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 …]

12345678910>>...18