Home
last modified time | relevance | path

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

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