Home
last modified time | relevance | path

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

/openbmc/linux/drivers/hid/
H A Dhid-nintendo.c1032 static s32 joycon_map_stick_val(struct joycon_stick_cal *cal, s32 val) in joycon_map_stick_val() function
1337 x = joycon_map_stick_val(&ctlr->left_stick_cal_x, raw_x); in joycon_parse_report()
1338 y = -joycon_map_stick_val(&ctlr->left_stick_cal_y, raw_y); in joycon_parse_report()
1393 x = joycon_map_stick_val(&ctlr->right_stick_cal_x, raw_x); in joycon_parse_report()
1394 y = -joycon_map_stick_val(&ctlr->right_stick_cal_y, raw_y); in joycon_parse_report()