Home
last modified time | relevance | path

Searched refs:_label (Results 1 – 25 of 42) sorted by relevance

12

/linux/include/linux/gpio/
H A Ddriver.h544 #define for_each_hwgpio_in_range(_chip, _i, _base, _size, _label) \ argument
545 for (CLASS(_gpiochip_for_each_data, _data)(&_label, &_i); \
547 _i++, kfree(_label), _label = NULL) \
548 for_each_if(!IS_ERR(_label = gpiochip_dup_line_label(_chip, _base + _i)))
557 #define for_each_hwgpio(_chip, _i, _label) \ argument
558 for_each_hwgpio_in_range(_chip, _i, 0, _chip->ngpio, _label)
568 #define for_each_requested_gpio_in_range(_chip, _i, _base, _size, _label) \ argument
569 for_each_hwgpio_in_range(_chip, _i, _base, _size, _label) \
570 for_each_if(_label)
/linux/Documentation/hwmon/
H A Dlt7182s.rst45 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 Dmax16601.rst88 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"
H A Disl68137.rst459 curr[2-3]_label "iout[1-2]"
471 in[2-3]_label "vout[1-2]"
482 power[2-3]_label "pout[1-2]"
541 curr[1-2]_label "iin[1-2]"
546 curr[3-4]_label "iout[1-2]"
561 in[3-4]_label "vout[1-2]"
568 power[1-2]_label "pin[1-2]"
572 power[3-4]_label "pout[1-2]"
586 curr[1-3]_label "iin[1-3]"
591 curr[4-6]_label "iout[1-3]"
[all …]
H A Docc.rst41 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 Dbel-pfe.rst74 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 Dmp2856.rst58 **curr[1-3]_label**
71 **in[1-3]_label**
86 **power[1-3]_label**
H A Dxdpe152c4.rst49 **curr[1-4]_label**
74 **in[1-4]_label**
100 **power[1-4]_label**
H A Dpxe1610.rst78 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 Dir35221.rst44 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 Dtps23861.rst33 in[0-3]_label "Port[1-4]"
39 in[1-4]_label "Port[1-4]"
H A Dxdpe12284.rst60 **curr[1-4]_label**
77 **in[1-4_label**
92 **power[1-4]_label**
H A Dmp2975.rst71 **curr[1-{2n+k}]_label**
92 **in[1-{2n+1}]_label**
115 **power[1-{2n+1}]_label**
H A Dhp-wmi-sensors.rst32 ``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 Dtps53679.rst108 in[N]_label "vout[1-2]"
152 power[N]_label "pout[1-2]".
171 curr[N]_label "iout[1-2]" or "iout1.[0-5]".
H A Dtps40422.rst47 in[1-2]_label "vout[1-2]"
52 curr[1-2]_label "iout[1-2]"
H A Ducd9200.rst73 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 Dmax34440.rst122 in[1-6]_label "vout[1-6]".
149 curr[1-6]_label "iout[1-6]".
171 power[1,3]_label "pout[1,3]"
H A Dmc33xs2410_hwmon.rst30 temp[2-5]_label "Channel [1-4] temperature"
H A Dcorsair-cpro.rst35 fan[1-6]_label Shows fan type as detected by the device.
H A Dtmp464.rst69 **temp[1-9]_label**
/linux/include/linux/
H A Dcleanup.h296 ({ goto _label; })) \
298 _label: \
419 #define __scoped_guard(_name, _label, args...) \ argument
422 ({ goto _label; })) \
424 _label: \
431 #define __scoped_cond_guard(_name, _fail, _label, args...) \ argument
432 for (CLASS(_name, scope)(args); true; ({ goto _label; })) \
436 _label: \
/linux/arch/x86/include/asm/
H A Duaccess.h555 #define __try_cmpxchg64_user_asm(_ptr, _oldp, _nval, _label) \ argument
556 __try_cmpxchg_user_asm("q", "r", (_ptr), (_oldp), (_nval), _label)
564 #define unsafe_try_cmpxchg_user(_ptr, _oldp, _nval, _label) ({ \ argument
570 (_nval), _label); \
574 (_nval), _label); \
578 (_nval), _label); \
581 (_nval), _label); \
588 #define __try_cmpxchg_user(_ptr, _oldp, _nval, _label) ({ \ argument
591 __ret = !unsafe_try_cmpxchg_user(_ptr, _oldp, _nval, _label); \
592 _label: \
/linux/drivers/hwmon/
H A Dbt1-pvt.h160 #define PVT_SENSOR_INFO(_ch, _label, _type, _mode, _thres) \ argument
163 .label = _label, \
H A Dwm8350-hwmon.c49 static SENSOR_DEVICE_ATTR(in##id##_label, S_IRUGO, show_label, \

12