/Linux-v5.10/Documentation/hwmon/ |
D | max16601.rst | 58 curr1_input VCORE input current, derived from duty cycle and output 59 current. 60 curr1_max Maximum input current. 61 curr1_max_alarm Current high alarm. 64 curr2_input VCORE phase 0 input current. 67 curr3_input VCORE phase 1 input current. 70 curr4_input VCORE phase 2 input current. 73 curr5_input VCORE phase 3 input current. 76 curr6_input VCORE phase 4 input current. 79 curr7_input VCORE phase 5 input current. [all …]
|
D | ina3221.rst | 21 The Texas Instruments INA3221 monitors voltage, current, and power on the high 23 and supply voltage, with programmable conversion times and averaging, current 33 curr[123]_input Current(mA) measurement channels 35 curr[123]_crit Critical alert current(mA) setting, activates the 36 corresponding alarm when the respective current 38 curr[123]_crit_alarm Critical alert current limit exceeded 39 curr[123]_max Warning alert current(mA) setting, activates the 40 corresponding alarm when the respective current 42 curr[123]_max_alarm Warning alert current limit exceeded 46 curr4_input Sum of current(mA) measurement channels, [all …]
|
D | max16065.rst | 55 accurately monitor (+/-2.5%) one current channel using a dedicated high-side 56 current-sense amplifier. The MAX16065 manages up to twelve system voltages 67 one current channel using a dedicated high-side current-sense amplifier. The 74 MAX16070, and MAX16071 also support supply current monitoring. 99 in12_input Voltage on CSP (Current Sense Positive) pin. 100 Only if the chip supports current sensing and if 101 current sensing is enabled. 120 curr1_input Current sense input; only if the chip supports current 121 sensing and if current sensing is enabled. 122 Displayed current assumes 0.001 Ohm current sense [all …]
|
D | lochnagar.rst | 12 Lochnagar 2 features built-in Current Monitor circuitry that allows for the 13 measurement of both voltage and current on up to eight of the supply voltage 14 rails provided to the minicards. The Current Monitor does not require any 17 The current and voltage measurements are obtained through the standard register 28 curr1_input Measured current for DBVDD1 (milliAmps) 35 curr2_input Measured current for 1V8 DSP (milliAmps) 42 curr3_input Measured current for 1V8 CDC (milliAmps) 49 curr4_input Measured current for VDDCORE DSP (milliAmps) 56 curr5_input Measured current for AVDD 1V8 (milliAmps) 61 curr6_input Measured current for SYSVDD (milliAmps) [all …]
|
/Linux-v5.10/tools/power/cpupower/lib/ |
D | cpufreq.c | 265 struct cpufreq_available_governors *current = NULL; in cpufreq_get_available_governors() local 280 if (current) { in cpufreq_get_available_governors() 281 current->next = malloc(sizeof(*current)); in cpufreq_get_available_governors() 282 if (!current->next) in cpufreq_get_available_governors() 284 current = current->next; in cpufreq_get_available_governors() 289 current = first; in cpufreq_get_available_governors() 291 current->first = first; in cpufreq_get_available_governors() 292 current->next = NULL; in cpufreq_get_available_governors() 294 current->governor = malloc(i - pos + 1); in cpufreq_get_available_governors() 295 if (!current->governor) in cpufreq_get_available_governors() [all …]
|
/Linux-v5.10/arch/sparc/kernel/ |
D | sigutil_32.c | 19 if (test_tsk_thread_flag(current, TIF_USEDFPU)) { in save_fpu_state() 21 fpsave(¤t->thread.float_regs[0], ¤t->thread.fsr, in save_fpu_state() 22 ¤t->thread.fpqueue[0], ¤t->thread.fpqdepth); in save_fpu_state() 24 clear_tsk_thread_flag(current, TIF_USEDFPU); in save_fpu_state() 27 if (current == last_task_used_math) { in save_fpu_state() 29 fpsave(¤t->thread.float_regs[0], ¤t->thread.fsr, in save_fpu_state() 30 ¤t->thread.fpqueue[0], ¤t->thread.fpqdepth); in save_fpu_state() 36 ¤t->thread.float_regs[0], in save_fpu_state() 38 err |= __put_user(current->thread.fsr, &fpu->si_fsr); in save_fpu_state() 39 err |= __put_user(current->thread.fpqdepth, &fpu->si_fpqdepth); in save_fpu_state() [all …]
|
/Linux-v5.10/include/linux/platform_data/ |
D | ad7793.h | 54 * enum ad7793_current_source_direction - AD7793 excitation current direction 55 * @AD7793_IEXEC1_IOUT1_IEXEC2_IOUT2: Current source IEXC1 connected to pin 56 * IOUT1, current source IEXC2 connected to pin IOUT2. 57 * @AD7793_IEXEC1_IOUT2_IEXEC2_IOUT1: Current source IEXC2 connected to pin 58 * IOUT1, current source IEXC1 connected to pin IOUT2. 59 * @AD7793_IEXEC1_IEXEC2_IOUT1: Both current sources connected to pin IOUT1. 60 * Only valid when the current sources are set to 10 uA or 210 uA. 61 * @AD7793_IEXEC1_IEXEC2_IOUT2: Both current sources connected to Pin IOUT2. 62 * Only valid when the current ources are set to 10 uA or 210 uA. 72 * enum ad7793_excitation_current - AD7793 excitation current selection [all …]
|
/Linux-v5.10/drivers/tty/ |
D | tty_jobctrl.c | 17 return (sigismember(¤t->blocked, sig) || in is_ignored() 18 current->sighand->action[sig-1].sa.sa_handler == SIG_IGN); in is_ignored() 37 if (current->signal->tty != tty) in __tty_check_change() 41 pgrp = task_pgrp(current); in __tty_check_change() 105 tty->pgrp = get_pid(task_pgrp(current)); in __proc_set_tty() 106 tty->session = get_pid(task_session(current)); in __proc_set_tty() 108 if (current->signal->tty) { in __proc_set_tty() 109 tty_debug(tty, "current tty %s not NULL!!\n", in __proc_set_tty() 110 current->signal->tty->name); in __proc_set_tty() 111 tty_kref_put(current->signal->tty); in __proc_set_tty() [all …]
|
/Linux-v5.10/arch/powerpc/kernel/ |
D | signal_32.c | 234 * Save the current user registers on the user stack. 245 flush_fp_to_thread(current); in save_user_regs() 253 if (current->thread.used_vr) { in save_user_regs() 254 flush_altivec_to_thread(current); in save_user_regs() 255 if (__copy_to_user(&frame->mc_vregs, ¤t->thread.vr_state, in save_user_regs() 268 * Note that the current VRSAVE value is in the SPR at this point. in save_user_regs() 271 current->thread.vrsave = mfspr(SPRN_VRSAVE); in save_user_regs() 272 if (__put_user(current->thread.vrsave, (u32 __user *)&frame->mc_vregs[32])) in save_user_regs() 275 if (copy_fpr_to_user(&frame->mc_fregs, current)) in save_user_regs() 290 if (current->thread.used_vsr && ctx_has_vsx_region) { in save_user_regs() [all …]
|
/Linux-v5.10/Documentation/devicetree/bindings/power/supply/ |
D | bq25890.txt | 15 - ti,charge-current: integer, maximum charging current (in uA); 16 - ti,termination-current: integer, charge will be terminated when current in 18 - ti,precharge-current: integer, maximum charge current during precharge 24 - ti,boost-max-current: integer, maximum allowed current draw in boost mode 31 input current will be the lower between the resistor setting and the IINLIM 34 current is lowered, to avoid overheating (in degrees Celsius). If omitted, 51 ti,charge-current = <1000000>; 52 ti,termination-current = <50000>; 53 ti,precharge-current = <128000>; 56 ti,boost-max-current = <1000000>;
|
D | gpio-charger.yaml | 42 charge-current-limit-gpios: 45 description: GPIOs used for current limiting 47 charge-current-limit-mapping: 48 description: List of tuples with current in uA and a GPIO bitmap (in 50 current limit. 55 Current limit in uA 58 charge-current-limit-gpios property. Bit 1 second to last 70 - charge-current-limit-gpios 73 charge-current-limit-gpios: [ charge-current-limit-mapping ] 74 charge-current-limit-mapping: [ charge-current-limit-gpios ] [all …]
|
D | summit,smb347-charger.yaml | 55 summit,mains-current-limit-microamp: 56 description: Maximum input current from AC/DC input (in uA) 58 summit,usb-current-limit-microamp: 59 description: Maximum input current from USB input (in uA) 61 summit,charge-current-compensation-microamp: 62 description: Charge current compensation (in uA) 73 - 1 # SMB3XX_SOFT_TEMP_COMPENSATE_CURRENT Current compensation 86 summit,mains-current-limit-microamp: 90 summit,usb-current-limit-microamp: 94 summit,charge-current-compensation-microamp: [all …]
|
D | rohm,bd99954.yaml | 28 # Curve (1) represents charging current. 32 # a) Trickle-charge with constant current (8). 33 # b) pre-charge with constant current (6) 35 # First a constant current (5) phase (CC) 37 # target level - until charging current has dropped to termination 69 # - trickle-charge-current-microamp: 70 # Current used at trickle-charge phase (8 in above chart) 74 # - precharge-current-microamp: 75 # Current used at pre-charge phase (6 in above chart) 79 # - constant-charge-current-max-microamp [all …]
|
D | bq24257.txt | 12 - ti,charge-current: integer, maximum charging current in uA. 13 - ti,termination-current: integer, charge will be terminated when current in 22 - ti,current-limit: The maximum current to be drawn from the charger's input 23 (in uA). If this property is not specified, the input limit current is 44 ti,charge-current = <1000000>; 45 ti,termination-current = <50000>; 57 ti,charge-current = <500000>; 58 ti,termination-current = <50000>; 59 ti,current-limit = <900000>;
|
D | rt9455_charger.txt | 9 - richtek,output-charge-current: integer, output current from the charger to the 11 - richtek,end-of-charge-percentage: integer, percent of the output charge current. 12 When the current in constant-voltage phase drops 21 decrease voltage level when the over current 24 current provided by the power source. 26 - richtek,avg-input-current-regulation: integer, input current value in uA drained by the 39 richtek,output-charge-current = <500000>; 45 richtek,avg-input-current-regulation = <500000>;
|
/Linux-v5.10/tools/testing/selftests/arm64/signal/ |
D | test_signals.c | 15 struct tdescr *current; variable 19 current = &tde; in main() 21 ksft_print_msg("%s :: %s\n", current->name, current->descr); in main() 22 if (test_setup(current) && test_init(current)) { in main() 23 test_run(current); in main() 24 test_cleanup(current); in main() 26 test_result(current); in main() 28 return current->result; in main()
|
/Linux-v5.10/arch/s390/kernel/ |
D | guarded_storage.c | 25 if (!current->thread.gs_cb) { in gs_enable() 33 current->thread.gs_cb = gs_cb; in gs_enable() 41 if (current->thread.gs_cb) { in gs_disable() 43 kfree(current->thread.gs_cb); in gs_disable() 44 current->thread.gs_cb = NULL; in gs_disable() 55 gs_cb = current->thread.gs_bc_cb; in gs_set_bc_cb() 60 current->thread.gs_bc_cb = gs_cb; in gs_set_bc_cb() 71 gs_cb = current->thread.gs_bc_cb; in gs_clear_bc_cb() 72 current->thread.gs_bc_cb = NULL; in gs_clear_bc_cb() 83 gs_cb = current->thread.gs_bc_cb; in gs_load_bc_cb() [all …]
|
/Linux-v5.10/Documentation/devicetree/bindings/iio/dac/ |
D | ad5758.txt | 24 current or voltage output at the VIOUT pin. Only one mode 28 * 1: DPC current mode 30 * 3: PPC current mode 32 Depending on the selected output mode (voltage or current) one of the 42 - adi,range-microamp: Current output range 43 The array of current output ranges must contain two fields: 44 * <0 20000>: 0 mA to 20 mA current range 45 * <0 24000>: 0 mA to 24 mA current range 46 * <4 24000>: 4 mA to 20 mA current range 47 * <(-20000) 20000>: ±20 mA current range [all …]
|
/Linux-v5.10/Documentation/power/regulator/ |
D | overview.rst | 2 Linux voltage and current regulator framework 9 voltage and current regulators. 13 regulators (where voltage output is controllable) and current sinks (where 14 current limit is controllable). 29 some can control their output voltage and or current. 44 current limit. It only needs to enable or disable its 49 current limit to meet operation demands. 101 - regulator current output limit is 20mA @ 5V but is 110 - Domain-3 current limit is 0mA -> 20mA. 113 dynamically setting voltage or current limit levels. [all …]
|
/Linux-v5.10/scripts/dtc/ |
D | srcpos.h | 28 * current directory (the directory of the last source file read) and after 68 #define YYLLOC_DEFAULT(Current, Rhs, N) \ argument 71 (Current).first_line = YYRHSLOC(Rhs, 1).first_line; \ 72 (Current).first_column = YYRHSLOC(Rhs, 1).first_column; \ 73 (Current).last_line = YYRHSLOC(Rhs, N).last_line; \ 74 (Current).last_column = YYRHSLOC (Rhs, N).last_column; \ 75 (Current).file = YYRHSLOC(Rhs, N).file; \ 77 (Current).first_line = (Current).last_line = \ 79 (Current).first_column = (Current).last_column = \ 81 (Current).file = YYRHSLOC (Rhs, 0).file; \ [all …]
|
/Linux-v5.10/scripts/gdb/linux/ |
D | lists.py | 76 gdb.write('prev.next != current: ' 77 'current@{current_addr}={current} ' 80 current=c, 87 'current@{current_addr}={current}\n'.format( 89 current=c 94 gdb.write('next.prev != current: ' 95 'current@{current_addr}={current} ' 98 current=c, 105 'current@{current_addr}={current}\n'.format( 107 current=c
|
/Linux-v5.10/tools/testing/selftests/cgroup/ |
D | test_memcontrol.c | 93 long anon, current; in alloc_anon_50M_check() local 100 current = cg_read_long(cgroup, "memory.current"); in alloc_anon_50M_check() 101 if (current < size) in alloc_anon_50M_check() 104 if (!values_close(size, current, 3)) in alloc_anon_50M_check() 111 if (!values_close(anon, current, 3)) in alloc_anon_50M_check() 124 long current, file; in alloc_pagecache_50M_check() local 134 current = cg_read_long(cgroup, "memory.current"); in alloc_pagecache_50M_check() 135 if (current < size) in alloc_pagecache_50M_check() 142 if (!values_close(file, current, 10)) in alloc_pagecache_50M_check() 155 * and check memory.current and some memory.stat values. [all …]
|
/Linux-v5.10/include/linux/ |
D | tracehook.h | 31 * Some tracehook_*() inlines take arguments that the current tracing 60 int ptrace = current->ptrace; in ptrace_report_syscall() 65 current->ptrace_message = message; in ptrace_report_syscall() 73 if (current->exit_code) { in ptrace_report_syscall() 74 send_sig(current->exit_code, current, 1); in ptrace_report_syscall() 75 current->exit_code = 0; in ptrace_report_syscall() 78 current->ptrace_message = 0; in ptrace_report_syscall() 79 return fatal_signal_pending(current); in ptrace_report_syscall() 84 * @regs: user register state of current task 87 * when the current task has just entered the kernel for a system call. [all …]
|
/Linux-v5.10/Documentation/admin-guide/cgroup-v1/ |
D | pids.rst | 21 number of processes currently in the cgroup is given by pids.current. 24 to have pids.current > pids.max. This can be done by either setting the limit to 25 be smaller than pids.current, or attaching enough processes to the cgroup such 26 that pids.current > pids.max. However, it is not possible to violate a cgroup 34 pids.current tracks all child cgroup hierarchies, so parent/pids.current is a 35 superset of parent/child/pids.current. 54 # cat /sys/fs/cgroup/pids/parent/pids.current 61 # cat /sys/fs/cgroup/pids/parent/pids.current 72 # cat /sys/fs/cgroup/pids/parent/pids.current 74 # cat /sys/fs/cgroup/pids/parent/child/pids.current [all …]
|
/Linux-v5.10/Documentation/devicetree/bindings/iio/adc/ |
D | palmas-gpadc.txt | 5 1 battery temp NTC (optional current source) 7 3 temp (with ext. diode, optional current source) 15 11 DC-DC current probe (how does this work?) 26 ti,channel0-current-microamp: Channel 0 current in uA. 28 ti,channel3-current-microamp: Channel 3 current in uA. 43 ti,channel0-current-microamp = <5>; 44 ti,channel3-current-microamp = <10>;
|