Symbol: GET_EP_CTX_STATE
drivers/usb/cdns3/cdnsp-ep0.c
174
ep_sts = GET_EP_CTX_STATE(pep->out_ctx);
drivers/usb/cdns3/cdnsp-ep0.c
435
if (GET_EP_CTX_STATE(pep->out_ctx) == EP_STATE_HALTED)
drivers/usb/cdns3/cdnsp-gadget.c
461
if (GET_EP_CTX_STATE(pep->out_ctx) == EP_STATE_RUNNING)
drivers/usb/cdns3/cdnsp-gadget.c
654
if (GET_EP_CTX_STATE(pep->out_ctx) == EP_STATE_STOPPED) {
drivers/usb/cdns3/cdnsp-gadget.c
713
ep_sts = GET_EP_CTX_STATE(pep->out_ctx);
drivers/usb/cdns3/cdnsp-ring.c
1265
if (GET_EP_CTX_STATE(pep->out_ctx) == EP_STATE_DISABLED) {
drivers/usb/cdns3/cdnsp-ring.c
1692
GET_EP_CTX_STATE(preq->pep->out_ctx),
drivers/usb/cdns3/cdnsp-ring.c
2145
u32 ep_state = GET_EP_CTX_STATE(pep->out_ctx);
drivers/usb/host/xhci-hub.c
485
if (GET_EP_CTX_STATE(ep_ctx) != EP_STATE_RUNNING)
drivers/usb/host/xhci-ring.c
1225
switch (GET_EP_CTX_STATE(ep_ctx)) {
drivers/usb/host/xhci-ring.c
1281
GET_EP_CTX_STATE(ep_ctx));
drivers/usb/host/xhci-ring.c
1462
ep_state = GET_EP_CTX_STATE(ep_ctx);
drivers/usb/host/xhci-ring.c
2208
return GET_EP_CTX_STATE(ep_ctx) == EP_STATE_HALTED;
drivers/usb/host/xhci-ring.c
2638
if (GET_EP_CTX_STATE(ep_ctx) == EP_STATE_DISABLED) {
drivers/usb/host/xhci-ring.c
3326
ret = prepare_ring(xhci, ep_ring, GET_EP_CTX_STATE(ep_ctx),
drivers/usb/host/xhci-ring.c
4273
ret = prepare_ring(xhci, ep_ring, GET_EP_CTX_STATE(ep_ctx),
drivers/usb/host/xhci-ring.c
4286
if (GET_EP_CTX_STATE(ep_ctx) == EP_STATE_RUNNING) {
drivers/usb/host/xhci.c
1940
if ((GET_EP_CTX_STATE(ep_ctx) == EP_STATE_DISABLED) ||
drivers/usb/host/xhci.c
2911
if (GET_EP_CTX_STATE(ep_ctx) == EP_STATE_RUNNING)