Home
last modified time | relevance | path

Searched refs:auto_pwm_num (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/hwmon/
H A Dnct6775-core.c3177 if (point == data->auto_pwm_num) { in store_auto_pwm()
3186 if (point < data->auto_pwm_num) { in store_auto_pwm()
3270 if (point < data->auto_pwm_num) { in store_auto_temp()
3305 if (api > data->auto_pwm_num) in nct6775_pwm_is_visible()
3532 data->auto_pwm_num = 4; in nct6775_probe()
3608 data->auto_pwm_num = 4; in nct6775_probe()
3684 data->auto_pwm_num = 6; in nct6775_probe()
3760 data->auto_pwm_num = 4; in nct6775_probe()
3836 data->auto_pwm_num = 4; in nct6775_probe()
3922 data->auto_pwm_num = 4; in nct6775_probe()
[all …]
H A Dnct6775.h153 int auto_pwm_num; member