Lines Matching defs:msg_ep
177 struct xillyusb_endpoint *msg_ep;
554 if (xdev->msg_ep)
555 endpoint_dealloc(xdev->msg_ep);
610 wake_up_interruptible(&xdev->msg_ep->fifo.waitq);
1074 struct xillyusb_endpoint *ep = xdev->msg_ep;
1909 xdev->msg_ep = endpoint_alloc(xdev, MSG_EP_NUM | USB_DIR_OUT,
1911 if (!xdev->msg_ep)
1914 if (fifo_init(&xdev->msg_ep->fifo, 13)) /* 8 kiB */
1917 xdev->msg_ep->fill_mask = -8; /* 8 bytes granularity */
1929 endpoint_dealloc(xdev->msg_ep); /* Also frees FIFO mem if allocated */
1930 xdev->msg_ep = NULL;
2173 endpoint_quiesce(xdev->msg_ep);
2184 struct xillyusb_endpoint *msg_ep = xdev->msg_ep;
2185 struct xillyfifo *fifo = &msg_ep->fifo;
2196 msg_ep->wake_on_drain = true;
2207 msg_ep->drained || xdev->error,
2238 endpoint_quiesce(xdev->msg_ep);