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
453
if (GET_EP_CTX_STATE(pep->out_ctx) == EP_STATE_RUNNING)
drivers/usb/cdns3/cdnsp-gadget.c
646
if (GET_EP_CTX_STATE(pep->out_ctx) == EP_STATE_STOPPED) {
drivers/usb/cdns3/cdnsp-gadget.c
705
ep_sts = GET_EP_CTX_STATE(pep->out_ctx);
drivers/usb/cdns3/cdnsp-ring.c
1262
if (GET_EP_CTX_STATE(pep->out_ctx) == EP_STATE_DISABLED) {
drivers/usb/cdns3/cdnsp-ring.c
1689
GET_EP_CTX_STATE(preq->pep->out_ctx),
drivers/usb/cdns3/cdnsp-ring.c
2142
u32 ep_state = GET_EP_CTX_STATE(pep->out_ctx);
drivers/usb/host/xhci-hub.c
486
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
2663
if (GET_EP_CTX_STATE(ep_ctx) == EP_STATE_DISABLED) {
drivers/usb/host/xhci-ring.c
3348
ret = prepare_ring(xhci, ep_ring, GET_EP_CTX_STATE(ep_ctx),
drivers/usb/host/xhci-ring.c
4295
ret = prepare_ring(xhci, ep_ring, GET_EP_CTX_STATE(ep_ctx),
drivers/usb/host/xhci-ring.c
4308
if (GET_EP_CTX_STATE(ep_ctx) == EP_STATE_RUNNING) {
drivers/usb/host/xhci.c
1943
if ((GET_EP_CTX_STATE(ep_ctx) == EP_STATE_DISABLED) ||
drivers/usb/host/xhci.c
2914
if (GET_EP_CTX_STATE(ep_ctx) == EP_STATE_RUNNING)