Home
last modified time | relevance | path

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

/linux/drivers/hid/
H A Dhid-nintendo.c1623 u16 raw_y; in joycon_report_left_stick() local
1628 raw_y = hid_field_extract(ctlr->hdev, rep->left_stick + 1, 4, 12); in joycon_report_left_stick()
1631 y = -joycon_map_stick_val(&ctlr->left_stick_cal_y, raw_y); in joycon_report_left_stick()
1641 u16 raw_y; in joycon_report_right_stick() local
1646 raw_y = hid_field_extract(ctlr->hdev, rep->right_stick + 1, 4, 12); in joycon_report_right_stick()
1649 y = -joycon_map_stick_val(&ctlr->right_stick_cal_y, raw_y); in joycon_report_right_stick()