Lines Matching refs:status
28 * status of a command.
119 int status;
143 status = usb_submit_urb(us->current_urb, GFP_NOIO);
144 if (status) {
146 return status;
177 /* return the URB status */
178 return us->current_urb->status;
189 int status;
205 status = usb_stor_msg_common(us, timeout);
208 if (status == 0)
209 status = us->current_urb->actual_length;
210 return status;
216 * doesn't read the status from the device -- this is because some devices
217 * crash their internal firmware when the status is requested after a halt.
222 * MacOS nor Windows checks the status after clearing a halt.
253 * non-control endpoints, and translates the status to the corresponding
450 result = us->current_sg.status;
649 * of determining status on its own, we will auto-sense
837 * the command completion status, and often devices
838 * return Check Condition status when nothing is
1007 * NOTE: CB does not have a status stage. Silly, I know. So
1190 * and go directly to the status phase without sending a
1219 /* get CSW for device status */
1238 /* get the status again */
1245 usb_stor_dbg(us, "Bulk status result = %d\n", result);
1250 /* check bulk status */
1303 /* based on the status code, we report good or bad */