Home
last modified time | relevance | path

Searched refs:REG_PWM (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/drivers/hwmon/
Dnct6775.c1010 const u16 *REG_PWM[7]; /* [0]=pwm, [1]=pwm_start, [2]=pwm_floor, member
1533 for (j = 0; j < ARRAY_SIZE(data->REG_PWM); j++) { in nct6775_update_pwm()
1534 if (data->REG_PWM[j] && data->REG_PWM[j][i]) { in nct6775_update_pwm()
1537 data->REG_PWM[j][i]); in nct6775_update_pwm()
2500 nct6775_write_value(data, data->REG_PWM[index][nr], val); in store_pwm()
2615 nct6775_write_value(data, data->REG_PWM[0][nr], 255); in store_pwm_enable()
3152 if (nr == 19 && data->REG_PWM[3] == NULL) /* pwm_max */ in nct6775_pwm_is_visible()
3154 if (nr == 20 && data->REG_PWM[4] == NULL) /* pwm_step */ in nct6775_pwm_is_visible()
3156 if (nr == 21 && data->REG_PWM[6] == NULL) /* weight_duty_base */ in nct6775_pwm_is_visible()
3676 data->REG_PWM[0] = NCT6106_REG_PWM; in nct6775_probe()
[all …]
Dnct7802.c56 #define REG_PWM(x) (0x60 + (x)) macro
836 REG_PWM(0));
838 REG_PWM(1));
840 REG_PWM(2));
1072 (reg >= REG_PWM(0) && reg <= REG_PWM(2)); in nct7802_regmap_is_volatile()
Dw83627ehf.c444 const u16 *REG_PWM; member
757 data->pwm[i] = w83627ehf_read_value(data, data->REG_PWM[i]); in nct6775_update_pwm()
781 data->pwm[i] = w83627ehf_read_value(data, data->REG_PWM[i]); in w83627ehf_update_pwm()
1447 w83627ehf_write_value(data, data->REG_PWM[nr], val); in store_pwm()
2295 data->REG_PWM = NCT6775_REG_PWM; in w83627ehf_probe()
2308 data->REG_PWM = NCT6775_REG_PWM; in w83627ehf_probe()
2319 data->REG_PWM = W83627EHF_REG_PWM; in w83627ehf_probe()
2334 data->REG_PWM = W83627EHF_REG_PWM; in w83627ehf_probe()
/Linux-v4.19/drivers/gpu/drm/panel/
Dpanel-raspberrypi-touchscreen.c72 REG_PWM, enumerator
259 rpi_touchscreen_i2c_write(ts, REG_PWM, 0); in rpi_touchscreen_disable()
303 rpi_touchscreen_i2c_write(ts, REG_PWM, 255); in rpi_touchscreen_enable()