Lines Matching full:magnitude
34 unsigned int magnitude; member
59 unsigned int magnitude) in regulator_haptic_set_voltage() argument
65 volt_mag_multi = (u64)(haptic->max_volt - haptic->min_volt) * magnitude; in regulator_haptic_set_voltage()
77 regulator_haptic_toggle(haptic, !!magnitude); in regulator_haptic_set_voltage()
90 regulator_haptic_set_voltage(haptic, haptic->magnitude); in regulator_haptic_work()
98 haptic->magnitude = effect->u.rumble.strong_magnitude; in regulator_haptic_play_effect()
99 if (!haptic->magnitude) in regulator_haptic_play_effect()
100 haptic->magnitude = effect->u.rumble.weak_magnitude; in regulator_haptic_play_effect()
222 unsigned int magnitude; in regulator_haptic_resume() local
228 magnitude = READ_ONCE(haptic->magnitude); in regulator_haptic_resume()
229 if (magnitude) in regulator_haptic_resume()
230 regulator_haptic_set_voltage(haptic, magnitude); in regulator_haptic_resume()