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

/linux-master/drivers/hid/
H A Dhid-bigbenff.c180 u8 right_motor_on; /* right motor off/on 0/1 */ member in struct:bigben_device
247 report_field->value[2] = bigben->right_motor_on;
271 u8 right_motor_on; local
283 right_motor_on = effect->u.rumble.weak_magnitude ? 1 : 0;
286 if (right_motor_on != bigben->right_motor_on ||
289 bigben->right_motor_on = right_motor_on;
452 bigben->right_motor_on = 0;
H A Dhid-sony.c439 u8 right_motor_on; /* Right (small) motor on/off, only supports values of 0 or 1 (off/on) */ member in struct:sixaxis_rumble
1486 report->rumble.right_motor_on = sc->right ? 1 : 0;

Completed in 131 milliseconds