| /Linux-v4.19/drivers/acpi/acpica/ |
| D | exdebug.c | 182 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 …]
|
| D | exresolv.c | 120 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 …]
|
| D | dbobject.c | 248 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 …]
|
| D | dsobject.c | 116 obj_desc->reference.resolved = TRUE; in acpi_ds_build_internal_object() 119 !obj_desc->reference.node) { in acpi_ds_build_internal_object() 124 obj_desc->reference.node = in acpi_ds_build_internal_object() 126 obj_desc->reference.aml = op->common.aml; in acpi_ds_build_internal_object() 127 obj_desc->reference.resolved = FALSE; in acpi_ds_build_internal_object() 476 obj_desc->reference.value = in acpi_ds_init_object_from_op() 478 obj_desc->reference.class = ACPI_REFCLASS_LOCAL; in acpi_ds_init_object_from_op() 483 obj_desc->reference. in acpi_ds_init_object_from_op() 488 &obj_desc->reference. in acpi_ds_init_object_from_op() 497 obj_desc->reference.value = in acpi_ds_init_object_from_op() [all …]
|
| D | exstore.c | 121 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 …]
|
| D | exdump.c | 195 {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 …]
|
| D | exoparg2.c | 335 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()
|
| D | exoparg1.c | 796 switch (operand[0]->reference.class) { in acpi_ex_opcode_1A_0T_1R() 804 (operand[0]->reference.class, in acpi_ex_opcode_1A_0T_1R() 805 operand[0]->reference.value, in acpi_ex_opcode_1A_0T_1R() 824 operand[0]->reference.object; in acpi_ex_opcode_1A_0T_1R() 915 switch (operand[0]->reference.class) { in acpi_ex_opcode_1A_0T_1R() 921 switch (operand[0]->reference.target_type) { in acpi_ex_opcode_1A_0T_1R() 925 operand[0]->reference.object; in acpi_ex_opcode_1A_0T_1R() 941 temp_desc->buffer.pointer[operand[0]->reference.value]); in acpi_ex_opcode_1A_0T_1R() 954 *(operand[0]->reference.where); in acpi_ex_opcode_1A_0T_1R() 972 operand[0]->reference. in acpi_ex_opcode_1A_0T_1R() [all …]
|
| D | dspkginit.c | 370 if (element->reference.resolved) { in acpi_ds_resolve_package_element() 380 scope_info.scope.node = element->reference.node; /* Prefix node */ in acpi_ds_resolve_package_element() 382 status = acpi_ns_lookup(&scope_info, (char *)element->reference.aml, in acpi_ds_resolve_package_element() 409 (char *)element->reference. in acpi_ds_resolve_package_element() 447 element->reference.resolved = TRUE; in acpi_ds_resolve_package_element() 448 element->reference.node = resolved_node; in acpi_ds_resolve_package_element() 449 type = element->reference.node->type; in acpi_ds_resolve_package_element()
|
| D | exmisc.c | 54 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-v4.19/drivers/cpufreq/ |
| D | amd_freq_sensitivity.c | 35 u64 reference; member 47 struct msr actual, reference; in amd_powersave_bias_target() local 59 &reference.l, &reference.h); in amd_powersave_bias_target() 61 reference.h &= 0x00ffffff; in amd_powersave_bias_target() 64 if (actual.q < data->actual || reference.q < data->reference) { in amd_powersave_bias_target() 70 d_reference = reference.q - data->reference; in amd_powersave_bias_target() 106 data->reference = reference.q; in amd_powersave_bias_target()
|
| /Linux-v4.19/arch/mips/ath79/ |
| D | Kconfig | 7 bool "Atheros AP121 reference board" 16 Atheros AP121 reference board. 19 bool "Atheros AP136 reference board" 28 Atheros AP136 reference board. 31 bool "Atheros AP81 reference board" 40 Atheros AP81 reference board. 43 bool "Atheros DB120 reference board" 52 Atheros DB120 reference board. 55 bool "Atheros PB44 reference board" 63 Atheros PB44 reference board.
|
| /Linux-v4.19/Documentation/devicetree/bindings/iio/adc/ |
| D | fsl,imx25-gcq.txt | 15 - vref-ext-supply: The regulator supplying the ADC reference voltage. 16 Required when at least one subnode uses the this reference. 17 - vref-xp-supply: The regulator supplying the ADC reference voltage on pin XP. 18 Required when at least one subnode uses this reference. 19 - vref-yp-supply: The regulator supplying the ADC reference voltage on pin YP. 20 Required when at least one subnode uses this reference. 23 Optionally you can define subnodes which define the reference voltage 37 - fsl,adc-refp: specifies the positive reference input as defined in 39 - fsl,adc-refn: specifies the negative reference input as defined in
|
| /Linux-v4.19/drivers/rtc/ |
| D | rtc-digicolor.c | 66 u32 reference, time1, time2; in dc_rtc_read() local 73 reference = readl_relaxed(rtc->regs + DC_RTC_REFERENCE); in dc_rtc_read() 83 *val = reference + time1; in dc_rtc_read() 119 u32 alarm_reg, reference; in dc_rtc_read_alarm() local 124 reference = readl_relaxed(rtc->regs + DC_RTC_REFERENCE); in dc_rtc_read_alarm() 125 rtc_time64_to_tm(reference + alarm_reg, &alarm->time); in dc_rtc_read_alarm() 131 alarm->pending = alarm_reg + reference > now; in dc_rtc_read_alarm() 141 u32 reference; in dc_rtc_set_alarm() local 145 reference = readl_relaxed(rtc->regs + DC_RTC_REFERENCE); in dc_rtc_set_alarm() 146 writel_relaxed(alarm_time - reference, rtc->regs + DC_RTC_ALARM); in dc_rtc_set_alarm()
|
| /Linux-v4.19/Documentation/hwmon/ |
| D | ads7828 | 29 * ext_vref: (bool) External reference 30 set to true if it operates with an external reference, false for default 31 internal reference. 33 * vref_mv: (unsigned int) Voltage reference 34 if using an external reference, set this to the reference voltage in mV, 39 operation and internal voltage reference (2.5V). 52 The chip also has the facility to use an external voltage reference. This
|
| /Linux-v4.19/drivers/hwmon/ |
| D | adcxx.c | 56 u32 reference; /* in millivolts */ member 90 value = value * adc->reference >> 12; in adcxx_read() 109 u32 reference; in adcxx_show_max() local 114 reference = adc->reference; in adcxx_show_max() 118 return sprintf(buf, "%d\n", reference); in adcxx_show_max() 134 adc->reference = value; in adcxx_set_max() 176 adc->reference = 3300; in adcxx_probe()
|
| /Linux-v4.19/Documentation/devicetree/bindings/regulator/ |
| D | st,stm32-vrefbuf.txt | 1 STM32 VREFBUF - Voltage reference buffer 3 Some STM32 devices embed a voltage reference buffer which can be used as 4 voltage reference for ADCs, DACs and also as voltage reference for external
|
| /Linux-v4.19/Documentation/devicetree/bindings/iio/dac/ |
| D | mcp4725.txt | 7 voltage reference on mcp4725. It is used as a voltage reference on 12 used as a voltage reference when this supply is specified. 15 the datasheet: This is offered in cases where the reference voltage 28 /* mcp4726 with the buffered external reference voltage */
|
| D | ad7303.txt | 10 - REF-supply: Phandle to the external reference voltage supply. This should 11 only be set if there is an external reference voltage connected to the REF 12 pin. If the property is not set Vdd/2 is used as the reference voltage. 21 adi,use-external-reference;
|
| /Linux-v4.19/Documentation/filesystems/nfs/ |
| D | pnfs.txt | 5 reference multiple devices, each of which can reference multiple data servers. 8 we need to reference count. 18 We reference the header for the inode pointing to it, across each 24 the reference count, as the layout is kept around by the lseg that 29 lsegs reference device ids, which are resolved per nfs_client and 47 level cache. Its reference is held over the lifetime of the deviceid 52 lseg maintains an extra reference corresponding to the NFS_LSEG_VALID
|
| /Linux-v4.19/Documentation/devicetree/bindings/ptp/ |
| D | ptp-qoriq.txt | 13 - fsl,cksel Timer reference clock source. 14 - fsl,tclk-period Timer reference clock period in nanoseconds. 25 TimerOsc = selected reference clock MHz 45 according to reference manual, the next clock sources can be used: 48 <0> - external high precision timer reference clock (TSEC_TMR_CLK 55 <0> - external high precision timer reference clock (TMR_1588_CLK) 60 When this attribute is not used, the IEEE 1588 timer reference clock
|
| /Linux-v4.19/Documentation/devicetree/bindings/sound/ |
| D | qcom,wcd9335.txt | 61 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-v4.19/Documentation/RCU/ |
| D | rcuref.txt | 5 stop if you need to combine reference counts and RCU. Please see 43 search_and_reference() could potentially hold reference to an element which 72 Sometimes, a reference to the element needs to be obtained in the 108 The key point is that the initial reference added by add() is not removed 112 readers that can or ever will be able to reference the element. The 114 any reader finds the element, that reader may safely acquire a reference 115 without checking the value of the reference counter.
|
| /Linux-v4.19/Documentation/devicetree/bindings/remoteproc/ |
| D | qcom,q6v5.txt | 42 Definition: reference to the iface, bus and mem clocks to be held on 53 Definition: reference to the reset-controller for the modem sub-system 54 reference to the list of 3 reset-controllers for the 70 Definition: reference to the regulators to be held on behalf of the 76 Definition: reference to the smem state for requesting the Hexagon to 87 Definition: a phandle reference to a syscon representing TCSR followed 98 Definition: reference to the reserved-memory for the region
|
| /Linux-v4.19/Documentation/devicetree/bindings/clock/ |
| D | idt,versaclock5.txt | 21 reference clock. 24 Xtal used) or CLKIN reference 65 /* 25MHz reference crystal */ 80 /* Connect XIN input to 25MHz reference */
|