Home
last modified time | relevance | path

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

/openbmc/linux/drivers/hid/
H A Dhid-nintendo.c1596 static int joycon_set_rumble(struct joycon_ctlr *ctlr, u16 amp_r, u16 amp_l, in joycon_set_rumble() argument
1614 if (amp_l != 0 || amp_r != 0) in joycon_set_rumble()
1623 amp = amp_l * (u32)joycon_max_rumble_amp / 65535; in joycon_set_rumble()