Home
last modified time | relevance | path

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

/openbmc/linux/drivers/hid/
H A Dhid-nintendo.c1558 struct joycon_rumble_freq_data freq_data_high; in joycon_encode_rumble() local
1562 freq_data_high = joycon_find_rumble_freq(freq_high); in joycon_encode_rumble()
1565 data[0] = (freq_data_high.high >> 8) & 0xFF; in joycon_encode_rumble()
1566 data[1] = (freq_data_high.high & 0xFF) + amp_data.high; in joycon_encode_rumble()