Home
last modified time | relevance | path

Searched refs:reference (Results 1 – 25 of 1027) sorted by relevance

12345678910>>...42

/linux-6.3-rc2/drivers/acpi/acpica/
A Dexdebug.c182 switch (source_desc->reference.class) { in acpi_ex_do_debug_object()
205 if (source_desc->reference.node) { in acpi_ex_do_debug_object()
207 (source_desc->reference.node) != in acpi_ex_do_debug_object()
211 source_desc->reference.node); in acpi_ex_do_debug_object()
214 source_desc->reference.node, in acpi_ex_do_debug_object()
233 reference. in acpi_ex_do_debug_object()
249 source_desc->reference. in acpi_ex_do_debug_object()
260 *source_desc->reference. in acpi_ex_do_debug_object()
269 *source_desc->reference. in acpi_ex_do_debug_object()
271 *source_desc->reference. in acpi_ex_do_debug_object()
[all …]
A Dexresolv.c120 ref_type = stack_desc->reference.class; in acpi_ex_resolve_object_to_value()
131 reference.value, in acpi_ex_resolve_object_to_value()
140 stack_desc->reference.value, in acpi_ex_resolve_object_to_value()
375 switch (obj_desc->reference.class) { in acpi_ex_resolve_multiple()
382 node = obj_desc->reference.object; in acpi_ex_resolve_multiple()
385 node = obj_desc->reference.node; in acpi_ex_resolve_multiple()
454 reference. in acpi_ex_resolve_multiple()
457 reference. in acpi_ex_resolve_multiple()
468 reference. in acpi_ex_resolve_multiple()
471 reference. in acpi_ex_resolve_multiple()
[all …]
A Ddbobject.c248 switch (obj_desc->reference.class) { in acpi_db_display_internal_object()
252 obj_desc->reference.value); in acpi_db_display_internal_object()
265 obj_desc->reference.value); in acpi_db_display_internal_object()
281 obj_desc->reference. in acpi_db_display_internal_object()
284 (obj_desc->reference.object); in acpi_db_display_internal_object()
290 obj_desc->reference. in acpi_db_display_internal_object()
292 if (!obj_desc->reference.where) { in acpi_db_display_internal_object()
298 reference. in acpi_db_display_internal_object()
313 if (!obj_desc->reference.object) { in acpi_db_display_internal_object()
322 (obj_desc->reference.object)) { in acpi_db_display_internal_object()
[all …]
A Ddsobject.c115 obj_desc->reference.resolved = TRUE; in acpi_ds_build_internal_object()
118 !obj_desc->reference.node) { in acpi_ds_build_internal_object()
123 obj_desc->reference.node = in acpi_ds_build_internal_object()
126 obj_desc->reference.resolved = FALSE; in acpi_ds_build_internal_object()
469 obj_desc->reference.value = in acpi_ds_init_object_from_op()
475 obj_desc->reference. in acpi_ds_init_object_from_op()
480 &obj_desc->reference. in acpi_ds_init_object_from_op()
488 obj_desc->reference.value = in acpi_ds_init_object_from_op()
494 reference.value, in acpi_ds_init_object_from_op()
500 reference. in acpi_ds_init_object_from_op()
[all …]
A Dexstore.c121 switch (ref_desc->reference.class) { in acpi_ex_store()
127 ref_desc->reference. in acpi_ex_store()
148 ref_desc->reference.value, in acpi_ex_store()
168 ref_desc->reference.class)); in acpi_ex_store()
209 switch (index_desc->reference.target_type) { in acpi_ex_store_object_to_index()
220 obj_desc = *(index_desc->reference.where); in acpi_ex_store_object_to_index()
223 source_desc->reference.class == ACPI_REFCLASS_TABLE) { in acpi_ex_store_object_to_index()
246 index_desc->reference.object)->common. in acpi_ex_store_object_to_index()
252 *(index_desc->reference.where) = new_desc; in acpi_ex_store_object_to_index()
257 index_desc->reference.object)->common. in acpi_ex_store_object_to_index()
[all …]
A Dexdump.c637 switch (obj_desc->reference.class) { in acpi_ex_dump_operand()
651 obj_desc->reference.value); in acpi_ex_dump_operand()
661 reference. in acpi_ex_dump_operand()
671 obj_desc->reference.node->name.ascii, in acpi_ex_dump_operand()
672 obj_desc->reference.node); in acpi_ex_dump_operand()
986 reference.node-> in acpi_ex_dump_reference_obj()
991 } else if (obj_desc->reference.object) { in acpi_ex_dump_reference_obj()
995 obj_desc->reference.object); in acpi_ex_dump_reference_obj()
998 obj_desc->reference.value); in acpi_ex_dump_reference_obj()
1005 reference. in acpi_ex_dump_reference_obj()
[all …]
A Dexoparg2.c335 return_desc->reference.value = (u32) index; in acpi_ex_opcode_2A_1T_1R()
336 return_desc->reference.class = ACPI_REFCLASS_INDEX; in acpi_ex_opcode_2A_1T_1R()
350 return_desc->reference.target_type = in acpi_ex_opcode_2A_1T_1R()
352 return_desc->reference.index_pointer = in acpi_ex_opcode_2A_1T_1R()
363 return_desc->reference.target_type = in acpi_ex_opcode_2A_1T_1R()
365 return_desc->reference.index_pointer = in acpi_ex_opcode_2A_1T_1R()
376 return_desc->reference.target_type = ACPI_TYPE_PACKAGE; in acpi_ex_opcode_2A_1T_1R()
377 return_desc->reference.where = in acpi_ex_opcode_2A_1T_1R()
404 return_desc->reference.object = operand[0]; in acpi_ex_opcode_2A_1T_1R()
A Dexoparg1.c817 switch (operand[0]->reference.class) { in acpi_ex_opcode_1A_0T_1R()
825 (operand[0]->reference.class, in acpi_ex_opcode_1A_0T_1R()
826 operand[0]->reference.value, in acpi_ex_opcode_1A_0T_1R()
845 operand[0]->reference.object; in acpi_ex_opcode_1A_0T_1R()
936 switch (operand[0]->reference.class) { in acpi_ex_opcode_1A_0T_1R()
942 switch (operand[0]->reference.target_type) { in acpi_ex_opcode_1A_0T_1R()
946 operand[0]->reference.object; in acpi_ex_opcode_1A_0T_1R()
975 *(operand[0]->reference.where); in acpi_ex_opcode_1A_0T_1R()
993 operand[0]->reference. in acpi_ex_opcode_1A_0T_1R()
1003 return_desc = operand[0]->reference.object; in acpi_ex_opcode_1A_0T_1R()
[all …]
/linux-6.3-rc2/Documentation/devicetree/bindings/iio/adc/
A Dfsl,imx25-gcq.yaml28 The regulator supplying the ADC reference voltage.
34 Required when at least one subnode uses this reference.
39 Required when at least one subnode uses this reference.
84 0: YP voltage reference
85 1: XP voltage reference
86 2: External voltage reference
87 3: Internal voltage reference (default)
96 0: XN ground reference
97 1: YN ground reference
98 2: Internal ground reference
[all …]
A Dadi,max11410.yaml44 description: Optional avdd supply. Used as reference when no explicit reference supplied.
47 description: vref0p supply can be used as reference for conversion.
50 description: vref1p supply can be used as reference for conversion.
53 description: vref2p supply can be used as reference for conversion.
56 description: vref0n supply can be used as reference for conversion.
79 adi,reference:
81 Select the reference source to use when converting on
112 description: Enable buffered mode for positive reference.
116 description: Enable buffered mode for negative reference.
164 adi,reference = <1>;
[all …]
A Dadi,ad4130.yaml60 description: refin1 supply. Can be used as reference for conversion.
114 18: Internal reference
130 adi,reference-select:
132 Select the reference source to use when converting on the
136 2: REFOUT/AVSS (Internal reference)
220 adi,reference-select = <2>;
229 adi,reference-select = <2>;
238 adi,reference-select = <2>;
247 adi,reference-select = <2>;
249 /* Internal reference, DGND */
[all …]
A Dadi,ad7949.yaml31 Buffered ADC reference voltage supply.
35 Unbuffered ADC reference voltage supply.
39 Internal reference voltage selection in microvolts.
41 If no internal reference is specified, the channel will default to the
42 external reference defined by vrefin-supply (or vref-supply).
45 If no supplies are defined, the reference selection will default to
46 4096mV internal reference.
A Dadi,ad7124.yaml47 description: refin1 supply can be used as reference for conversion.
50 description: refin2 supply can be used as reference for conversion.
53 description: avdd supply can be used as reference for conversion.
78 adi,reference-select:
80 Select the reference source to use when converting on
85 If this field is left empty, internal reference is selected.
134 adi,reference-select = <0>;
142 adi,reference-select = <0>;
A Daspeed,ast2600-adc.yaml22 • Built-in a register to trim internal reference voltage.
23 • Internal or External reference voltage.
24 • Support 2 Internal reference voltage 1.2v or 2.5v.
33 Their trimming data, which is used to calibrate internal reference volage,
53 The external regulator supply ADC reference voltage.
58 ADC internal reference voltage in microvolts.
/linux-6.3-rc2/drivers/cpufreq/
A Damd_freq_sensitivity.c33 u64 reference; member
45 struct msr actual, reference; in amd_powersave_bias_target() local
57 &reference.l, &reference.h); in amd_powersave_bias_target()
59 reference.h &= 0x00ffffff; in amd_powersave_bias_target()
62 if (actual.q < data->actual || reference.q < data->reference) { in amd_powersave_bias_target()
68 d_reference = reference.q - data->reference; in amd_powersave_bias_target()
105 data->reference = reference.q; in amd_powersave_bias_target()
/linux-6.3-rc2/Documentation/admin-guide/media/
A Ddvb-usb-dib0700-cardlist.rst29 * - DiBcom NIM7090 reference design
31 * - DiBcom NIM8096MD reference design
33 * - DiBcom NIM9090MD reference design
35 * - DiBcom STK7070P reference design
37 * - DiBcom STK7070PD reference design
39 * - DiBcom STK7700D reference design
41 * - DiBcom STK7700P reference design
43 * - DiBcom STK7770P reference design
45 * - DiBcom STK807xP reference design
53 * - DiBcom STK9090M reference design
[all …]
/linux-6.3-rc2/drivers/rtc/
A Drtc-digicolor.c62 u32 reference, time1, time2; in dc_rtc_read() local
69 reference = readl_relaxed(rtc->regs + DC_RTC_REFERENCE); in dc_rtc_read()
79 *val = reference + time1; in dc_rtc_read()
115 u32 alarm_reg, reference; in dc_rtc_read_alarm() local
120 reference = readl_relaxed(rtc->regs + DC_RTC_REFERENCE); in dc_rtc_read_alarm()
121 rtc_time64_to_tm(reference + alarm_reg, &alarm->time); in dc_rtc_read_alarm()
127 alarm->pending = alarm_reg + reference > now; in dc_rtc_read_alarm()
137 u32 reference; in dc_rtc_set_alarm() local
141 reference = readl_relaxed(rtc->regs + DC_RTC_REFERENCE); in dc_rtc_set_alarm()
142 writel_relaxed(alarm_time - reference, rtc->regs + DC_RTC_ALARM); in dc_rtc_set_alarm()
/linux-6.3-rc2/Documentation/hwmon/
A Dads7828.rst36 * ext_vref: (bool) External reference
37 set to true if it operates with an external reference, false for default
38 internal reference.
40 * vref_mv: (unsigned int) Voltage reference
41 if using an external reference, set this to the reference voltage in mV,
46 operation and internal voltage reference (2.5V).
59 The chip also has the facility to use an external voltage reference. This
/linux-6.3-rc2/drivers/hwmon/
A Dadcxx.c43 u32 reference; /* in millivolts */ member
77 value = value * adc->reference >> 12; in adcxx_show()
96 u32 reference; in adcxx_max_show() local
101 reference = adc->reference; in adcxx_max_show()
105 return sprintf(buf, "%d\n", reference); in adcxx_max_show()
122 adc->reference = value; in adcxx_max_store()
163 adc->reference = 3300; in adcxx_probe()
/linux-6.3-rc2/Documentation/devicetree/bindings/remoteproc/
A Dqcom,q6v5.txt27 Definition: reference to the interrupts that match interrupt-names
37 Definition: reference to the clocks that match clock-names
54 Definition: reference to the list of 3 reset-controllers for the
66 Definition: reference to wcss reserved-memory region.
73 Definition: reference to the regulators to be held on behalf of the
79 Definition: reference to the smem state for requesting the Hexagon to
90 Definition: a phandle reference to a syscon representing TCSR followed
97 Definition: reference to the reserved-memory for the region
/linux-6.3-rc2/Documentation/devicetree/bindings/timer/
A Dnuvoton,npcm7xx-timer.yaml29 - description: The reference clock for timer 0
30 - description: The reference clock for timer 1
31 - description: The reference clock for timer 2
32 - description: The reference clock for timer 3
33 - description: The reference clock for timer 4
/linux-6.3-rc2/Documentation/devicetree/bindings/media/
A Dvideo-interface-devices.yaml30 between two reference systems, one relative to the camera module, and one
34 A camera sensor has a 2-dimensional reference system 'Rc' defined by its
52 The external world scene reference system 'Rs' is a 2-dimensional
53 reference system on the focal plane of the camera module. The origin is
76 with the reference system 'Rs' placed on the camera focal plane:
93 inversion projects the scene and its reference system onto the sensor
112 The resulting projected reference system is named 'Rp'.
115 the counter-clockwise direction between the camera reference system 'Rc'
265 optical inversion, the two reference systems will not be aligned, with
347 The two reference systems are not aligned and the 'Rp' reference system is
[all …]
/linux-6.3-rc2/Documentation/filesystems/nfs/
A Dpnfs.rst6 reference multiple devices, each of which can reference multiple data servers.
9 we need to reference count.
20 We reference the header for the inode pointing to it, across each
26 the reference count, as the layout is kept around by the lseg that
32 lsegs reference device ids, which are resolved per nfs_client and
51 level cache. Its reference is held over the lifetime of the deviceid
57 lseg maintains an extra reference corresponding to the NFS_LSEG_VALID
/linux-6.3-rc2/Documentation/devicetree/bindings/regulator/
A Dst,stm32-vrefbuf.yaml7 title: STMicroelectronics STM32 Voltage reference buffer
10 Some STM32 devices embed a voltage reference buffer which can be used as
11 voltage reference for ADCs, DACs and also as voltage reference for external
/linux-6.3-rc2/Documentation/devicetree/bindings/clock/
A Dsamsung,exynos850-clock.yaml70 - description: External reference clock (26 MHz)
86 - description: External reference clock (26 MHz)
104 - description: External reference clock (26 MHz)
122 - description: External reference clock (26 MHz)
140 - description: External reference clock (26 MHz)
164 - description: External reference clock (26 MHz)
182 - description: External reference clock (26 MHz)
206 - description: External reference clock (26 MHz)
230 - description: External reference clock (26 MHz)
254 - description: External reference clock (26 MHz)

Completed in 37 milliseconds

12345678910>>...42