Home
last modified time | relevance | path

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

12345678910>>...14

/linux/drivers/staging/rtl8723bs/hal/
H A Dodm.c647 void ODM_CmnInfoInit(struct dm_odm_t *pDM_Odm, enum odm_cmninfo_e CmnInfo, u32 Value) in ODM_CmnInfoInit() argument
657 pDM_Odm->SupportAbility = (u32)Value; in ODM_CmnInfoInit()
661 pDM_Odm->SupportPlatform = (u8)Value; in ODM_CmnInfoInit()
665 pDM_Odm->SupportInterface = (u8)Value; in ODM_CmnInfoInit()
669 pDM_Odm->SupportICType = Value; in ODM_CmnInfoInit()
673 pDM_Odm->CutVersion = (u8)Value; in ODM_CmnInfoInit()
677 pDM_Odm->FabVersion = (u8)Value; in ODM_CmnInfoInit()
681 pDM_Odm->RFEType = (u8)Value; in ODM_CmnInfoInit()
685 pDM_Odm->AntDivType = (u8)Value; in ODM_CmnInfoInit()
689 pDM_Odm->PackageType = (u8)Value; in ODM_CmnInfoInit()
[all …]
/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/drivers/staging/rtl8723bs/core/
H A Drtw_efuse.c191 static void efuse_ShadowRead1Byte(struct adapter *padapter, u16 Offset, u8 *Value) in efuse_ShadowRead1Byte() argument
195 *Value = pEEPROM->efuse_eeprom_data[Offset]; in efuse_ShadowRead1Byte()
200 static void efuse_ShadowRead2Byte(struct adapter *padapter, u16 Offset, u16 *Value) in efuse_ShadowRead2Byte() argument
204 *Value = pEEPROM->efuse_eeprom_data[Offset]; in efuse_ShadowRead2Byte()
205 *Value |= pEEPROM->efuse_eeprom_data[Offset + 1] << 8; in efuse_ShadowRead2Byte()
210 static void efuse_ShadowRead4Byte(struct adapter *padapter, u16 Offset, u32 *Value) in efuse_ShadowRead4Byte() argument
214 *Value = pEEPROM->efuse_eeprom_data[Offset]; in efuse_ShadowRead4Byte()
215 *Value |= pEEPROM->efuse_eeprom_data[Offset + 1] << 8; in efuse_ShadowRead4Byte()
216 *Value |= pEEPROM->efuse_eeprom_data[Offset + 2] << 16; in efuse_ShadowRead4Byte()
217 *Value |= pEEPROM->efuse_eeprom_data[Offset + 3] << 24; in efuse_ShadowRead4Byte()
[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/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>
/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/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/wmi/devices/
H A Dlenovo-wmi-other.rst70 …[WmiMethodId(17), Implemented, Description("Get Feature Value ")] void GetFeatureValue([in] uint32…
71 …[WmiMethodId(18), Implemented, Description("Set Feature Value ")] void SetFeatureValue([in] uint32…
83 [WmiDataId(3), read, Description("Capability Default Value.")] uint32 DefaultValue;
93 [WmiDataId(3), read, Description("Default Value.")] uint32 DefaultValue;
95 [WmiDataId(5), read, Description("Minimum Value.")] uint32 MinValue;
96 [WmiDataId(6), read, Description("Maximum Value.")] uint32 MaxValue;
107 [WmiDataId(4), read, Description("Default Value"), WmiSizeIs("DataSize")] uint8 DefaultValue[];
/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/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.
/linux/arch/arm/mach-sa1100/include/mach/
H A Dbitfield.h90 #define FInsrt(Value, Field) \ argument
91 (UData (Value) << FShft (Field))
/linux/Documentation/ABI/testing/
H A Dsysfs-bus-pci-devices-cciss67 Description: Value of 1 indicates the controller can honor the reset_devices
68 kernel parameter. Value of 0 indicates reset_devices cannot be
78 Description: Value of "simple" indicates that the controller has been placed
79 in "simple mode". Value of "performant" indicates that the
/linux/Documentation/networking/device_drivers/ethernet/intel/
H A De1000.rst55 :Default Value: 0x2F
71 :Default Value: 0
83 :Default Value: Reads flow control settings from the EEPROM
96 :Default Value: 3
190 :Default Value: 256
210 :Default Value: 0
234 :Default Value: 128
249 :Default Value: 0 (auto-negotiate at all supported speeds)
262 :Default Value: 256
277 :Default Value: 8
[all …]
H A De1000e.rst50 :Default Value: 3
118 :Default Value: 0
136 :Default Value: 8
147 :Default Value: 8
158 :Default Value: 32
169 :Default Value: 256
184 :Default Value: 0 (disabled)
192 :Default Value: 1 (enabled)
200 :Default Value: 0
203 | Value | Interrupt Mode |
[all …]
/linux/drivers/scsi/pcmcia/
H A Dnsp_io.h22 unsigned char Value);
56 unsigned char Value) in nsp_index_write() argument
59 outb(Value, BaseAddr + DATAREG); in nsp_index_write()

12345678910>>...14