Searched refs:_label (Results 1 – 25 of 31) sorted by relevance
12
| /linux/include/linux/ |
| H A D | cleanup.h | 300 #define __scoped_class(_name, var, _label, args...) \ argument 301 for (CLASS(_name, var)(args); ; ({ goto _label; })) \ 303 _label: \ 432 #define __scoped_guard(_name, _label, args...) \ argument 435 ({ goto _label; })) \ 437 _label: \ 444 #define __scoped_cond_guard(_name, _fail, _label, args...) \ argument 445 for (CLASS(_name, scope)(args); true; ({ goto _label; })) \ 449 _label: \
|
| /linux/Documentation/hwmon/ |
| H 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]"
|
| H 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
|
| H 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]"
|
| H A D | mp2856.rst | 58 **curr[1-3]_label** 71 **in[1-3]_label** 86 **power[1-3]_label**
|
| H A D | xdpe152c4.rst | 49 **curr[1-4]_label** 74 **in[1-4]_label** 100 **power[1-4]_label**
|
| H 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]"
|
| H 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]"
|
| H A D | tps23861.rst | 33 in[0-3]_label "Port[1-4]" 39 in[1-4]_label "Port[1-4]"
|
| H A D | xdpe12284.rst | 60 **curr[1-4]_label** 77 **in[1-4_label** 92 **power[1-4]_label**
|
| H A D | mp2975.rst | 71 **curr[1-{2n+k}]_label** 92 **in[1-{2n+1}]_label** 115 **power[1-{2n+1}]_label**
|
| H A D | hp-wmi-sensors.rst | 32 ``curr[X]_label`` RO Current sensor label. 34 ``fan[X]_label`` RO Fan sensor label. 38 ``in[X]_label`` RO Voltage sensor label. 41 ``temp[X]_label`` RO Temperature sensor label.
|
| H A D | tps40422.rst | 47 in[1-2]_label "vout[1-2]" 52 curr[1-2]_label "iout[1-2]"
|
| H 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]"
|
| H A D | mc33xs2410_hwmon.rst | 30 temp[2-5]_label "Channel [1-4] temperature"
|
| H A D | corsair-cpro.rst | 35 fan[1-6]_label Shows fan type as detected by the device.
|
| H A D | tmp464.rst | 69 **temp[1-9]_label**
|
| H A D | tmp421.rst | 76 **temp[1-4]_label**
|
| H A D | ucd9000.rst | 93 in[1-12]_label "vout[1-12]". 107 curr[1-12]_label "iout[1-12]".
|
| H A D | mp2888.rst | 52 **curr[1-{1+n}]_label**
|
| H A D | peci-dimmtemp.rst | 47 temp[N]_label Provides string "DIMM CI", where C is DIMM channel and
|
| H A D | ina3221.rst | 30 in[123]_label Voltage channel labels
|
| /linux/drivers/hwmon/ |
| H A D | bt1-pvt.h | 160 #define PVT_SENSOR_INFO(_ch, _label, _type, _mode, _thres) \ argument 163 .label = _label, \
|
| H A D | wm8350-hwmon.c | 49 static SENSOR_DEVICE_ATTR(in##id##_label, S_IRUGO, show_label, \
|
| H A D | wm831x-hwmon.c | 76 static SENSOR_DEVICE_ATTR(in##id##_label, S_IRUGO, show_label, \
|
12