| /OK3568_Linux_fs/kernel/Documentation/hwmon/ |
| H 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]" 571 curr[4-6]_label "iout[1-3]" [all …]
|
| 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 | xdpe12284.rst | 56 **curr[1-4]_label** 73 **in[1-4_label** 88 **power[1-4]_label**
|
| 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 | 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 | mp2975.rst | 71 **curr[1-{2n+k}]_label** 92 **in[1-{2n+1}]_label** 115 **power[1-{2n+1}]_label**
|
| H A D | tps53679.rst | 92 in[N]_label "vout[1-2]" 136 power[N]_label "pout[1-2]". 155 curr[N]_label "iout[1-2]" or "iout1.[0-5]".
|
| 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 | 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]"
|
| H A D | corsair-cpro.rst | 35 fan[1-6]_label Shows fan type as detected by the device.
|
| H 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]".
|
| H A D | ucd9000.rst | 93 in[1-12]_label "vout[1-12]". 107 curr[1-12]_label "iout[1-12]".
|
| H A D | max31785.rst | 47 in[1-6]_label "vout[18-23]"
|
| H A D | max16064.rst | 48 in[1-4]_label "vout[1-4]"
|
| H A D | dell-smm-hwmon.rst | 36 fan[1-3]_label RO Fan label. 43 temp[1-10]_label RO Temperature sensor label.
|
| H A D | ina3221.rst | 30 in[123]_label Voltage channel labels
|
| /OK3568_Linux_fs/kernel/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 | acpi_power_meter.c | 456 #define RO_SENSOR_TEMPLATE(_label, _show, _index) \ argument 458 .label = _label, \ 463 #define RW_SENSOR_TEMPLATE(_label, _show, _set, _index) \ argument 465 .label = _label, \
|
| H A D | wm831x-hwmon.c | 76 static SENSOR_DEVICE_ATTR(in##id##_label, S_IRUGO, show_label, \
|
| /OK3568_Linux_fs/kernel/drivers/gpio/ |
| H A D | gpio-ep93xx.c | 281 #define EP93XX_GPIO_BANK(_label, _data, _dir, _irq, _base, _has_irq, _has_hier, _irq_base) \ argument 283 .label = _label, \
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/ |
| H A D | rtl.h | 1822 ({ __typeof (LABEL) const _label = (LABEL); \ 1823 if (! LABEL_P (_label)) \ 1824 rtl_check_failed_flag ("LABEL_KIND", _label, __FILE__, __LINE__, \ 1826 (enum label_kind) ((_label->jump << 1) | _label->call); }) 1830 __typeof (LABEL) const _label = (LABEL); \ 1832 if (! LABEL_P (_label)) \ 1833 rtl_check_failed_flag ("SET_LABEL_KIND", _label, __FILE__, __LINE__, \ 1835 _label->jump = ((_kind >> 1) & 1); \ 1836 _label->call = (_kind & 1); \ 1847 rtx const _label = (LABEL); \ [all …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/ |
| H A D | rtl.h | 1822 ({ __typeof (LABEL) const _label = (LABEL); \ 1823 if (! LABEL_P (_label)) \ 1824 rtl_check_failed_flag ("LABEL_KIND", _label, __FILE__, __LINE__, \ 1826 (enum label_kind) ((_label->jump << 1) | _label->call); }) 1830 __typeof (LABEL) const _label = (LABEL); \ 1832 if (! LABEL_P (_label)) \ 1833 rtl_check_failed_flag ("SET_LABEL_KIND", _label, __FILE__, __LINE__, \ 1835 _label->jump = ((_kind >> 1) & 1); \ 1836 _label->call = (_kind & 1); \ 1847 rtx const _label = (LABEL); \ [all …]
|