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

/linux-4.1.27/drivers/hid/usbhid/
H A Dhid-pidff.c418 struct ff_condition_effect *old_cond = &old->u.condition[i]; pidff_needs_set_condition() local
420 ret |= cond->center != old_cond->center || pidff_needs_set_condition()
421 cond->right_coeff != old_cond->right_coeff || pidff_needs_set_condition()
422 cond->left_coeff != old_cond->left_coeff || pidff_needs_set_condition()
423 cond->right_saturation != old_cond->right_saturation || pidff_needs_set_condition()
424 cond->left_saturation != old_cond->left_saturation || pidff_needs_set_condition()
425 cond->deadband != old_cond->deadband; pidff_needs_set_condition()

Completed in 63 milliseconds