Home
last modified time | relevance | path

Searched refs:GR_EP0_OSTATUS (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/usb/gadget/udc/
H A Dgr_udc.h182 GR_EP0_OSTATUS, /* Status stage after OUT data stage */ enumerator
H A Dgr_udc.c77 [GR_EP0_OSTATUS] = "ostatus", in gr_ep0state_string()
1154 gr_set_ep0state(dev, GR_EP0_OSTATUS); in gr_ep0_setup()
1286 if ((ep == &dev->epo[0]) && (dev->ep0state == GR_EP0_OSTATUS)) { in gr_handle_out_ep()