Home
last modified time | relevance | path

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

/openbmc/linux/drivers/hid/
H A Dhid-nintendo.c313 struct joycon_stick_cal { struct
441 struct joycon_stick_cal left_stick_cal_x;
442 struct joycon_stick_cal left_stick_cal_y;
443 struct joycon_stick_cal right_stick_cal_x;
444 struct joycon_stick_cal right_stick_cal_y;
750 struct joycon_stick_cal *cal_x, in joycon_read_stick_calibration()
751 struct joycon_stick_cal *cal_y, in joycon_read_stick_calibration()
812 struct joycon_stick_cal *cal_x, in joycon_use_default_calibration()
813 struct joycon_stick_cal *cal_y, in joycon_use_default_calibration()
1032 static s32 joycon_map_stick_val(struct joycon_stick_cal *cal, s32 val) in joycon_map_stick_val()