Home
last modified time | relevance | path

Searched refs:ep0_reply (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/drivers/usb/gadget/udc/
H A Dbcm63xx_udc.c289 * @ep0_reply: Pending reply from gadget driver.
328 struct usb_request *ep0_reply; member
1171 if (udc->ep0_reply) in bcm63xx_udc_queue()
1174 udc->ep0_reply = req; in bcm63xx_udc_queue()
1426 struct usb_request *req = udc->ep0_reply; in bcm63xx_ep0_nuke_reply()
1428 udc->ep0_reply = NULL; in bcm63xx_ep0_nuke_reply()
1560 } else if (udc->ep0_reply) { in bcm63xx_ep0_do_idle()
1597 * Normal case: TX request is in ep0_reply (queued by the in bcm63xx_ep0_one_round()
1605 if (udc->ep0_reply) { in bcm63xx_ep0_one_round()
1607 udc->ep0_reply); in bcm63xx_ep0_one_round()
[all...]
/kernel/linux/linux-6.6/drivers/usb/gadget/udc/
H A Dbcm63xx_udc.c289 * @ep0_reply: Pending reply from gadget driver.
327 struct usb_request *ep0_reply; member
1168 if (udc->ep0_reply) in bcm63xx_udc_queue()
1171 udc->ep0_reply = req; in bcm63xx_udc_queue()
1423 struct usb_request *req = udc->ep0_reply; in bcm63xx_ep0_nuke_reply()
1425 udc->ep0_reply = NULL; in bcm63xx_ep0_nuke_reply()
1557 } else if (udc->ep0_reply) { in bcm63xx_ep0_do_idle()
1594 * Normal case: TX request is in ep0_reply (queued by the in bcm63xx_ep0_one_round()
1602 if (udc->ep0_reply) { in bcm63xx_ep0_one_round()
1604 udc->ep0_reply); in bcm63xx_ep0_one_round()
[all...]
/kernel/linux/linux-5.10/drivers/usb/dwc2/
H A Dcore.h1004 * @ep0_reply: Request used for ep0 reply.
1193 struct usb_request *ep0_reply; member
H A Dgadget.c1635 hsotg->ep0_reply = req; in dwc2_hsotg_send_reply()
/kernel/linux/linux-6.6/drivers/usb/dwc2/
H A Dcore.h989 * @ep0_reply: Request used for ep0 reply.
1180 struct usb_request *ep0_reply; member
H A Dgadget.c1634 hsotg->ep0_reply = req; in dwc2_hsotg_send_reply()

Completed in 23 milliseconds