Searched refs:msg_ep (Results 1 – 1 of 1) sorted by relevance
177 struct xillyusb_endpoint *msg_ep; member554 if (xdev->msg_ep) in cleanup_dev()555 endpoint_dealloc(xdev->msg_ep); in cleanup_dev()610 wake_up_interruptible(&xdev->msg_ep->fifo.waitq); in wakeup_all()1074 struct xillyusb_endpoint *ep = xdev->msg_ep; in xillyusb_send_opcode()1909 xdev->msg_ep = endpoint_alloc(xdev, MSG_EP_NUM | USB_DIR_OUT, in xillyusb_setup_base_eps()1911 if (!xdev->msg_ep) in xillyusb_setup_base_eps()1914 if (fifo_init(&xdev->msg_ep->fifo, 13)) /* 8 kiB */ in xillyusb_setup_base_eps()1917 xdev->msg_ep->fill_mask = -8; /* 8 bytes granularity */ in xillyusb_setup_base_eps()1929 endpoint_dealloc(xdev->msg_ep); /* Also frees FIFO mem if allocated */ in xillyusb_setup_base_eps()[all …]