Lines Matching full:stick
766 /* stick calibration parsing: note the order differs based on stick */ in joycon_read_stick_calibration()
814 const char *stick, int ret) in joycon_use_default_calibration() argument
817 "Failed to read %s stick cal, using defaults; e=%d\n", in joycon_use_default_calibration()
818 stick, ret); in joycon_use_default_calibration()
833 /* check if user stick calibrations are present */ in joycon_request_calibration()
836 hid_info(ctlr->hdev, "using user cal for left stick\n"); in joycon_request_calibration()
838 hid_info(ctlr->hdev, "using factory cal for left stick\n"); in joycon_request_calibration()
842 hid_info(ctlr->hdev, "using user cal for right stick\n"); in joycon_request_calibration()
844 hid_info(ctlr->hdev, "using factory cal for right stick\n"); in joycon_request_calibration()
847 /* read the left stick calibration data */ in joycon_request_calibration()
859 /* read the right stick calibration data */ in joycon_request_calibration()
1319 /* get raw stick values */ in joycon_parse_report()
1323 /* map the stick values */ in joycon_parse_report()
1375 /* get raw stick values */ in joycon_parse_report()
1379 /* map stick values */ in joycon_parse_report()
2162 hid_warn(hdev, "Analog stick positions may be inaccurate\n"); in joycon_init()