Home
last modified time | relevance | path

Searched refs:msg_ep (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/char/xillybus/
H A Dxillyusb.c178 struct xillyusb_endpoint *msg_ep; member
555 if (xdev->msg_ep) in cleanup_dev()
556 endpoint_dealloc(xdev->msg_ep); in cleanup_dev()
607 wake_up_interruptible(&xdev->msg_ep->fifo.waitq); in wakeup_all()
1071 struct xillyusb_endpoint *ep = xdev->msg_ep; in xillyusb_send_opcode()
1913 xdev->msg_ep = endpoint_alloc(xdev, MSG_EP_NUM | USB_DIR_OUT, in xillyusb_setup_base_eps()
1915 if (!xdev->msg_ep) in xillyusb_setup_base_eps()
1918 if (fifo_init(&xdev->msg_ep->fifo, 13)) /* 8 kiB */ in xillyusb_setup_base_eps()
1921 xdev->msg_ep->fill_mask = -8; /* 8 bytes granularity */ in xillyusb_setup_base_eps()
1933 endpoint_dealloc(xdev->msg_ep); /* Also frees FIFO mem if allocated */ in xillyusb_setup_base_eps()
[all …]