HomeSort by relevance Sort by last modified time
    Searched defs:ep0_state (Results 1 - 4 of 4) sorted by null

  /external/u-boot/drivers/usb/gadget/
pxa25x_udc.h 77 enum ep0_state { enum
121 enum ep0_state ep0state;
  /external/u-boot/drivers/usb/musb/
musb_udc.c 65 if ((s) != ep0_state) { \
70 ep0_state_strings[ep0_state],\
74 ep0_state = s; \
93 } ep0_state = IDLE; variable in typeref:enum:ep0_state_enum
378 (ep0_state != SET_ADDRESS)) {
597 if (SET_ADDRESS == ep0_state)
618 if (IDLE == ep0_state)
621 if (TX == ep0_state)
624 if (RX == ep0_state)
771 if (ep0_state != SET_ADDRESS)
    [all...]
  /external/u-boot/drivers/usb/musb-new/
musb_core.h 431 enum musb_g_ep0_state ep0_state; member in struct:musb
  /device/linaro/bootloader/OpenPlatformPkg/Drivers/Usb/DwUsb3Dxe/
DwUsb3Dxe.h 322 typedef enum ep0_state { enum

Completed in 2430 milliseconds