Lines Matching refs:explanation
671 char *explanation; in handle_usb_error() local
675 explanation = "no device"; in handle_usb_error()
678 explanation = "endpoint not enabled"; in handle_usb_error()
681 explanation = "endpoint stalled"; in handle_usb_error()
684 explanation = "not enough bandwidth"; in handle_usb_error()
687 explanation = "device disabled"; in handle_usb_error()
690 explanation = "device suspended"; in handle_usb_error()
696 explanation = "internal error"; in handle_usb_error()
702 explanation = "protocol error"; in handle_usb_error()
707 explanation = "unknown status"; in handle_usb_error()
712 D1("%s: received USB status - %s (%d)", function, explanation, status); in handle_usb_error()