Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/hid/
H A Dhid-nintendo.c111 struct joycon_stick_cal { struct
199 struct joycon_stick_cal left_stick_cal_x;
200 struct joycon_stick_cal left_stick_cal_y;
201 struct joycon_stick_cal right_stick_cal_x;
202 struct joycon_stick_cal right_stick_cal_y;
299 struct joycon_stick_cal *cal_x; in joycon_request_calibration()
300 struct joycon_stick_cal *cal_y; in joycon_request_calibration()
412 static s32 joycon_map_stick_val(struct joycon_stick_cal *cal, s32 val) in joycon_map_stick_val()