Lines Matching refs:explanation
647 char *explanation; in handle_usb_error() local
651 explanation = "no device"; in handle_usb_error()
654 explanation = "endpoint not enabled"; in handle_usb_error()
657 explanation = "endpoint stalled"; in handle_usb_error()
660 explanation = "not enough bandwidth"; in handle_usb_error()
663 explanation = "device disabled"; in handle_usb_error()
666 explanation = "device suspended"; in handle_usb_error()
672 explanation = "internal error"; in handle_usb_error()
678 explanation = "protocol error"; in handle_usb_error()
683 explanation = "unknown status"; in handle_usb_error()
689 function, explanation, status); in handle_usb_error()