Searched refs:right_saturation (Results 1 - 4 of 4) sorted by relevance

/linux-master/drivers/input/joystick/iforce/
H A Diforce-ff.c195 ret |= old->u.condition[i].right_saturation != new->u.condition[i].right_saturation
484 effect->u.condition[0].right_saturation,
496 effect->u.condition[1].right_saturation,
/linux-master/include/uapi/linux/
H A Dinput.h368 * @right_saturation: maximum level when joystick moved all way to the right
377 __u16 right_saturation; member in struct:ff_condition_effect
/linux-master/drivers/hid/usbhid/
H A Dhid-pidff.c385 effect->u.condition[i].right_saturation);
411 cond->right_saturation != old_cond->right_saturation ||
/linux-master/drivers/hid/
H A Dhid-logitech-hidpp.c2694 params[16] = effect->u.condition[0].right_saturation >> 9;
2695 params[17] = (effect->u.condition[0].right_saturation >> 1) & 255;
2702 effect->u.condition[0].right_saturation);

Completed in 222 milliseconds