Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/usb/gadget/
H A Dep0.c409 if(device->device_state <= STATE_CONFIGURED){ in ep0_recv_setup()
459 case STATE_CONFIGURED: in ep0_recv_setup()
H A Ddesignware_udc.c111 case STATE_CONFIGURED: in udc_state_transition()
118 case STATE_CONFIGURED: in udc_state_transition()
870 STATE_CONFIGURED); in dw_udc_dev_irq()
H A Dcore.c617 device->device_state = STATE_CONFIGURED; in usbd_device_event_irq()
/openbmc/u-boot/include/
H A Dusbdevice.h387 STATE_CONFIGURED, /* we have seen a set configuration device command */ enumerator