Home
last modified time | relevance | path

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

/linux/drivers/hid/
H A Dhid-nintendo.c594 struct joycon_stick_cal left_stick_cal_y; member
1138 &ctlr->left_stick_cal_y, in joycon_request_calibration()
1144 &ctlr->left_stick_cal_y, in joycon_request_calibration()
1167 ctlr->left_stick_cal_y.center, in joycon_request_calibration()
1168 ctlr->left_stick_cal_y.max, in joycon_request_calibration()
1169 ctlr->left_stick_cal_y.min, in joycon_request_calibration()
1630 y = -joycon_map_stick_val(&ctlr->left_stick_cal_y, raw_y); in joycon_report_left_stick()