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

/linux-master/drivers/hid/
H A Dhid-nintendo.c1899 static void joycon_encode_rumble(u8 *data, u16 freq_low, u16 freq_high, u16 amp) function
1964 joycon_encode_rumble(data + 4, freq_r_low, freq_r_high, amp);
1968 joycon_encode_rumble(data, freq_l_low, freq_l_high, amp);

Completed in 105 milliseconds