Lines Matching refs:status
299 static void handle_usb_error(int status, const char *function,
643 static void handle_usb_error(int status, const char *function,
648 switch (status) {
682 explanation = "unknown status";
686 /* log a meaningful explanation of an USB status */
687 hso_dbg(0x1, "%s: received USB status - %s (%d)\n",
688 function, explanation, status);
743 int status = urb->status;
758 /* log status, but don't act on it, we don't need to resubmit anything
760 if (status)
761 handle_usb_error(status, __func__, odev->parent);
987 int status = urb->status;
990 if (status) {
991 handle_usb_error(status, __func__, odev->parent);
1180 int status = urb->status;
1183 hso_dbg(0x8, "--- Got serial_read_bulk callback %02x ---\n", status);
1190 if (status) {
1191 handle_usb_error(status, __func__, serial->parent);
1452 int status = urb->status;
1463 if (status) {
1464 handle_usb_error(status, __func__, serial->parent);
1840 int status = urb->status;
1850 /* status check */
1851 if (status) {
1852 handle_usb_error(status, __func__, NULL);
1855 hso_dbg(0x8, "--- Got intr callback 0x%02X ---\n", status);
1910 int status = urb->status;
1922 if (status) {
1923 handle_usb_error(status, __func__, serial->parent);
1962 int status = urb->status;
1972 if (status) {
1973 handle_usb_error(status, __func__, serial->parent);
1979 hso_dbg(0x8, "--- Got muxed ctrl callback 0x%02X ---\n", status);