Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/usb/gadget/
H A Dci_udc.c642 if (num != 0 || controller.ep0_data_phase) in handle_ep_complete()
644 if (num == 0 && controller.ep0_data_phase) { in handle_ep_complete()
651 controller.ep0_data_phase = false; in handle_ep_complete()
695 controller.ep0_data_phase = true; in handle_setup()
700 controller.ep0_data_phase = false; in handle_setup()
H A Dci_udc.h102 bool ep0_data_phase; member