Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/hid/
Dhid-sony.c782 __u8 right_motor_on; /* Right (small) motor on/off, only supports values of 0 or 1 (off/on) */ member
1544 report->rumble.right_motor_on = sc->right ? 1 : 0; in sixaxis_state_worker()