ISOC_IN_EP       1382 drivers/usb/host/xhci-mem.c 		return in ? ISOC_IN_EP : ISOC_OUT_EP;
ISOC_IN_EP       1579 drivers/usb/host/xhci-mem.c 					ep_type != ISOC_IN_EP &&
ISOC_IN_EP        272 drivers/usb/host/xhci-mtk-sch.c 		if (ep_type == ISOC_IN_EP || ep_type == ISOC_OUT_EP) {
ISOC_IN_EP        422 drivers/usb/host/xhci-mtk-sch.c 		if (sch_ep->ep_type == ISOC_IN_EP)
ISOC_IN_EP       2468 drivers/usb/host/xhci.c 					ep_type != ISOC_IN_EP &&
ISOC_IN_EP       2474 drivers/usb/host/xhci.c 	return (ep_type == ISOC_IN_EP || ep_type == INT_IN_EP);
ISOC_IN_EP       2623 drivers/usb/host/xhci.h 	case ISOC_IN_EP: