Searched refs:dpwm (Results 1 - 2 of 2) sorted by relevance
/linux-4.1.27/drivers/hwmon/ |
H A D | amc6821.c | 496 u8 dpwm, set_slope_register() 504 if (dt * (0x20 >> tmp) >= dpwm) set_slope_register() 528 int dpwm; set_temp_auto_point_temp() local 580 dpwm = data->pwm1_auto_point_pwm[2] - data->pwm1_auto_point_pwm[1]; set_temp_auto_point_temp() 581 if (set_slope_register(client, reg, dpwm, ptemp)) set_temp_auto_point_temp() 597 int dpwm; set_pwm1_auto_point_pwm() local 611 dpwm = data->pwm1_auto_point_pwm[2] - data->pwm1_auto_point_pwm[1]; set_pwm1_auto_point_pwm() 612 if (set_slope_register(client, AMC6821_REG_LTEMP_FAN_CTRL, dpwm, set_pwm1_auto_point_pwm() 617 if (set_slope_register(client, AMC6821_REG_RTEMP_FAN_CTRL, dpwm, set_pwm1_auto_point_pwm() 494 set_slope_register(struct i2c_client *client, u8 reg, u8 dpwm, u8 *ptemp) set_slope_register() argument
|
/linux-4.1.27/drivers/video/backlight/ |
H A D | sky81452-backlight.c | 194 pdata->dpwm_mode = of_property_read_bool(np, "skyworks,dpwm-mode"); sky81452_bl_parse_dt()
|
Completed in 98 milliseconds