Home
last modified time | relevance | path

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

12345678910>>...31

/Linux-v6.1/drivers/acpi/acpica/
Dexdebug.c182 switch (source_desc->reference.class) { in acpi_ex_do_debug_object()
185 acpi_os_printf("0x%X\n", source_desc->reference.value); in acpi_ex_do_debug_object()
193 source_desc->reference.value); 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()
215 (source_desc->reference.node)-> in acpi_ex_do_debug_object()
218 switch ((source_desc->reference.node)->type) { in acpi_ex_do_debug_object()
233 reference. in acpi_ex_do_debug_object()
[all …]
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()
153 switch (stack_desc->reference.target_type) { in acpi_ex_resolve_object_to_value()
172 obj_desc = *stack_desc->reference.where; in acpi_ex_resolve_object_to_value()
200 stack_desc->reference.target_type, in acpi_ex_resolve_object_to_value()
219 if ((stack_desc->reference.node->type == in acpi_ex_resolve_object_to_value()
221 || (stack_desc->reference.node->type == in acpi_ex_resolve_object_to_value()
226 *stack_ptr = (void *)stack_desc->reference.node; in acpi_ex_resolve_object_to_value()
231 (stack_desc->reference.node)->object; in acpi_ex_resolve_object_to_value()
[all …]
Ddbobject.c248 switch (obj_desc->reference.class) { in acpi_db_display_internal_object()
252 obj_desc->reference.value); in acpi_db_display_internal_object()
255 [obj_desc->reference.value].object; in acpi_db_display_internal_object()
265 obj_desc->reference.value); in acpi_db_display_internal_object()
268 [obj_desc->reference.value].object; in acpi_db_display_internal_object()
277 switch (obj_desc->reference.target_type) { 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()
[all …]
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()
125 obj_desc->reference.aml = op->common.aml; 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()
471 obj_desc->reference.class = ACPI_REFCLASS_LOCAL; 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()
[all …]
Dexstore.c121 switch (ref_desc->reference.class) { in acpi_ex_store()
127 ref_desc->reference. in acpi_ex_store()
147 acpi_ds_store_object_to_local(ref_desc->reference.class, 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()
[all …]
Dexdump.c195 {ACPI_EXD_UINT8, ACPI_EXD_OFFSET(reference.class), "Class"},
196 {ACPI_EXD_UINT8, ACPI_EXD_OFFSET(reference.target_type), "Target Type"},
197 {ACPI_EXD_UINT32, ACPI_EXD_OFFSET(reference.value), "Value"},
198 {ACPI_EXD_POINTER, ACPI_EXD_OFFSET(reference.object), "Object Desc"},
199 {ACPI_EXD_NODE, ACPI_EXD_OFFSET(reference.node), "Node"},
200 {ACPI_EXD_POINTER, ACPI_EXD_OFFSET(reference.where), "Where"},
201 {ACPI_EXD_POINTER, ACPI_EXD_OFFSET(reference.index_pointer),
637 switch (obj_desc->reference.class) { in acpi_ex_dump_operand()
645 acpi_os_printf("%p\n", obj_desc->reference.object); in acpi_ex_dump_operand()
651 obj_desc->reference.value); in acpi_ex_dump_operand()
[all …]
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()
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()
962 temp_desc->buffer.pointer[operand[0]->reference.value]); 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()
[all …]
Ddspkginit.c396 if (element->reference.resolved) { in acpi_ds_resolve_package_element()
406 scope_info.scope.node = element->reference.node; /* Prefix node */ in acpi_ds_resolve_package_element()
408 status = acpi_ns_lookup(&scope_info, (char *)element->reference.aml, in acpi_ds_resolve_package_element()
435 (char *)element->reference. in acpi_ds_resolve_package_element()
473 element->reference.resolved = TRUE; in acpi_ds_resolve_package_element()
474 element->reference.node = resolved_node; in acpi_ds_resolve_package_element()
475 type = element->reference.node->type; in acpi_ds_resolve_package_element()
Dexmisc.c54 switch (obj_desc->reference.class) { in acpi_ex_get_object_reference()
61 referenced_obj = obj_desc->reference.object; in acpi_ex_get_object_reference()
67 obj_desc->reference.class)); in acpi_ex_get_object_reference()
94 reference_obj->reference.class = ACPI_REFCLASS_REFOF; in acpi_ex_get_object_reference()
95 reference_obj->reference.object = referenced_obj; in acpi_ex_get_object_reference()
/Linux-v6.1/drivers/cpufreq/
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-v6.1/Documentation/admin-guide/media/
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
47 * - DiBcom STK807xPVR reference design
[all …]
/Linux-v6.1/drivers/rtc/
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-v6.1/Documentation/hwmon/
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-v6.1/drivers/hwmon/
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-v6.1/Documentation/devicetree/bindings/remoteproc/
Dqcom,q6v5.txt33 Definition: reference to the interrupts that match interrupt-names
62 Definition: reference to the clocks that match clock-names
92 Definition: reference to the reset-controller for the modem sub-system
93 reference to the list of 3 reset-controllers for the
95 reference to the list of 2 reset-controllers for the modem
112 Definition: reference to the reserved-memory for the mba region followed
123 Definition: reference to the regulators to be held on behalf of the
134 Definition: reference to the regulators to be held on behalf of the
142 Definition: reference to the regulators to be held on behalf of the
150 Definition: reference to the regulators to be held on behalf of the
[all …]
/Linux-v6.1/Documentation/filesystems/nfs/
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-v6.1/Documentation/devicetree/bindings/sound/
Dqcom,wcd9335.txt61 Definition: Should contain a reference to the 1.8V buck supply
66 Definition: Should contain a reference to the 1.8V SIDO buck supply
71 Definition: Should contain a reference to the 1.8V rx supply
76 Definition: Should contain a reference to the 1.8V tx supply
81 Definition: Should contain a reference to the vbat supply
86 Definition: Should contain a reference to the micbias supply
91 Definition: Should contain a reference to the 1.8V io supply
/Linux-v6.1/Documentation/devicetree/bindings/iio/
Dmount-matrix.txt17 reference into the device frame of reference using a translation matrix as
23 relative to some specific device frame of reference.
28 reference to (x,y,z) orientation, with (x,y) corresponding to these axes on the
37 reference. This means that the sensor may be flipped upside-down, left-right,
38 or tilted at any angle relative to the frame of reference.
40 Another frame of reference is how the device with its sensor relates to the
49 - Accelerometers have their world frame of reference toward the center of
54 reference can thus be determined. and users would likely expect a value of
93 - Magnetometers (compasses) have their world frame of reference relative to the
95 respect to the local earth geomagnetic reference frame where (y) is in the
[all …]
/Linux-v6.1/Documentation/RCU/
Drcuref.rst9 stop if you need to combine reference counts and RCU. Please see
50 search_and_reference() could potentially hold reference to an element which
81 Sometimes, a reference to the element needs to be obtained in the
119 The key point is that the initial reference added by add() is not removed
123 readers that can or ever will be able to reference the element. The
125 any reader finds the element, that reader may safely acquire a reference
126 without checking the value of the reference counter.
130 a given object will succeed in obtaining a reference to that object,
157 reference counting of struct pid, while the pattern in listing B is used by
/Linux-v6.1/Documentation/devicetree/bindings/rtc/
Drtc-meson.txt12 - clocks: reference to the external 32.768kHz crystal oscillator.
13 - vdd-supply: reference to the power supply of the RTC block.
14 - resets: reset controller reference to allow reset of the controller
18 - #size-cells: should be 1 to reference the battery-backed non-volatile memory
/Linux-v6.1/Documentation/devicetree/bindings/ptp/
Dptp-qoriq.txt15 - fsl,cksel Timer reference clock source.
16 - fsl,tclk-period Timer reference clock period in nanoseconds.
34 TimerOsc = selected reference clock MHz
54 according to reference manual, the next clock sources can be used:
57 <0> - external high precision timer reference clock (TSEC_TMR_CLK
64 <0> - external high precision timer reference clock (TMR_1588_CLK)
69 When this attribute is not used, the IEEE 1588 timer reference clock
/Linux-v6.1/Documentation/devicetree/bindings/clock/
Dxlnx,zynqmp-clk.txt24 The Zynq UltraScale+ MPSoC has one primary and four alternative reference clock
26 - pss_ref_clk (PS reference clock)
27 - video_clk (reference clock for video system )
28 - pss_alt_ref_clk (alternative PS reference clock)
30 - gt_crx_ref_clk (transceiver reference clock)
/Linux-v6.1/Documentation/devicetree/bindings/net/can/
Dmpc5xxx-mscan.txt14 "ref" for reference clock (XTAL)
25 "ref" for reference clock
30 the reference clock will be used.
32 - fsl,mscan-clock-divider: for the reference and system clock, an additional
/Linux-v6.1/Documentation/devicetree/bindings/media/i2c/
Dov9650.txt7 - clocks: reference to the xvclk input clock.
10 - reset-gpios: reference to the GPIO connected to the resetb pin, if any.
12 - powerdown-gpios: reference to the GPIO connected to the pwdn pin, if any.

12345678910>>...31