Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/hwmon/
Damc6821.c463 u8 dpwm, in set_slope_register() argument
471 if (dt * (0x20 >> tmp) >= dpwm) in set_slope_register()
493 int dpwm; in temp_auto_point_temp_store() local
545 dpwm = data->pwm1_auto_point_pwm[2] - data->pwm1_auto_point_pwm[1]; in temp_auto_point_temp_store()
546 if (set_slope_register(client, reg, dpwm, ptemp)) in temp_auto_point_temp_store()
560 int dpwm; in pwm1_auto_point_pwm_store() local
574 dpwm = data->pwm1_auto_point_pwm[2] - data->pwm1_auto_point_pwm[1]; in pwm1_auto_point_pwm_store()
575 if (set_slope_register(client, AMC6821_REG_LTEMP_FAN_CTRL, dpwm, in pwm1_auto_point_pwm_store()
580 if (set_slope_register(client, AMC6821_REG_RTEMP_FAN_CTRL, dpwm, in pwm1_auto_point_pwm_store()
/Linux-v5.4/Documentation/devicetree/bindings/leds/backlight/
Dsky81452-backlight.txt13 - skyworks,dpwm-mode : Enable DPWM dimming mode, otherwise Analog dimming.