HomeSort by relevance Sort by last modified time
    Searched refs:ep0_data_phase (Results 1 - 2 of 2) sorted by null

  /external/u-boot/drivers/usb/gadget/
ci_udc.h 102 bool ep0_data_phase; member in struct:ci_drv
ci_udc.c 641 if (num != 0 || controller.ep0_data_phase)
643 if (num == 0 && controller.ep0_data_phase) {
650 controller.ep0_data_phase = false;
694 controller.ep0_data_phase = true;
699 controller.ep0_data_phase = false;

Completed in 46 milliseconds