Home
last modified time | relevance | path

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

/linux/drivers/hid/
H A Dhid-nintendo.c325 struct joycon_stick_cal { struct
593 struct joycon_stick_cal left_stick_cal_x;
594 struct joycon_stick_cal left_stick_cal_y;
595 struct joycon_stick_cal right_stick_cal_x;
596 struct joycon_stick_cal right_stick_cal_y;
1038 struct joycon_stick_cal *cal_x, in joycon_read_stick_calibration()
1039 struct joycon_stick_cal *cal_y, in joycon_read_stick_calibration()
1100 struct joycon_stick_cal *cal_x, in joycon_use_default_calibration()
1101 struct joycon_stick_cal *cal_y, in joycon_use_default_calibration()
1320 static s32 joycon_map_stick_val(struct joycon_stick_cal *cal, s32 val) in joycon_map_stick_val()