Lines Matching refs:status
392 int status = urb->status;
400 if (status)
401 dev_dbg(&port->dev, "%s - nonzero write bulk status "
402 "received: %d\n", __func__, status);
495 "with status = %d\n", __func__, retval);
529 int status = urb->status;
534 if (status) {
535 dev_dbg(&port->dev, "%s: nonzero status: %d on"
536 " endpoint %02x\n", __func__, status, endpoint);
552 if (status != -ESHUTDOWN && status != -EPERM) {
564 int status = urb->status;
572 if (status == 0) {
604 dev_dbg(&port->dev, "%s: error %d\n", __func__, status);
607 if (status != -ESHUTDOWN && status != -ENOENT) {