Lines Matching refs:magnitude
36 unsigned int magnitude; member
61 unsigned int magnitude) in regulator_haptic_set_voltage() argument
67 volt_mag_multi = (u64)(haptic->max_volt - haptic->min_volt) * magnitude; in regulator_haptic_set_voltage()
79 regulator_haptic_toggle(haptic, !!magnitude); in regulator_haptic_set_voltage()
92 regulator_haptic_set_voltage(haptic, haptic->magnitude); in regulator_haptic_work()
102 haptic->magnitude = effect->u.rumble.strong_magnitude; in regulator_haptic_play_effect()
103 if (!haptic->magnitude) in regulator_haptic_play_effect()
104 haptic->magnitude = effect->u.rumble.weak_magnitude; in regulator_haptic_play_effect()
230 unsigned int magnitude; in regulator_haptic_resume() local
236 magnitude = READ_ONCE(haptic->magnitude); in regulator_haptic_resume()
237 if (magnitude) in regulator_haptic_resume()
238 regulator_haptic_set_voltage(haptic, magnitude); in regulator_haptic_resume()