Searched refs:w83627thf (Results 1 – 2 of 2) sorted by relevance
/drivers/watchdog/ |
D | w83627hf_wdt.c | 49 enum chips { w83627hf, w83627s, w83697hf, w83697ug, w83637hf, w83627thf, enumerator 182 case w83627thf: in w83627hf_init() 367 ret = w83627thf; in wdt_find()
|
/drivers/hwmon/ |
D | w83627hf.c | 49 enum chips { w83627hf, w83627thf, w83697hf, w83637hf, w83687thf }; enumerator 443 if (data->type == w83627thf || data->type == w83637hf || in w83627hf_resume() 567 (w83627thf == data->type || w83637hf == data->type in show_in_0() 615 (w83627thf == data->type || w83637hf == data->type in in0_min_store() 645 (w83627thf == data->type || w83637hf == data->type in in0_max_store() 1058 if (data->type == w83627thf) { in pwm_store() 1273 sio_data->type = w83627thf; in w83627hf_find() 1514 if (data->type == w83627thf || data->type == w83637hf in w83627hf_probe() 1537 if (data->type == w83627thf || data->type == w83637hf in w83627hf_probe() 1741 } else if (type == w83627thf) { in w83627hf_init_device() [all …]
|