Lines Matching refs:USB_DIR_IN
63 .bEndpointAddress = USB_DIR_IN,
82 if (ep_addr & USB_DIR_IN) { in ep_reset()
237 if (ep->desc->bEndpointAddress & USB_DIR_IN) in fotg210_dma()
244 if (ep->desc->bEndpointAddress & USB_DIR_IN) { in fotg210_dma()
358 if (req->bRequestType & USB_DIR_IN) in fotg210_setup()
359 ep0_desc.bEndpointAddress = USB_DIR_IN; in fotg210_setup()
474 if (ep->stopped || (ep->desc->bEndpointAddress & USB_DIR_IN)) { in fotg210_recv()
508 int in = (desc->bEndpointAddress & USB_DIR_IN) ? 1 : 0; in fotg210_ep_enable()
618 if (ep->desc->bEndpointAddress & USB_DIR_IN) in fotg210_ep_queue()
622 if (ep->desc->bEndpointAddress & USB_DIR_IN) { in fotg210_ep_queue()
635 if (ep->id == 0 || (ep->desc->bEndpointAddress & USB_DIR_IN)) { in fotg210_ep_queue()
684 if (ep->desc->bEndpointAddress & USB_DIR_IN) { in fotg210_ep_halt()
692 if (ep->desc->bEndpointAddress & USB_DIR_IN) { in fotg210_ep_halt()