Home
last modified time | relevance | path

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

/linux/drivers/hid/
H A Dhid-nintendo.c1622 u16 raw_x; in joycon_report_left_stick() local
1627 raw_x = hid_field_extract(ctlr->hdev, rep->left_stick, 0, 12); in joycon_report_left_stick()
1630 x = joycon_map_stick_val(&ctlr->left_stick_cal_x, raw_x); in joycon_report_left_stick()
1640 u16 raw_x; in joycon_report_right_stick() local
1645 raw_x = hid_field_extract(ctlr->hdev, rep->right_stick, 0, 12); in joycon_report_right_stick()
1648 x = joycon_map_stick_val(&ctlr->right_stick_cal_x, raw_x); in joycon_report_right_stick()