Home
last modified time | relevance | path

Searched refs:w83627thf (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/drivers/watchdog/
Dw83627hf_wdt.c51 enum chips { w83627hf, w83627s, w83697hf, w83697ug, w83637hf, w83627thf, enumerator
174 case w83627thf: in w83627hf_init()
370 ret = w83627thf; in wdt_find()
/linux-4.1.27/Documentation/hwmon/
Dw83627hf9 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
/linux-4.1.27/drivers/hwmon/
Dw83627hf.c62 enum chips { w83627hf, w83627thf, w83697hf, w83637hf, w83687thf }; enumerator
451 if (data->type == w83627thf || data->type == w83637hf || in w83627hf_resume()
566 (w83627thf == data->type || w83637hf == data->type in show_in_0()
610 (w83627thf == data->type || w83637hf == data->type in store_regs_in_min0()
639 (w83627thf == data->type || w83637hf == data->type in store_regs_in_max0()
1077 if (data->type == w83627thf) { in store_pwm()
1297 sio_data->type = w83627thf; in w83627hf_find()
1538 if (data->type == w83627thf || data->type == w83637hf in w83627hf_probe()
1561 if (data->type == w83627thf || data->type == w83637hf in w83627hf_probe()
1744 } else if (type == w83627thf) { in w83627hf_init_device()
[all …]