Home
last modified time | relevance | path

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

12345678910>>...16

/linux-6.12.1/scripts/
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-6.12.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.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-6.12.1/drivers/staging/rtl8723bs/core/
Drtw_efuse.c33 Efuse_Read1ByteFromFakeContent(u16 Offset, u8 *Value) in Efuse_Read1ByteFromFakeContent() argument
38 *Value = fakeEfuseContent[Offset]; in Efuse_Read1ByteFromFakeContent()
40 *Value = fakeBTEfuseContent[fakeEfuseBank - 1][Offset]; in Efuse_Read1ByteFromFakeContent()
45 Efuse_Write1ByteToFakeContent(u16 Offset, u8 Value) in Efuse_Write1ByteToFakeContent() argument
50 fakeEfuseContent[Offset] = Value; in Efuse_Write1ByteToFakeContent()
52 fakeBTEfuseContent[fakeEfuseBank - 1][Offset] = Value; in Efuse_Write1ByteToFakeContent()
442 static void efuse_ShadowRead1Byte(struct adapter *padapter, u16 Offset, u8 *Value) in efuse_ShadowRead1Byte() argument
446 *Value = pEEPROM->efuse_eeprom_data[Offset]; in efuse_ShadowRead1Byte()
451 static void efuse_ShadowRead2Byte(struct adapter *padapter, u16 Offset, u16 *Value) in efuse_ShadowRead2Byte() argument
455 *Value = pEEPROM->efuse_eeprom_data[Offset]; in efuse_ShadowRead2Byte()
[all …]
/linux-6.12.1/Documentation/devicetree/bindings/remoteproc/
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-6.12.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 …]
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>
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>
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 …]
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 …]
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>
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-6.12.1/Documentation/devicetree/bindings/csky/
Dcpus.txt26 Value type: <u32>
30 Value type: <u32>
41 Value type: <string>
45 Value type: <u32>
49 Value type: <string>
Dpmu.txt18 Value type: <string>
22 Value type: <u32 IRQ_TYPE_XXX>
26 Value type: <u32>
/linux-6.12.1/Documentation/devicetree/bindings/clock/
Dqcom,krait-cc.txt7 Value type: <string>
14 Value type: <u32>
19 Value type: <prop-encoded-array>
24 Value type: <stringlist>
/linux-6.12.1/Documentation/devicetree/bindings/crypto/
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-6.12.1/Documentation/admin-guide/device-mapper/
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-6.12.1/scripts/gdb/linux/
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):
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-6.12.1/Documentation/devicetree/bindings/timer/
Dcsky,gx6605s-timer.txt18 Value type: <string>
22 Value type: <u32 u32>
26 Value type: phandle + clock specifier cells
30 Value type: <u32>
Dcsky,mptimer.txt23 Value type: <string>
27 Value type: <node>
31 Value type: <u32>
/linux-6.12.1/Documentation/devicetree/bindings/powerpc/
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-6.12.1/Documentation/devicetree/bindings/pci/
Dpcie-al.txt11 Value type: <stringlist>
12 Definition: Value should contain
18 Value type: <prop-encoded-array>
23 Value type: <stringlist>
/linux-6.12.1/Documentation/arch/arm/samsung/
Dbootloader-interface.rst24 Offset Value Purpose
42 Offset Value Purpose
54 Offset Value Purpose
70 Offset Value Purpose
/linux-6.12.1/Documentation/devicetree/bindings/interrupt-controller/
Dcsky,apb-intc.txt22 Value type: <string>
28 Value type: <u32>
32 Value type: <u32 u32>

12345678910>>...16