Lines Matching refs:status

185 		/* Endpoint used for input status */
752 if (this_urb->status == -EINPROGRESS) {
789 int status = urb->status;
793 if (status) {
794 dev_dbg(&urb->dev->dev, "%s - nonzero status %d on endpoint %x\n",
795 __func__, status, endpoint);
813 /* some bytes had errors, every byte has status */
882 int status = urb->status;
886 if (status) {
887 dev_dbg(&urb->dev->dev, "%s - nonzero status: %d\n",
888 __func__, status);
936 int status = urb->status;
946 if (status) {
947 dev_dbg(&urb->dev->dev, "%s - nonzero status %d on endpoint %x\n",
948 __func__, status, usb_pipeendpoint(urb->pipe));
970 } while (urb->status != -EINPROGRESS);
1001 int status = urb->status;
1005 if (status) {
1006 dev_dbg(&urb->dev->dev, "%s - nonzero status: %d\n",
1007 __func__, status);
1084 int status = urb->status;
1088 if (status) {
1089 dev_dbg(&urb->dev->dev, "%s - nonzero status: %d\n",
1090 __func__, status);
1140 int status = urb->status;
1144 if (status) {
1145 dev_dbg(&urb->dev->dev, "%s - nonzero status %d on endpoint %x\n",
1146 __func__, status, endpoint);
1158 /* some bytes had errors, every byte has status */
1192 int status = urb->status;
1196 if (status) {
1197 dev_dbg(&urb->dev->dev, "%s - nonzero status: %d\n",
1198 __func__, status);
1202 /* inbound data is in the form P#, len, status, data */
1226 * some bytes had errors, every byte has status
1269 int status = urb->status;
1273 if (status) {
1274 dev_dbg(&urb->dev->dev, "%s - nonzero status %d on endpoint %x\n",
1275 __func__, status, endpoint);
1302 /* some bytes had errors, every byte has status */
1342 int status = urb->status;
1346 if (status) {
1347 dev_dbg(&urb->dev->dev, "%s - nonzero status: %d\n",
1348 __func__, status);
1408 int status = urb->status;
1412 if (status) {
1413 dev_dbg(&urb->dev->dev, "%s - nonzero status: %d\n",
1414 __func__, status);
1499 if (this_urb->status != -EINPROGRESS)
1504 if (this_urb->status != -EINPROGRESS)
2078 if (this_urb->status == -EINPROGRESS) {
2219 if (this_urb->status == -EINPROGRESS) {
2346 if (this_urb->status == -EINPROGRESS) {
2515 if (this_urb->status == -EINPROGRESS) {
2648 if (this_urb->status == -EINPROGRESS) {