Lines Matching refs:msg_ep
177 struct xillyusb_endpoint *msg_ep; member
546 if (xdev->msg_ep) in cleanup_dev()
547 endpoint_dealloc(xdev->msg_ep); in cleanup_dev()
601 wake_up_interruptible(&xdev->msg_ep->fifo.waitq); in wakeup_all()
1065 struct xillyusb_endpoint *ep = xdev->msg_ep; in xillyusb_send_opcode()
1894 xdev->msg_ep = endpoint_alloc(xdev, MSG_EP_NUM | USB_DIR_OUT, in xillyusb_setup_base_eps()
1896 if (!xdev->msg_ep) in xillyusb_setup_base_eps()
1899 if (fifo_init(&xdev->msg_ep->fifo, 13)) /* 8 kiB */ in xillyusb_setup_base_eps()
1902 xdev->msg_ep->fill_mask = -8; /* 8 bytes granularity */ in xillyusb_setup_base_eps()
1914 endpoint_dealloc(xdev->msg_ep); /* Also frees FIFO mem if allocated */ in xillyusb_setup_base_eps()
2157 endpoint_quiesce(xdev->msg_ep); in xillyusb_probe()
2168 struct xillyusb_endpoint *msg_ep = xdev->msg_ep; in xillyusb_disconnect() local
2169 struct xillyfifo *fifo = &msg_ep->fifo; in xillyusb_disconnect()
2180 msg_ep->wake_on_drain = true; in xillyusb_disconnect()
2191 msg_ep->drained || xdev->error, in xillyusb_disconnect()
2222 endpoint_quiesce(xdev->msg_ep); in xillyusb_disconnect()