ep_state          191 drivers/usb/gadget/legacy/inode.c 	enum ep_state			state;
ep_state          469 drivers/usb/host/xhci-hub.c 		if (ep->ep_state & EP_HAS_STREAMS) {
ep_state          580 drivers/usb/host/xhci-mem.c 	if (ep->ep_state & EP_HAS_STREAMS)
ep_state          393 drivers/usb/host/xhci-ring.c 	unsigned int ep_state = ep->ep_state;
ep_state          401 drivers/usb/host/xhci-ring.c 	if ((ep_state & EP_STOP_CMD_PENDING) || (ep_state & SET_DEQ_PENDING) ||
ep_state          402 drivers/usb/host/xhci-ring.c 	    (ep_state & EP_HALTED) || (ep_state & EP_CLEARING_TT))
ep_state          421 drivers/usb/host/xhci-ring.c 	if (!(ep->ep_state & EP_HAS_STREAMS)) {
ep_state          455 drivers/usb/host/xhci-ring.c 	if (!(ep->ep_state & EP_HAS_STREAMS))
ep_state          495 drivers/usb/host/xhci-ring.c 	if (ep->ep_state & EP_HAS_STREAMS) {
ep_state          647 drivers/usb/host/xhci-ring.c 	ep->ep_state &= ~EP_STOP_CMD_PENDING;
ep_state          881 drivers/usb/host/xhci-ring.c 	if ((ep->ep_state & EP_HAS_STREAMS) ||
ep_state          882 drivers/usb/host/xhci-ring.c 			(ep->ep_state & EP_GETTING_NO_STREAMS)) {
ep_state          976 drivers/usb/host/xhci-ring.c 	if (!(ep->ep_state & EP_STOP_CMD_PENDING) ||
ep_state          984 drivers/usb/host/xhci-ring.c 	ep->ep_state &= ~EP_STOP_CMD_PENDING;
ep_state         1083 drivers/usb/host/xhci-ring.c 		unsigned int ep_state;
ep_state         1092 drivers/usb/host/xhci-ring.c 			ep_state = GET_EP_CTX_STATE(ep_ctx);
ep_state         1097 drivers/usb/host/xhci-ring.c 					slot_state, ep_state);
ep_state         1117 drivers/usb/host/xhci-ring.c 		if (ep->ep_state & EP_HAS_STREAMS) {
ep_state         1141 drivers/usb/host/xhci-ring.c 	dev->eps[ep_index].ep_state &= ~SET_DEQ_PENDING;
ep_state         1185 drivers/usb/host/xhci-ring.c 		xhci->devs[slot_id]->eps[ep_index].ep_state &= ~EP_HALTED;
ep_state         1227 drivers/usb/host/xhci-ring.c 	unsigned int ep_state;
ep_state         1262 drivers/usb/host/xhci-ring.c 		ep_state = virt_dev->eps[ep_index].ep_state;
ep_state         1263 drivers/usb/host/xhci-ring.c 		if (!(ep_state & EP_HALTED))
ep_state         1268 drivers/usb/host/xhci-ring.c 				ep_index, ep_state);
ep_state         1270 drivers/usb/host/xhci-ring.c 		virt_dev->eps[ep_index].ep_state &= ~EP_HALTED;
ep_state         1836 drivers/usb/host/xhci-ring.c 	    !(ep->ep_state & EP_CLEARING_TT)) {
ep_state         1837 drivers/usb/host/xhci-ring.c 		ep->ep_state |= EP_CLEARING_TT;
ep_state         1840 drivers/usb/host/xhci-ring.c 			ep->ep_state &= ~EP_CLEARING_TT;
ep_state         1863 drivers/usb/host/xhci-ring.c 	ep->ep_state |= EP_HALTED;
ep_state         1868 drivers/usb/host/xhci-ring.c 		ep->ep_state |= EP_HARD_CLEAR_TOGGLE;
ep_state         2434 drivers/usb/host/xhci-ring.c 		ep->ep_state |= EP_HALTED;
ep_state         2933 drivers/usb/host/xhci-ring.c 		u32 ep_state, unsigned int num_trbs, gfp_t mem_flags)
ep_state         2938 drivers/usb/host/xhci-ring.c 	switch (ep_state) {
ep_state         4152 drivers/usb/host/xhci-ring.c 	if ((ep->ep_state & SET_DEQ_PENDING)) {
ep_state         4181 drivers/usb/host/xhci-ring.c 	ep->ep_state |= SET_DEQ_PENDING;
ep_state         1463 drivers/usb/host/xhci.c 	unsigned int *ep_state;
ep_state         1473 drivers/usb/host/xhci.c 	ep_state = &xhci->devs[slot_id]->eps[ep_index].ep_state;
ep_state         1528 drivers/usb/host/xhci.c 	if (*ep_state & (EP_GETTING_STREAMS | EP_GETTING_NO_STREAMS)) {
ep_state         1530 drivers/usb/host/xhci.c 			  *ep_state);
ep_state         1534 drivers/usb/host/xhci.c 	if (*ep_state & EP_SOFT_CLEAR_TOGGLE) {
ep_state         1691 drivers/usb/host/xhci.c 	if (!(ep->ep_state & EP_STOP_CMD_PENDING)) {
ep_state         1697 drivers/usb/host/xhci.c 		ep->ep_state |= EP_STOP_CMD_PENDING;
ep_state         2843 drivers/usb/host/xhci.c 	if (ep->ep_state & EP_HAS_STREAMS) {
ep_state         2848 drivers/usb/host/xhci.c 		ep->ep_state &= ~EP_HAS_STREAMS;
ep_state         3101 drivers/usb/host/xhci.c 	if (ep->ep_state & EP_CLEARING_TT) {
ep_state         3107 drivers/usb/host/xhci.c 	if (ep->ep_state)
ep_state         3109 drivers/usb/host/xhci.c 			 ep->ep_state);
ep_state         3160 drivers/usb/host/xhci.c 	if (ep->ep_state & EP_HARD_CLEAR_TOGGLE) {
ep_state         3161 drivers/usb/host/xhci.c 		ep->ep_state &= ~EP_HARD_CLEAR_TOGGLE;
ep_state         3185 drivers/usb/host/xhci.c 	ep->ep_state |= EP_SOFT_CLEAR_TOGGLE;
ep_state         3238 drivers/usb/host/xhci.c 	ep->ep_state &= ~EP_SOFT_CLEAR_TOGGLE;
ep_state         3250 drivers/usb/host/xhci.c 	unsigned int ep_state;
ep_state         3265 drivers/usb/host/xhci.c 	ep_state = xhci->devs[slot_id]->eps[ep_index].ep_state;
ep_state         3266 drivers/usb/host/xhci.c 	if (ep_state & EP_HAS_STREAMS ||
ep_state         3267 drivers/usb/host/xhci.c 			ep_state & EP_GETTING_STREAMS) {
ep_state         3349 drivers/usb/host/xhci.c 	unsigned int ep_state;
ep_state         3358 drivers/usb/host/xhci.c 		ep_state = xhci->devs[slot_id]->eps[ep_index].ep_state;
ep_state         3360 drivers/usb/host/xhci.c 		if (ep_state & EP_GETTING_NO_STREAMS) {
ep_state         3368 drivers/usb/host/xhci.c 		if (!(ep_state & EP_HAS_STREAMS) &&
ep_state         3369 drivers/usb/host/xhci.c 				!(ep_state & EP_GETTING_STREAMS)) {
ep_state         3469 drivers/usb/host/xhci.c 		vdev->eps[ep_index].ep_state |= EP_GETTING_STREAMS;
ep_state         3528 drivers/usb/host/xhci.c 		vdev->eps[ep_index].ep_state &= ~EP_GETTING_STREAMS;
ep_state         3531 drivers/usb/host/xhci.c 		vdev->eps[ep_index].ep_state |= EP_HAS_STREAMS;
ep_state         3548 drivers/usb/host/xhci.c 		vdev->eps[ep_index].ep_state &= ~EP_GETTING_STREAMS;
ep_state         3549 drivers/usb/host/xhci.c 		vdev->eps[ep_index].ep_state &= ~EP_HAS_STREAMS;
ep_state         3606 drivers/usb/host/xhci.c 		xhci->devs[udev->slot_id]->eps[ep_index].ep_state |=
ep_state         3639 drivers/usb/host/xhci.c 		vdev->eps[ep_index].ep_state &= ~EP_GETTING_NO_STREAMS;
ep_state         3640 drivers/usb/host/xhci.c 		vdev->eps[ep_index].ep_state &= ~EP_HAS_STREAMS;
ep_state         3820 drivers/usb/host/xhci.c 		if (ep->ep_state & EP_HAS_STREAMS) {
ep_state         3825 drivers/usb/host/xhci.c 			ep->ep_state &= ~EP_HAS_STREAMS;
ep_state         3886 drivers/usb/host/xhci.c 		virt_dev->eps[i].ep_state &= ~EP_STOP_CMD_PENDING;
ep_state         5289 drivers/usb/host/xhci.c 	xhci->devs[slot_id]->eps[ep_index].ep_state &= ~EP_CLEARING_TT;
ep_state          928 drivers/usb/host/xhci.h 	unsigned int			ep_state;
ep_state         2645 drivers/usb/host/xhci.h 	u8 ep_state;
ep_state         2658 drivers/usb/host/xhci.h 	ep_state = info & EP_STATE_MASK;
ep_state         2673 drivers/usb/host/xhci.h 			xhci_ep_state_string(ep_state), mult,