Lines Matching refs:status
299 static void handle_usb_error(int status, const char *function,
642 static void handle_usb_error(int status, const char *function,
647 switch (status) {
681 explanation = "unknown status";
685 /* log a meaningful explanation of an USB status */
686 hso_dbg(0x1, "%s: received USB status - %s (%d)\n",
687 function, explanation, status);
742 int status = urb->status;
757 /* log status, but don't act on it, we don't need to resubmit anything
759 if (status)
760 handle_usb_error(status, __func__, odev->parent);
986 int status = urb->status;
989 if (status) {
990 handle_usb_error(status, __func__, odev->parent);
1178 int status = urb->status;
1181 hso_dbg(0x8, "--- Got serial_read_bulk callback %02x ---\n", status);
1188 if (status) {
1189 handle_usb_error(status, __func__, serial->parent);
1445 int status = urb->status;
1456 if (status) {
1457 handle_usb_error(status, __func__, serial->parent);
1833 int status = urb->status;
1843 /* status check */
1844 if (status) {
1845 handle_usb_error(status, __func__, NULL);
1848 hso_dbg(0x8, "--- Got intr callback 0x%02X ---\n", status);
1903 int status = urb->status;
1915 if (status) {
1916 handle_usb_error(status, __func__, serial->parent);
1955 int status = urb->status;
1965 if (status) {
1966 handle_usb_error(status, __func__, serial->parent);
1972 hso_dbg(0x8, "--- Got muxed ctrl callback 0x%02X ---\n", status);