Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/usb/gadget/
H A Dci_udc.h102 bool ep0_data_phase; member
H A Dci_udc.c645 if (num != 0 || controller.ep0_data_phase) in handle_ep_complete()
647 if (num == 0 && controller.ep0_data_phase) { in handle_ep_complete()
654 controller.ep0_data_phase = false; in handle_ep_complete()
698 controller.ep0_data_phase = true; in handle_setup()
703 controller.ep0_data_phase = false; in handle_setup()