Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/hwmon/
Dnct6775-core.c1452 if (!data->REG_WEIGHT_TEMP_SEL[i]) in nct6775_update_pwm()
1455 err = nct6775_read_value(data, data->REG_WEIGHT_TEMP_SEL[i], &reg); in nct6775_update_pwm()
2824 err = nct6775_read_value(data, data->REG_WEIGHT_TEMP_SEL[nr], &reg); in store_pwm_weight_temp_sel()
2829 err = nct6775_write_value(data, data->REG_WEIGHT_TEMP_SEL[nr], reg); in store_pwm_weight_temp_sel()
2832 err = nct6775_read_value(data, data->REG_WEIGHT_TEMP_SEL[nr], &reg); in store_pwm_weight_temp_sel()
2836 err = nct6775_write_value(data, data->REG_WEIGHT_TEMP_SEL[nr], reg); in store_pwm_weight_temp_sel()
3282 if (!data->REG_WEIGHT_TEMP_SEL[pwm]) in nct6775_pwm_is_visible()
3568 data->REG_WEIGHT_TEMP_SEL = NCT6106_REG_WEIGHT_TEMP_SEL; in nct6775_probe()
3643 data->REG_WEIGHT_TEMP_SEL = NCT6106_REG_WEIGHT_TEMP_SEL; in nct6775_probe()
3722 data->REG_WEIGHT_TEMP_SEL = NCT6775_REG_WEIGHT_TEMP_SEL; in nct6775_probe()
[all …]
Dnct6775.h81 const u16 *REG_WEIGHT_TEMP_SEL; member