Home
last modified time | relevance | path

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

/linux/drivers/hwmon/
H A Dpwm-fan.c242 static int set_pwm(struct pwm_fan_ctx *ctx, unsigned long pwm) in set_pwm() function
321 ret = set_pwm(ctx, val); in pwm_fan_write()
426 ret = set_pwm(ctx, ctx->pwm_fan_cooling_levels[state]); in pwm_fan_set_cur_state()
568 ret = set_pwm(ctx, initial_pwm); in pwm_fan_probe()
717 return set_pwm(ctx, ctx->pwm_value); in pwm_fan_resume()
H A Dcorsair-cpro.c192 static int set_pwm(struct ccp_device *ccp, int channel, long val) in set_pwm() function
326 return set_pwm(ccp, channel, val); in ccp_write()
H A Dnzxt-smart2.c464 static int set_pwm(struct drvdata *drvdata, int channel, long val) in set_pwm() function
613 return set_pwm(drvdata, channel, val); in nzxt_smart2_hwmon_write()
/linux/include/linux/platform_data/
H A Ddmtimer-omap.h36 int (*set_pwm)(struct omap_dm_timer *timer, int def_on, member