Searched refs:period_mag_multi (Results 1 - 2 of 2) sorted by relevance

/linux-4.1.27/drivers/input/misc/
H A Dmax77693-haptic.c197 u64 period_mag_multi; max77693_haptic_play_effect() local
208 period_mag_multi = (u64)haptic->pwm_dev->period * haptic->magnitude; max77693_haptic_play_effect()
209 haptic->pwm_duty = (unsigned int)(period_mag_multi >> max77693_haptic_play_effect()
H A Dmax77843-haptic.c194 u64 period_mag_multi; max77843_haptic_play_effect() local
200 period_mag_multi = (u64)haptic->pwm_dev->period * haptic->magnitude; max77843_haptic_play_effect()
201 haptic->pwm_duty = (unsigned int)(period_mag_multi >> max77843_haptic_play_effect()

Completed in 74 milliseconds