Home
last modified time | relevance | path

Searched refs:DWC2_EP0_STATUS_IN (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/drivers/usb/dwc2/
Dcore.h206 DWC2_EP0_STATUS_IN, enumerator
Dgadget.c1210 hsotg->ep0_state = DWC2_EP0_STATUS_IN; in s3c_hsotg_process_control()
1505 hsotg->ep0_state = dir_in ? DWC2_EP0_STATUS_IN : DWC2_EP0_STATUS_OUT; in s3c_hsotg_ep0_zlp()
1850 if (hs_ep->index == 0 && hsotg->ep0_state == DWC2_EP0_STATUS_IN) { in s3c_hsotg_complete_in()