Searched refs:nct6775 (Results 1 – 8 of 8) sorted by relevance
/Linux-v4.19/drivers/watchdog/ |
D | w83627hf_wdt.c | 52 w83667hg_b, nct6775, nct6776, nct6779, nct6791, nct6792, nct6793, enumerator 205 case nct6775: in w83627hf_init() 390 ret = nct6775; in wdt_find()
|
/Linux-v4.19/drivers/hwmon/ |
D | w83627ehf.c | 66 w83667hg, w83667hg_b, nct6775, nct6776, enumerator 686 else if (sio_data->kind == nct6775) in w83627ehf_write_fan_div_common() 737 else if (sio_data->kind == nct6775) in w83627ehf_update_fan_div_common() 792 if (sio_data->kind == nct6775 || sio_data->kind == nct6776) in w83627ehf_update_pwm_common() 846 && (reg >= 0xff || (sio_data->kind == nct6775 in w83627ehf_update_device() 1476 if (sio_data->kind == nct6775 || sio_data->kind == nct6776) { in store_pwm_enable() 1551 if (sio_data->kind == nct6775 || sio_data->kind == nct6776) { in store_tolerance() 1980 if (sio_data->kind == nct6775) { in w83627ehf_check_fan_inputs() 2024 if (sio_data->kind == nct6775 || sio_data->kind == nct6776) { in w83627ehf_check_fan_inputs() 2092 case nct6775: in w83627ehf_probe() [all …]
|
D | nct6775.c | 71 enum kinds { nct6106, nct6775, nct6776, nct6779, nct6791, nct6792, nct6793, enumerator 1263 case nct6775: in is_word_sized() 1400 if (data->kind == nct6775) in nct6775_write_fan_div_common() 1419 if (data->kind == nct6775) in nct6775_update_fan_div_common() 1630 case nct6775: in nct6775_update_pwm_limits() 2162 if (nr == 5 && data->kind != nct6775) in nct6775_fan_is_visible() 2599 if (val == sf3 && data->kind != nct6775) in store_pwm_enable() 3040 if (data->kind != nct6775 && !val) in store_auto_pwm() 3054 case nct6775: in store_auto_pwm() 3440 if (data->kind == nct6775) { in nct6775_check_fan_inputs() [all …]
|
D | Makefile | 135 obj-$(CONFIG_SENSORS_NCT6775) += nct6775.o
|
D | Kconfig | 1248 will be called nct6775.
|
/Linux-v4.19/Documentation/hwmon/ |
D | w83627ehf | 30 Prefix: 'nct6775'
|
D | nct6775 | 16 Prefix: 'nct6775'
|
/Linux-v4.19/ |
D | MAINTAINERS | 9980 F: Documentation/hwmon/nct6775 9981 F: drivers/hwmon/nct6775.c
|