Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/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()
/OK3568_Linux_fs/kernel/drivers/usb/gadget/udc/
H A Ds3c2410_udc.c350 ep->dev->ep0state = EP0_IDLE; in s3c2410_udc_write_fifo()
474 ep->dev->ep0state = EP0_IDLE; in s3c2410_udc_read_fifo()
704 dev->ep0state = EP0_IDLE; in s3c2410_udc_handle_ep0_idle()
740 dev->ep0state = EP0_IDLE; in s3c2410_udc_handle_ep0()
749 dev->ep0state = EP0_IDLE; in s3c2410_udc_handle_ep0()
753 case EP0_IDLE: in s3c2410_udc_handle_ep0()
771 dev->ep0state = EP0_IDLE; in s3c2410_udc_handle_ep0()
776 dev->ep0state = EP0_IDLE; in s3c2410_udc_handle_ep0()
893 dev->ep0state = EP0_IDLE; in s3c2410_udc_irq()
932 dev->ep0state = EP0_IDLE; in s3c2410_udc_irq()
[all …]
H A Ds3c2410_udc.h57 EP0_IDLE, enumerator
H A Dbcm63xx_udc.c123 EP0_IDLE, enumerator
1490 return EP0_IDLE; in bcm63xx_ep0_do_setup()
1548 return udc->ep0state == EP0_IDLE ? -EAGAIN : 0; in bcm63xx_ep0_do_idle()
1591 ep0state = EP0_IDLE; in bcm63xx_ep0_one_round()
1593 case EP0_IDLE: in bcm63xx_ep0_one_round()
1699 ep0state = EP0_IDLE; in bcm63xx_ep0_one_round()
1705 ep0state = EP0_IDLE; in bcm63xx_ep0_one_round()
H A Dpxa25x_udc.h65 EP0_IDLE, enumerator
H A Dgoku_udc.h231 EP0_IDLE, /* between STATUS ack and SETUP report */ enumerator
H A Dpxa25x_udc.c567 dev->ep0state = EP0_IDLE; in ep0_idle()
1386 dev->ep0state = EP0_IDLE; in udc_reinit()
1653 if ((udccs0 & UDCCS0_SA) != 0 && dev->ep0state != EP0_IDLE) { in handle_ep0()
1660 case EP0_IDLE: in handle_ep0()
H A Dgoku_udc.c1094 case EP0_IDLE: in udc_ep_state()
1342 dev->ep0state = EP0_IDLE; in ep0_start()
1604 dev->ep0state = EP0_IDLE; in goku_irq()
/OK3568_Linux_fs/u-boot/include/usb/
H A Dpxa27x_udc.h17 #define EP0_IDLE 0 macro
/OK3568_Linux_fs/kernel/drivers/staging/emxx_udc/
H A Demxx_udc.h472 EP0_IDLE, enumerator
H A Demxx_udc.c1667 udc->ep0state = EP0_IDLE; in _nbu2ss_decode_request()
1736 udc->ep0state = EP0_IDLE; in _nbu2ss_ep0_status_stage()
1767 case EP0_IDLE: in _nbu2ss_ep0_int()
2289 udc->ep0state = EP0_IDLE; in _nbu2ss_int_bus_reset()