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()
1915 if (!xdev->msg_ep) in xillyusb_setup_base_eps()
1934 xdev->msg_ep = NULL; in xillyusb_setup_base_eps()
2190 endpoint_quiesce(xdev->msg_ep); in xillyusb_probe()
2201 struct xillyusb_endpoint *msg_ep = xdev->msg_ep; in xillyusb_disconnect() local
2202 struct xillyfifo *fifo = &msg_ep->fifo; in xillyusb_disconnect()
2213 msg_ep->wake_on_drain = true; in xillyusb_disconnect()
2224 msg_ep->drained || xdev->error, in xillyusb_disconnect()
[all …]