Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/hid/
H A Dhid-bigbenff.c179 u8 right_motor_on; /* right motor off/on 0/1 */ member
214 report_field->value[2] = bigben->right_motor_on; in bigben_worker()
229 u8 right_motor_on; in hid_bigben_play_effect() local
240 right_motor_on = effect->u.rumble.weak_magnitude ? 1 : 0; in hid_bigben_play_effect()
243 if (right_motor_on != bigben->right_motor_on || in hid_bigben_play_effect()
245 bigben->right_motor_on = right_motor_on; in hid_bigben_play_effect()
396 bigben->right_motor_on = 0; in bigben_probe()
H A Dhid-sony.c451 u8 right_motor_on; /* Right (small) motor on/off, only supports values of 0 or 1 (off/on) */ member
2092 report->rumble.right_motor_on = sc->right ? 1 : 0; in sixaxis_send_output_report()