Searched refs:strong_magnitude (Results 1 - 25 of 40) sorted by path

12

/linux-master/drivers/hid/
H A Dhid-pl.c54 left = effect->u.rumble.strong_magnitude;
H A Dhid-sjoy.c36 left = effect->u.rumble.strong_magnitude;
H A Dhid-axff.c40 left = effect->u.rumble.strong_magnitude;
H A Dhid-betopff.c44 left = effect->u.rumble.strong_magnitude;
H A Dhid-bigbenff.c284 left_motor_force = effect->u.rumble.strong_magnitude / 256;
H A Dhid-dr.c38 strong = effect->u.rumble.strong_magnitude;
H A Dhid-emsff.c30 strong = effect->u.rumble.strong_magnitude;
H A Dhid-gaff.c36 left = effect->u.rumble.strong_magnitude;
H A Dhid-google-stadiaff.c22 uint16_t strong_magnitude; member in struct:stadiaff_device
35 rumble_field->value[0] = stadiaff->strong_magnitude;
51 stadiaff->strong_magnitude = effect->u.rumble.strong_magnitude;
H A Dhid-holtekff.c100 left = effect->u.rumble.strong_magnitude;
H A Dhid-lg2ff.c29 strong = effect->u.rumble.strong_magnitude;
H A Dhid-lgff.c82 right = effect->u.rumble.strong_magnitude;
H A Dhid-megaworld.c30 *mwctrl->strong = effect->u.rumble.strong_magnitude >> 8;
H A Dhid-mf.c40 strong = effect->u.rumble.strong_magnitude;
H A Dhid-microsoft.c319 ms->strong = ((u32) effect->u.rumble.strong_magnitude * 100) / U16_MAX;
H A Dhid-nintendo.c2001 effect->u.rumble.strong_magnitude,
H A Dhid-nvidia-shield.c411 motors.motor_left = effect->u.rumble.strong_magnitude / 2047;
H A Dhid-playstation.c1503 ds->motor_left = effect->u.rumble.strong_magnitude / 256;
2463 ds4->motor_left = effect->u.rumble.strong_magnitude / 256;
H A Dhid-sony.c1591 sc->left = effect->u.rumble.strong_magnitude / 256;
H A Dhid-steam.c548 steam->rumble_left = effect->u.rumble.strong_magnitude;
H A Dhid-tmff.c101 right = tmff_scale_u16(effect->u.rumble.strong_magnitude,
H A Dhid-wiimote-modules.c142 if (eff->u.rumble.strong_magnitude || eff->u.rumble.weak_magnitude)
1800 if (eff->u.rumble.strong_magnitude || eff->u.rumble.weak_magnitude)
H A Dhid-zpff.c38 left = effect->u.rumble.strong_magnitude;
/linux-master/drivers/input/misc/
H A Darizona-haptics.c119 if (effect->u.rumble.strong_magnitude) {
123 effect->u.rumble.strong_magnitude >> 9;
128 effect->u.rumble.strong_magnitude >> 8;
/linux-master/drivers/input/
H A Dff-core.c61 magnitude = effect->u.rumble.strong_magnitude / 3 +

Completed in 394 milliseconds

12