Searched refs:w83697hf (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/hwmon/ |
H A D | w83627hf.c | 20 * w83697hf 8 2 2 2 0x60 0x5ca3 no yes(LPC) 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() 1404 "w83697hf", in w83627hf_probe() 1443 if (data->type == w83627hf || data->type == w83697hf) in w83627hf_probe() 1470 if (data->type != w83697hf) in w83627hf_probe() 1505 if (data->type != w83697hf in w83627hf_probe() [all...] |
/kernel/linux/linux-6.6/drivers/hwmon/ |
H A D | w83627hf.c | 20 * w83697hf 8 2 2 2 0x60 0x5ca3 no yes(LPC) 49 enum chips { w83627hf, w83627thf, w83697hf, w83637hf, w83687thf }; enumerator 466 if (data->type != w83697hf) { in w83627hf_update_fan_div() 473 if (data->type != w83697hf) in w83627hf_update_fan_div() 480 int i, num_temps = (data->type == w83697hf) ? 2 : 3; in w83627hf_update_device() 481 int num_pwms = (data->type == w83697hf) ? 2 : 3; in w83627hf_update_device() 489 if (((data->type == w83697hf) && (i == 1)) || in w83627hf_update_device() 490 ((data->type != w83627hf && data->type != w83697hf) in w83627hf_update_device() 517 (data->type == w83627hf || data->type == w83697hf)) in w83627hf_update_device() 530 if (i == 2 && (data->type == w83697hf)) in w83627hf_update_device() [all...] |
/kernel/linux/linux-5.10/drivers/watchdog/ |
H A D | w83627hf_wdt.c | 49 enum chips { w83627hf, w83627s, w83697hf, w83697ug, w83637hf, w83627thf, enumerator 172 case w83697hf: in w83627hf_init() 356 ret = w83697hf; in wdt_find()
|
/kernel/linux/linux-6.6/drivers/watchdog/ |
H A D | w83627hf_wdt.c | 49 enum chips { w83627hf, w83627s, w83697hf, w83697ug, w83637hf, w83627thf, enumerator 176 case w83697hf: in w83627hf_init() 364 ret = w83697hf; in wdt_find()
|
Completed in 7 milliseconds