Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/hid/
Dhid-sony.c453 u8 right_motor_on; /* Right (small) motor on/off, only supports values of 0 or 1 (off/on) */ member
2071 report->rumble.right_motor_on = sc->right ? 1 : 0; in sixaxis_send_output_report()