Home
last modified time | relevance | path

Searched refs:EP0_STALL (Results 1 - 13 of 13) sorted by relevance

/kernel/linux/linux-5.10/drivers/usb/gadget/udc/
H A Ds3c2410_udc.h61 EP0_STALL, enumerator
69 "EP0_STALL",
H A Dpxa25x_udc.h69 EP0_STALL, enumerator
154 "EP0_END_XFER", "EP0_STALL"
H A Dgoku_udc.h234 EP0_STALL, /* data or status stages */ enumerator
H A Dpxa25x_udc.c1034 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 Dgoku_udc.c893 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 Ds3c2410_udc.c774 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 Dpxa25x_udc.h69 EP0_STALL, enumerator
147 "EP0_END_XFER", "EP0_STALL"
H A Dgoku_udc.h234 EP0_STALL, /* data or status stages */ enumerator
H A Daspeed_udc.c106 #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 Dpxa25x_udc.c1033 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 Dgoku_udc.c895 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 Demxx_udc.h479 EP0_STALL, enumerator
/kernel/linux/linux-6.6/drivers/staging/emxx_udc/
H A Demxx_udc.h477 EP0_STALL, enumerator

Completed in 20 milliseconds