Searched refs:joycon_map_stick_val (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/hid/
H A Dhid-nintendo.c1352 static s32 joycon_map_stick_val(struct joycon_stick_cal *cal, s32 val) function
1661 x = joycon_map_stick_val(&ctlr->left_stick_cal_x, raw_x);
1662 y = -joycon_map_stick_val(&ctlr->left_stick_cal_y, raw_y);
1679 x = joycon_map_stick_val(&ctlr->right_stick_cal_x, raw_x);
1680 y = -joycon_map_stick_val(&ctlr->right_stick_cal_y, raw_y);

Completed in 89 milliseconds