/linux-6.3-rc2/Documentation/hwmon/ |
A D | lt7182s.rst | 45 curr[1-2]_label "iin[12]" 50 curr[3-4]_label "iout[1-2]" 56 in[1-2]_label "vin[12]" 67 in[3-5]_label "vmon[1-3]" 72 in[3-4|6-7]_label "vout[1-2]" 84 power[1-2]_label "pout[1-2]"
|
A D | max16601.rst | 88 curr[P+2]_label "iin1.P" 91 curr[N+2]_label "iin2" 96 curr[N+3]_label "iin3" 99 curr[N+4]_label "iout1" 106 curr[N+P+5]_label "iout1.P" 109 curr[2*N+5]_label "iout3"
|
A D | isl68137.rst | 439 curr[2-3]_label "iout[1-2]" 451 in[2-3]_label "vout[1-2]" 462 power[2-3]_label "pout[1-2]" 521 curr[1-2]_label "iin[1-2]" 526 curr[3-4]_label "iout[1-2]" 541 in[3-4]_label "vout[1-2]" 548 power[1-2]_label "pin[1-2]" 552 power[3-4]_label "pout[1-2]" 566 curr[1-3]_label "iin[1-3]" 586 in[3-5]_label "vout[1-3]" [all …]
|
A D | occ.rst | 41 temp[1-n]_label 73 freq[1-n]_label 88 power[1-n]_label 93 power[1-n]_label 101 power[1-n]_label 111 power[1-n]_label 145 extn[1-n]_label
|
A D | bel-pfe.rst | 74 curr[2-3]_label "iout[1-2]" 94 in[3-8]_label "vout[1-3,5-7]" 98 power[1-2]_label "pin[1-2]" 102 power[3-4]_label "pout[1-2]"
|
A D | ir35221.rst | 44 curr[2-3]_label "iout[1-2]" 62 in[2-3]_label "vout[1-2]" 80 power[2-3]_label "pout[1-2]"
|
A D | pxe1610.rst | 78 curr[2-4]_label "iout[1-3]" 88 in[2-4]_label "vout[1-3]" 99 power[2-4]_label "pout[1-3]"
|
A D | xdpe152c4.rst | 49 **curr[1-4]_label** 74 **in[1-4]_label** 100 **power[1-4]_label**
|
A D | tps23861.rst | 33 in[0-3]_label "Port[1-4]" 39 in[1-4]_label "Port[1-4]"
|
A D | xdpe12284.rst | 60 **curr[1-4]_label** 77 **in[1-4_label** 92 **power[1-4]_label**
|
A D | mp2975.rst | 71 **curr[1-{2n+k}]_label** 92 **in[1-{2n+1}]_label** 115 **power[1-{2n+1}]_label**
|
A D | tps53679.rst | 100 in[N]_label "vout[1-2]" 144 power[N]_label "pout[1-2]". 163 curr[N]_label "iout[1-2]" or "iout1.[0-5]".
|
A D | tps40422.rst | 47 in[1-2]_label "vout[1-2]" 52 curr[1-2]_label "iout[1-2]"
|
A D | ucd9200.rst | 73 in[2-5]_label "vout[1-4]". 90 curr[2-5]_label "iout[1-4]". 104 power[2-5]_label "pout[1-4]"
|
A D | max34440.rst | 113 in[1-6]_label "vout[1-6]". 137 curr[1-6]_label "iout[1-6]". 158 power[1,3]_label "pout[1,3]"
|
A D | corsair-cpro.rst | 35 fan[1-6]_label Shows fan type as detected by the device.
|
A D | tmp464.rst | 69 **temp[1-9]_label**
|
A D | tmp421.rst | 76 **temp[1-4]_label**
|
A D | ltc2978.rst | 283 in[N]_label "vout[1-8]". 380 power[N]_label "pout[1-4]". 413 curr[N]_label "iout[1-4]".
|
A D | max31785.rst | 47 in[1-6]_label "vout[18-23]"
|
/linux-6.3-rc2/arch/x86/include/asm/ |
A D | uaccess.h | 586 #define __try_cmpxchg64_user_asm(_ptr, _oldp, _nval, _label) \ argument 587 __try_cmpxchg_user_asm("q", "r", (_ptr), (_oldp), (_nval), _label) 595 #define unsafe_try_cmpxchg_user(_ptr, _oldp, _nval, _label) ({ \ argument 601 (_nval), _label); \ 605 (_nval), _label); \ 609 (_nval), _label); \ 612 (_nval), _label); \ 619 #define __try_cmpxchg_user(_ptr, _oldp, _nval, _label) ({ \ argument 622 __ret = !unsafe_try_cmpxchg_user(_ptr, _oldp, _nval, _label); \ 623 _label: \
|
/linux-6.3-rc2/drivers/hwmon/ |
A D | bt1-pvt.h | 160 #define PVT_SENSOR_INFO(_ch, _label, _type, _mode, _thres) \ argument 163 .label = _label, \
|
A D | wm8350-hwmon.c | 49 static SENSOR_DEVICE_ATTR(in##id##_label, S_IRUGO, show_label, \
|
A D | acpi_power_meter.c | 461 #define RO_SENSOR_TEMPLATE(_label, _show, _index) \ argument 463 .label = _label, \ 468 #define RW_SENSOR_TEMPLATE(_label, _show, _set, _index) \ argument 470 .label = _label, \
|
A D | wm831x-hwmon.c | 76 static SENSOR_DEVICE_ATTR(in##id##_label, S_IRUGO, show_label, \
|