Searched refs:EP0_IN_DATA_PHASE (Results 1 - 11 of 11) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/gadget/udc/ |
H A D | s3c2410_udc.h | 58 EP0_IN_DATA_PHASE, enumerator 66 "EP0_IN_DATA_PHASE",
|
H A D | pxa25x_udc.h | 66 EP0_IN_DATA_PHASE, enumerator 153 "EP0_IN_DATA_PHASE", "EP0_OUT_DATA_PHASE",
|
H A D | pxa25x_udc.c | 888 case EP0_IN_DATA_PHASE: in pxa25x_ep_queue() 1735 dev->ep0state = EP0_IN_DATA_PHASE; in handle_ep0() 1768 if (likely(dev->ep0state == EP0_IN_DATA_PHASE in handle_ep0() 1806 case EP0_IN_DATA_PHASE: /* GET_DESCRIPTOR etc */ in handle_ep0()
|
H A D | s3c2410_udc.c | 679 dev->ep0state = EP0_IN_DATA_PHASE; in s3c2410_udc_handle_ep0_idle() 757 case EP0_IN_DATA_PHASE: /* GET_DESCRIPTOR etc */ in s3c2410_udc_handle_ep0() 758 dprintk(DEBUG_NORMAL, "EP0_IN_DATA_PHASE ... what now?\n"); in s3c2410_udc_handle_ep0() 1216 case EP0_IN_DATA_PHASE: in s3c2410_udc_queue()
|
/kernel/linux/linux-6.6/drivers/usb/gadget/udc/ |
H A D | pxa25x_udc.h | 66 EP0_IN_DATA_PHASE, enumerator 146 "EP0_IN_DATA_PHASE", "EP0_OUT_DATA_PHASE",
|
H A D | pxa25x_udc.c | 884 case EP0_IN_DATA_PHASE: in pxa25x_ep_queue() 1697 dev->ep0state = EP0_IN_DATA_PHASE; in handle_ep0() 1730 if (likely(dev->ep0state == EP0_IN_DATA_PHASE in handle_ep0() 1768 case EP0_IN_DATA_PHASE: /* GET_DESCRIPTOR etc */ in handle_ep0()
|
H A D | renesas_usbf.c | 294 EP0_IN_DATA_PHASE, enumerator 2465 udc->ep0state = EP0_IN_DATA_PHASE; in usbf_handle_ep0_setup() 2657 case EP0_IN_DATA_PHASE: in usbf_ep0_interrupt()
|
/kernel/linux/linux-5.10/drivers/staging/emxx_udc/ |
H A D | emxx_udc.h | 473 EP0_IN_DATA_PHASE, enumerator
|
H A D | emxx_udc.c | 1183 case EP0_IN_DATA_PHASE: in _nbu2ss_start_transfer() 1615 udc->ep0state = EP0_IN_DATA_PHASE; in _nbu2ss_decode_request() 1774 case EP0_IN_DATA_PHASE: in _nbu2ss_ep0_int()
|
/kernel/linux/linux-6.6/drivers/staging/emxx_udc/ |
H A D | emxx_udc.h | 471 EP0_IN_DATA_PHASE, enumerator
|
H A D | emxx_udc.c | 1181 case EP0_IN_DATA_PHASE: in _nbu2ss_start_transfer() 1611 udc->ep0state = EP0_IN_DATA_PHASE; in _nbu2ss_decode_request() 1770 case EP0_IN_DATA_PHASE: in _nbu2ss_ep0_int()
|
Completed in 30 milliseconds