Lines Matching refs:explanation
661 char *explanation; in handle_usb_error() local
665 explanation = "no device"; in handle_usb_error()
668 explanation = "endpoint not enabled"; in handle_usb_error()
671 explanation = "endpoint stalled"; in handle_usb_error()
674 explanation = "not enough bandwidth"; in handle_usb_error()
677 explanation = "device disabled"; in handle_usb_error()
680 explanation = "device suspended"; in handle_usb_error()
686 explanation = "internal error"; in handle_usb_error()
692 explanation = "protocol error"; in handle_usb_error()
697 explanation = "unknown status"; in handle_usb_error()
703 function, explanation, status); in handle_usb_error()