Searched refs:joycon_map_stick_val (Results 1 – 1 of 1) sorted by relevance
1321 static s32 joycon_map_stick_val(struct joycon_stick_cal *cal, s32 val) in joycon_map_stick_val() function1630 x = joycon_map_stick_val(&ctlr->left_stick_cal_x, raw_x); in joycon_report_left_stick()1631 y = -joycon_map_stick_val(&ctlr->left_stick_cal_y, raw_y); in joycon_report_left_stick()1648 x = joycon_map_stick_val(&ctlr->right_stick_cal_x, raw_x); in joycon_report_right_stick()1649 y = -joycon_map_stick_val(&ctlr->right_stick_cal_y, raw_y); in joycon_report_right_stick()