Searched defs:ep_state (Results 1 - 4 of 4) sorted by relevance

/drivers/usb/gadget/
H A Dinode.c179 enum ep_state { enum
188 enum ep_state state;
/drivers/usb/host/
H A Dxhci-ring.c288 unsigned int ep_state = ep->ep_state; local
297 if ((ep_state & EP_HALT_PENDING) || (ep_state & SET_DEQ_PENDING) ||
298 (ep_state & EP_HALTED))
317 if (!(ep->ep_state & EP_HAS_STREAMS)) {
366 if (!(ep->ep_state & EP_HAS_STREAMS))
572 ep->ep_state |= SET_DEQ_PENDING;
578 ep->ep_state &= ~EP_HALT_PENDING;
802 if (!(ep->stop_cmds_pending == 0 && (ep->ep_state
961 unsigned int ep_state; local
1091 unsigned int ep_state; local
2525 prepare_ring(struct xhci_hcd *xhci, struct xhci_ring *ep_ring, u32 ep_state, unsigned int num_trbs, gfp_t mem_flags) argument
[all...]
H A Dxhci.c1182 if (xhci->devs[slot_id]->eps[ep_index].ep_state &
1187 } else if (xhci->devs[slot_id]->eps[ep_index].ep_state &
1250 if (!(ep->ep_state & EP_HAS_STREAMS))
1381 if (!(ep->ep_state & EP_HALT_PENDING)) {
1382 ep->ep_state |= EP_HALT_PENDING;
2745 unsigned int ep_state; local
2760 ep_state = xhci->devs[slot_id]->eps[ep_index].ep_state;
2761 if (ep_state & EP_HAS_STREAMS ||
2762 ep_state
2844 unsigned int ep_state; local
[all...]
H A Dxhci.h827 unsigned int ep_state; member in struct:xhci_virt_ep

Completed in 81 milliseconds