Searched refs:w83627thf (Results 1 – 3 of 3) sorted by relevance
/Linux-v6.6/drivers/watchdog/ |
D | w83627hf_wdt.c | 49 enum chips { w83627hf, w83627s, w83697hf, w83697ug, w83637hf, w83627thf, enumerator 187 case w83627thf: in w83627hf_init() 377 ret = w83627thf; in wdt_find()
|
/Linux-v6.6/drivers/hwmon/ |
D | w83627hf.c | 49 enum chips { w83627hf, w83627thf, w83697hf, w83637hf, w83687thf }; enumerator 513 if (data->type == w83627thf) in w83627hf_update_device() 525 } else if (data->type != w83627thf) { in w83627hf_update_device() 613 if (data->type == w83627thf || data->type == w83637hf || in w83627hf_resume() 740 } else if (type == w83627thf) { in w83627hf_init_device() 747 if (type == w83627thf || type == w83637hf || type == w83687thf) { in w83627hf_init_device() 809 (w83627thf == data->type || w83637hf == data->type in show_in_0() 851 (w83627thf == data->type || w83637hf == data->type in in0_min_store() 890 (w83627thf == data->type || w83637hf == data->type in in0_max_store() 1451 if (data->type == w83627thf) { in pwm_store() [all …]
|
/Linux-v6.6/Documentation/hwmon/ |
D | w83627hf.rst | 9 Prefix: 'w83627thf' 58 it is possible or even likely for a w83627thf to have the VID signals routed 60 the w83627thf driver interprets these as VID. If the VID on your board
|