Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/hid/usbhid/
H A Dhid-pidff.c406 struct ff_condition_effect *old_cond = &old->u.condition[i]; in pidff_needs_set_condition() local
408 ret |= cond->center != old_cond->center || in pidff_needs_set_condition()
409 cond->right_coeff != old_cond->right_coeff || in pidff_needs_set_condition()
410 cond->left_coeff != old_cond->left_coeff || in pidff_needs_set_condition()
411 cond->right_saturation != old_cond->right_saturation || in pidff_needs_set_condition()
412 cond->left_saturation != old_cond->left_saturation || in pidff_needs_set_condition()
413 cond->deadband != old_cond->deadband; in pidff_needs_set_condition()