Searched refs:REG_WEIGHT_TEMP_SEL (Results 1 – 2 of 2) sorted by relevance
/linux/drivers/hwmon/ |
H A D | nct6775-core.c | 1452 if (!data->REG_WEIGHT_TEMP_SEL[i]) in nct6775_update_pwm() 1455 err = nct6775_read_value(data, data->REG_WEIGHT_TEMP_SEL[i], ®); in nct6775_update_pwm() 2835 err = nct6775_read_value(data, data->REG_WEIGHT_TEMP_SEL[nr], ®); in store_pwm_weight_temp_sel() 2840 err = nct6775_write_value(data, data->REG_WEIGHT_TEMP_SEL[nr], reg); in store_pwm_weight_temp_sel() 2843 err = nct6775_read_value(data, data->REG_WEIGHT_TEMP_SEL[nr], ®); in store_pwm_weight_temp_sel() 2847 err = nct6775_write_value(data, data->REG_WEIGHT_TEMP_SEL[nr], reg); in store_pwm_weight_temp_sel() 3292 if (!data->REG_WEIGHT_TEMP_SEL[pwm]) in nct6775_pwm_is_visible() 3579 data->REG_WEIGHT_TEMP_SEL = NCT6106_REG_WEIGHT_TEMP_SEL; in nct6775_probe() 3655 data->REG_WEIGHT_TEMP_SEL = NCT6106_REG_WEIGHT_TEMP_SEL; in nct6775_probe() 3735 data->REG_WEIGHT_TEMP_SEL = NCT6775_REG_WEIGHT_TEMP_SEL; in nct6775_probe() [all …]
|
H A D | nct6775.h | 81 const u16 *REG_WEIGHT_TEMP_SEL; member
|