Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/usb/gadget/
H A Dpxa27x_udc.c27 static int ep0state = EP0_IDLE;
128 ep0state = EP0_IDLE; in udc_write_urb()
215 ep0state = EP0_IDLE; in udc_handle_ep0()
219 if ((udccsr0 & UDCCSR0_SA) != 0 && ep0state != EP0_IDLE) in udc_handle_ep0()
220 ep0state = EP0_IDLE; in udc_handle_ep0()
224 case EP0_IDLE: in udc_handle_ep0()
259 ep0state = EP0_IDLE; in udc_handle_ep0()
284 ep0state = EP0_IDLE; in udc_handle_ep0()
323 ep0state = EP0_IDLE; in udc_handle_ep0()
341 ep0state = EP0_IDLE; in udc_handle_ep0()
[all …]
H A Dpxa25x_udc.h79 EP0_IDLE, enumerator
H A Dpxa25x_udc.c441 dev->ep0state = EP0_IDLE; in ep0_idle()
1135 dev->ep0state = EP0_IDLE; in udc_reinit()
1239 if ((udccs0 & UDCCS0_SA) != 0 && dev->ep0state != EP0_IDLE) { in handle_ep0()
1246 case EP0_IDLE: in handle_ep0()
/rk3399_rockchip-uboot/include/usb/
H A Dpxa27x_udc.h17 #define EP0_IDLE 0 macro