Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/hwmon/
Damc6821.c496 u8 dpwm, in set_slope_register() argument
504 if (dt * (0x20 >> tmp) >= dpwm) in set_slope_register()
528 int dpwm; in set_temp_auto_point_temp() local
580 dpwm = data->pwm1_auto_point_pwm[2] - data->pwm1_auto_point_pwm[1]; in set_temp_auto_point_temp()
581 if (set_slope_register(client, reg, dpwm, ptemp)) in set_temp_auto_point_temp()
597 int dpwm; in set_pwm1_auto_point_pwm() local
611 dpwm = data->pwm1_auto_point_pwm[2] - data->pwm1_auto_point_pwm[1]; in set_pwm1_auto_point_pwm()
612 if (set_slope_register(client, AMC6821_REG_LTEMP_FAN_CTRL, dpwm, in set_pwm1_auto_point_pwm()
617 if (set_slope_register(client, AMC6821_REG_RTEMP_FAN_CTRL, dpwm, in set_pwm1_auto_point_pwm()
/Linux-v4.19/Documentation/devicetree/bindings/leds/backlight/
Dsky81452-backlight.txt13 - skyworks,dpwm-mode : Enable DPWM dimming mode, otherwise Analog dimming.