Home
last modified time | relevance | path

Searched refs:STATE_CONFIGURED (Results 1 – 4 of 4) sorted by relevance

/external/u-boot/drivers/usb/gadget/
Dep0.c410 if(device->device_state <= STATE_CONFIGURED){ in ep0_recv_setup()
460 case STATE_CONFIGURED: in ep0_recv_setup()
Ddesignware_udc.c113 case STATE_CONFIGURED: in udc_state_transition()
120 case STATE_CONFIGURED: in udc_state_transition()
872 STATE_CONFIGURED); in dw_udc_dev_irq()
Dcore.c618 device->device_state = STATE_CONFIGURED; in usbd_device_event_irq()
/external/u-boot/include/
Dusbdevice.h387 STATE_CONFIGURED, /* we have seen a set configuration device command */ enumerator