Searched refs:w83697hf (Results 1 – 3 of 3) sorted by relevance
/Linux-v5.4/drivers/hwmon/ |
D | w83627hf.c | 49 enum chips { w83627hf, w83627thf, w83697hf, w83637hf, w83687thf }; enumerator 417 int i, num_temps = (data->type == w83697hf) ? 2 : 3; in w83627hf_resume() 423 if (((data->type == w83697hf) && (i == 1)) || in w83627hf_resume() 424 ((data->type != w83627hf && data->type != w83697hf) in w83627hf_resume() 1276 sio_data->type = w83697hf; in w83627hf_find() 1443 if (data->type == w83627hf || data->type == w83697hf) in w83627hf_probe() 1470 if (data->type != w83697hf) in w83627hf_probe() 1505 if (data->type != w83697hf && data->vid != 0xff) { in w83627hf_probe() 1765 if ((type == w83697hf) && (i == 2)) in w83627hf_init_device() 1780 if (type != w83697hf) { in w83627hf_init_device() [all …]
|
/Linux-v5.4/drivers/watchdog/ |
D | w83627hf_wdt.c | 49 enum chips { w83627hf, w83627s, w83697hf, w83697ug, w83637hf, w83627thf, enumerator 171 case w83697hf: in w83627hf_init() 354 ret = w83697hf; in wdt_find()
|
/Linux-v5.4/Documentation/hwmon/ |
D | w83627hf.rst | 12 Prefix: 'w83697hf'
|