Lines Matching full:stick
729 /* stick calibration parsing: note the order differs based on stick */ in joycon_read_stick_calibration()
777 const char *stick, int ret) in joycon_use_default_calibration() argument
780 "Failed to read %s stick cal, using defaults; e=%d\n", in joycon_use_default_calibration()
781 stick, ret); in joycon_use_default_calibration()
796 /* check if user stick calibrations are present */ in joycon_request_calibration()
799 hid_info(ctlr->hdev, "using user cal for left stick\n"); in joycon_request_calibration()
801 hid_info(ctlr->hdev, "using factory cal for left stick\n"); in joycon_request_calibration()
805 hid_info(ctlr->hdev, "using user cal for right stick\n"); in joycon_request_calibration()
807 hid_info(ctlr->hdev, "using factory cal for right stick\n"); in joycon_request_calibration()
810 /* read the left stick calibration data */ in joycon_request_calibration()
822 /* read the right stick calibration data */ in joycon_request_calibration()
1281 /* get raw stick values */ in joycon_parse_report()
1285 /* map the stick values */ in joycon_parse_report()
1337 /* get raw stick values */ in joycon_parse_report()
1341 /* map stick values */ in joycon_parse_report()
2210 hid_warn(hdev, "Analog stick positions may be inaccurate\n"); in nintendo_hid_probe()