Home
last modified time | relevance | path

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

/linux/drivers/input/misc/
H A Dregulator-haptic.c60 u64 volt_mag_multi; in regulator_haptic_set_voltage() local
64 volt_mag_multi = (u64)(haptic->max_volt - haptic->min_volt) * magnitude; in regulator_haptic_set_voltage()
65 intensity = (unsigned int)(volt_mag_multi >> MAX_MAGNITUDE_SHIFT); in regulator_haptic_set_voltage()