Lines Matching refs:magnitude
33 unsigned int magnitude; member
58 unsigned int magnitude) in regulator_haptic_set_voltage() argument
64 volt_mag_multi = (u64)(haptic->max_volt - haptic->min_volt) * magnitude; in regulator_haptic_set_voltage()
76 regulator_haptic_toggle(haptic, !!magnitude); in regulator_haptic_set_voltage()
89 regulator_haptic_set_voltage(haptic, haptic->magnitude); in regulator_haptic_work()
99 haptic->magnitude = effect->u.rumble.strong_magnitude; in regulator_haptic_play_effect()
100 if (!haptic->magnitude) in regulator_haptic_play_effect()
101 haptic->magnitude = effect->u.rumble.weak_magnitude; in regulator_haptic_play_effect()
227 unsigned int magnitude; in regulator_haptic_resume() local
233 magnitude = READ_ONCE(haptic->magnitude); in regulator_haptic_resume()
234 if (magnitude) in regulator_haptic_resume()
235 regulator_haptic_set_voltage(haptic, magnitude); in regulator_haptic_resume()