Home
last modified time | relevance | path

Searched refs:nct6775 (Results 1 – 8 of 8) sorted by relevance

/linux-4.1.27/drivers/watchdog/
Dw83627hf_wdt.c53 w83667hg_b, nct6775, nct6776, nct6779, nct6791, nct6792 }; enumerator
197 case nct6775: in w83627hf_init()
394 ret = nct6775; in wdt_find()
/linux-4.1.27/drivers/hwmon/
Dw83627ehf.c66 w83667hg, w83667hg_b, nct6775, nct6776, enumerator
680 else if (sio_data->kind == nct6775) in w83627ehf_write_fan_div_common()
731 else if (sio_data->kind == nct6775) in w83627ehf_update_fan_div_common()
786 if (sio_data->kind == nct6775 || sio_data->kind == nct6776) in w83627ehf_update_pwm_common()
840 && (reg >= 0xff || (sio_data->kind == nct6775 in w83627ehf_update_device()
1470 if (sio_data->kind == nct6775 || sio_data->kind == nct6776) { in store_pwm_enable()
1545 if (sio_data->kind == nct6775 || sio_data->kind == nct6776) { in store_tolerance()
1992 if (sio_data->kind == nct6775) { in w83627ehf_check_fan_inputs()
2038 if (sio_data->kind == nct6775 || sio_data->kind == nct6776) { in w83627ehf_check_fan_inputs()
2106 case nct6775: in w83627ehf_probe()
[all …]
Dnct6775.c66 enum kinds { nct6106, nct6775, nct6776, nct6779, nct6791, nct6792 }; enumerator
1038 case nct6775: in is_word_sized()
1171 if (data->kind == nct6775) in nct6775_write_fan_div_common()
1190 if (data->kind == nct6775) in nct6775_update_fan_div_common()
1401 case nct6775: in nct6775_update_pwm_limits()
1924 if (nr == 5 && data->kind != nct6775) in nct6775_fan_is_visible()
2358 if (val == sf3 && data->kind != nct6775) in store_pwm_enable()
2798 if (data->kind != nct6775 && !val) in store_auto_pwm()
2812 case nct6775: in store_auto_pwm()
3193 if (data->kind == nct6775) { in nct6775_check_fan_inputs()
[all …]
DMakefile121 obj-$(CONFIG_SENSORS_NCT6775) += nct6775.o
DKconfig1136 will be called nct6775.
/linux-4.1.27/Documentation/hwmon/
Dnct677516 Prefix: 'nct6775'
Dw83627ehf30 Prefix: 'nct6775'
/linux-4.1.27/
DMAINTAINERS6722 F: Documentation/hwmon/nct6775
6723 F: drivers/hwmon/nct6775.c