Lines Matching refs:status
50 u32 status;
109 /* status */
110 #define usbhsg_status_init(gp) do {(gp)->status = 0; } while (0)
111 #define usbhsg_status_set(gp, b) (gp->status |= b)
112 #define usbhsg_status_clr(gp, b) (gp->status &= ~b)
113 #define usbhsg_status_has(gp, b) (gp->status & b)
120 int status)
130 ureq->req.status = status;
138 int status)
145 __usbhsg_queue_pop(uep, ureq, status);
174 req->status = -EINPROGRESS;
299 * USB_TYPE_STANDARD / get status functions
312 unsigned short status)
334 /* recip data is status */
335 *buf = cpu_to_le16(status);
353 unsigned short status = 0;
356 status = 1 << USB_DEVICE_SELF_POWERED;
358 __usbhsg_recip_send_status(gpriv, status);
368 unsigned short status = 0;
370 __usbhsg_recip_send_status(gpriv, status);
381 unsigned short status = 0;
384 status = 1 << USB_ENDPOINT_HALT;
386 __usbhsg_recip_send_status(gpriv, status);
392 .name = "get status",
814 static int usbhsg_try_start(struct usbhs_priv *priv, u32 status)
826 usbhsg_status_set(gpriv, status);
873 static int usbhsg_try_stop(struct usbhs_priv *priv, u32 status)
885 usbhsg_status_clr(gpriv, status);