Lines Matching refs:w83627hf
49 enum chips { w83627hf, w83627thf, w83697hf, w83637hf, w83687thf }; enumerator
219 #define W836X7HF_REG_PWM(type, nr) (((type) == w83627hf) ? \
490 ((data->type != w83627hf && data->type != w83697hf) in w83627hf_update_device()
517 (data->type == w83627hf || data->type == w83697hf)) in w83627hf_update_device()
520 if (data->type == w83627hf) { in w83627hf_update_device()
534 if (data->type != w83627hf) { in w83627hf_update_device()
594 ((data->type != w83627hf && data->type != w83697hf) in w83627hf_resume()
730 if (type == w83627hf) { in w83627hf_init_device()
736 if (type == w83627hf || type == w83637hf) { in w83627hf_init_device()
1521 if (data->type == w83627hf) in pwm_freq_show()
1545 if (data->type == w83627hf) { in pwm_freq_store()
1715 if (data->type == w83627hf || data->type == w83697hf) in w83627hf_probe()
1802 if (data->type != w83627hf) in w83627hf_probe()
1875 sio_data->type = w83627hf; in w83627hf_find()