Searched refs:joycon_map_stick_val (Results 1 – 1 of 1) sorted by relevance
1324 static s32 joycon_map_stick_val(struct joycon_stick_cal *cal, s32 val) in joycon_map_stick_val() function1633 x = joycon_map_stick_val(&ctlr->left_stick_cal_x, raw_x); in joycon_report_left_stick()1634 y = -joycon_map_stick_val(&ctlr->left_stick_cal_y, raw_y); in joycon_report_left_stick()1651 x = joycon_map_stick_val(&ctlr->right_stick_cal_x, raw_x); in joycon_report_right_stick()1652 y = -joycon_map_stick_val(&ctlr->right_stick_cal_y, raw_y); in joycon_report_right_stick()