[go: nahoru, domu]

Searched refs:ep_state (Results 1 - 7 of 7) sorted by relevance

/drivers/usb/host/
H A Dxhci-ring.c323 unsigned int ep_state = ep->ep_state; local
331 if ((ep_state & EP_HALT_PENDING) || (ep_state & SET_DEQ_PENDING) ||
332 (ep_state & EP_HALTED))
351 if (!(ep->ep_state & EP_HAS_STREAMS)) {
374 if (!(ep->ep_state & EP_HAS_STREAMS))
455 if (ep->ep_state & EP_HAS_STREAMS) {
577 ep->ep_state &= ~EP_HALT_PENDING;
720 if (!(ep->ep_state
974 unsigned int ep_state; local
1103 unsigned int ep_state; local
2743 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.c1398 if (xhci->devs[slot_id]->eps[ep_index].ep_state &
1403 } else if (xhci->devs[slot_id]->eps[ep_index].ep_state &
1466 if (!(ep->ep_state & EP_HAS_STREAMS))
1601 if (!(ep->ep_state & EP_HALT_PENDING)) {
1607 ep->ep_state |= EP_HALT_PENDING;
2715 if (ep->ep_state & EP_HAS_STREAMS) {
2720 ep->ep_state &= ~EP_HAS_STREAMS;
2990 unsigned int ep_state; local
3005 ep_state = xhci->devs[slot_id]->eps[ep_index].ep_state;
3089 unsigned int ep_state; local
[all...]
H A Dxhci-dbg.c376 if (ep->ep_state & EP_HAS_STREAMS) {
H A Dxhci-hub.c327 if (ep->ep_state & EP_HAS_STREAMS) {
H A Dxhci.h857 unsigned int ep_state; member in struct:xhci_virt_ep
H A Dxhci-mem.c623 if (ep->ep_state & EP_HAS_STREAMS)
/drivers/usb/gadget/legacy/
H A Dinode.c180 enum ep_state { enum
189 enum ep_state state;

Completed in 219 milliseconds