Lines Matching defs:status
41 struct m66592_request *req, int status);
706 struct m66592_request *req, int status)
721 req->req.status = -ESHUTDOWN;
723 req->req.status = status;
852 req->req.status = -EPIPE;
894 static void irq_pipe_ready(struct m66592 *m66592, u16 status, u16 enb)
901 if ((status & M66592_BRDY0) && (enb & M66592_BRDY0)) {
912 if ((status & check) && (enb & check)) {
926 static void irq_pipe_empty(struct m66592 *m66592, u16 status, u16 enb)
934 if ((status & M66592_BEMP0) && (enb & M66592_BEMP0)) {
943 if ((status & check) && (enb & check)) {
968 u16 status = 0;
973 status = 1 << USB_DEVICE_SELF_POWERED;
976 status = 0;
982 status = 1 << USB_ENDPOINT_HALT;
984 status = 0;
991 m66592->ep0_data = cpu_to_le16(status);
1047 /* Wait for the completion of status stage */
1371 req->req.status = -EINPROGRESS;