Searched refs:EP0_STALL (Results 1 - 13 of 13) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/gadget/udc/ |
H A D | s3c2410_udc.h | 61 EP0_STALL, enumerator 69 "EP0_STALL",
|
H A D | pxa25x_udc.h | 69 EP0_STALL, enumerator 154 "EP0_END_XFER", "EP0_STALL"
|
H A D | goku_udc.h | 234 EP0_STALL, /* data or status stages */ enumerator
|
H A D | pxa25x_udc.c | 1034 ep->dev->ep0state = EP0_STALL; in pxa25x_ep_set_halt() 1618 if (dev->ep0state == EP0_STALL in udc_watchdog() 1764 dev->ep0state = EP0_STALL; in handle_ep0() 1845 case EP0_STALL: in handle_ep0()
|
H A D | goku_udc.c | 893 ep->dev->ep0state = EP0_STALL; in goku_set_halt() 1102 case EP0_STALL: in udc_ep_state() 1522 dev->ep0state = EP0_STALL; in ep0_setup() 1624 * no transition {EP0_STATUS, EP0_STALL} --> EP0_IDLE; saves irqs in goku_irq()
|
H A D | s3c2410_udc.c | 774 case EP0_STALL: in s3c2410_udc_handle_ep0() 775 dprintk(DEBUG_NORMAL, "EP0_STALL ... what now?\n"); in s3c2410_udc_handle_ep0()
|
/kernel/linux/linux-6.6/drivers/usb/gadget/udc/ |
H A D | pxa25x_udc.h | 69 EP0_STALL, enumerator 147 "EP0_END_XFER", "EP0_STALL"
|
H A D | goku_udc.h | 234 EP0_STALL, /* data or status stages */ enumerator
|
H A D | aspeed_udc.c | 106 #define EP0_STALL BIT(0) macro 738 ctrl |= EP0_STALL; in ast_udc_ep_set_halt() 740 ctrl &= ~EP0_STALL; in ast_udc_ep_set_halt() 1026 ast_udc_write(udc, ast_udc_read(udc, AST_UDC_EP0_CTRL) | EP0_STALL, in ast_udc_getstatus() 1110 ast_udc_write(udc, ast_udc_read(udc, AST_UDC_EP0_CTRL) | EP0_STALL, in ast_udc_ep0_handle_setup()
|
H A D | pxa25x_udc.c | 1033 ep->dev->ep0state = EP0_STALL; in pxa25x_ep_set_halt() 1580 if (dev->ep0state == EP0_STALL in udc_watchdog() 1726 dev->ep0state = EP0_STALL; in handle_ep0() 1807 case EP0_STALL: in handle_ep0()
|
H A D | goku_udc.c | 895 ep->dev->ep0state = EP0_STALL; in goku_set_halt() 1104 case EP0_STALL: in udc_ep_state() 1523 dev->ep0state = EP0_STALL; in ep0_setup() 1625 * no transition {EP0_STATUS, EP0_STALL} --> EP0_IDLE; saves irqs in goku_irq()
|
/kernel/linux/linux-5.10/drivers/staging/emxx_udc/ |
H A D | emxx_udc.h | 479 EP0_STALL, enumerator
|
/kernel/linux/linux-6.6/drivers/staging/emxx_udc/ |
H A D | emxx_udc.h | 477 EP0_STALL, enumerator
|
Completed in 20 milliseconds