right_motor_on 179 drivers/hid/hid-bigbenff.c u8 right_motor_on; /* right motor off/on 0/1 */ right_motor_on 214 drivers/hid/hid-bigbenff.c report_field->value[2] = bigben->right_motor_on; right_motor_on 229 drivers/hid/hid-bigbenff.c u8 right_motor_on; right_motor_on 240 drivers/hid/hid-bigbenff.c right_motor_on = effect->u.rumble.weak_magnitude ? 1 : 0; right_motor_on 243 drivers/hid/hid-bigbenff.c if (right_motor_on != bigben->right_motor_on || right_motor_on 245 drivers/hid/hid-bigbenff.c bigben->right_motor_on = right_motor_on; right_motor_on 390 drivers/hid/hid-bigbenff.c bigben->right_motor_on = 0; right_motor_on 451 drivers/hid/hid-sony.c u8 right_motor_on; /* Right (small) motor on/off, only supports values of 0 or 1 (off/on) */ right_motor_on 2092 drivers/hid/hid-sony.c report->rumble.right_motor_on = sc->right ? 1 : 0;