Searched refs:nct6776 (Results 1 – 5 of 5) sorted by relevance
/linux-4.1.27/drivers/watchdog/ |
D | w83627hf_wdt.c | 53 w83667hg_b, nct6775, nct6776, nct6779, nct6791, nct6792 }; enumerator 198 case nct6776: in w83627hf_init() 397 ret = nct6776; in wdt_find()
|
/linux-4.1.27/drivers/hwmon/ |
D | w83627ehf.c | 66 w83667hg, w83667hg_b, nct6775, nct6776, enumerator 678 if (sio_data->kind == nct6776) in w83627ehf_write_fan_div_common() 729 if (sio_data->kind == nct6776) in w83627ehf_update_fan_div_common() 786 if (sio_data->kind == nct6775 || sio_data->kind == nct6776) in w83627ehf_update_pwm_common() 1409 if (sio_data->kind == nct6776 && nr && val != 1) in show_pwm_reg() 1465 if (sio_data->kind == nct6776 && val == 4) in store_pwm_enable() 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() 1547 if (sio_data->kind == nct6776 && val > 7) in store_tolerance() 1998 } else if (sio_data->kind == nct6776) { in w83627ehf_check_fan_inputs() [all …]
|
D | nct6775.c | 66 enum kinds { nct6106, nct6775, nct6776, nct6779, nct6791, nct6792 }; enumerator 1049 case nct6776: in is_word_sized() 1407 case nct6776: in nct6775_update_pwm_limits() 2823 case nct6776: in store_auto_pwm() 3207 } else if (data->kind == nct6776) { in nct6775_check_fan_inputs() 3500 case nct6776: in nct6775_probe() 3918 case nct6776: in nct6775_probe() 3951 case nct6776: in nct6775_probe() 4146 sio_data->kind = nct6776; in nct6775_find()
|
/linux-4.1.27/Documentation/hwmon/ |
D | nct6775 | 20 Prefix: 'nct6776'
|
D | w83627ehf | 34 Prefix: 'nct6776'
|