Searched defs:ff_condition_effect (Results 1 – 4 of 4) sorted by relevance
366 struct ff_condition_effect { struct367 uint16_t right_saturation;368 uint16_t left_saturation;370 int16_t right_coeff;371 int16_t left_coeff;373 uint16_t deadband;374 int16_t center;
370 struct ff_condition_effect { struct371 __u16 right_saturation;372 __u16 left_saturation;374 __s16 right_coeff;375 __s16 left_coeff;377 __u16 deadband;378 __s16 center;
365 struct ff_condition_effect { struct366 __u16 right_saturation;367 __u16 left_saturation;369 __s16 right_coeff;370 __s16 left_coeff;372 __u16 deadband;373 __s16 center;
65366 struct ff_condition_effect { struct65367 __u16 right_saturation;65368 __u16 left_saturation;65369 __s16 right_coeff;65370 __s16 left_coeff;65371 __u16 deadband;65372 __s16 center;