Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/usb/gadget/
H A Dep0.c410 if(device->device_state <= STATE_CONFIGURED){ in ep0_recv_setup()
460 case STATE_CONFIGURED: in ep0_recv_setup()
H A Ddesignware_udc.c112 case STATE_CONFIGURED: in udc_state_transition()
119 case STATE_CONFIGURED: in udc_state_transition()
871 STATE_CONFIGURED); in dw_udc_dev_irq()
H A Dcore.c618 device->device_state = STATE_CONFIGURED; in usbd_device_event_irq()
/OK3568_Linux_fs/u-boot/include/
H A Dusbdevice.h388 STATE_CONFIGURED, /* we have seen a set configuration device command */ enumerator