Searched refs:bdc_queue_xfr (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/gadget/udc/bdc/ |
H A D | bdc_ep.c | 509 static int bdc_queue_xfr(struct bdc *bdc, struct bdc_req *req) in bdc_queue_xfr() function 650 bdc_queue_xfr(bdc, status_req); in ep0_queue_status_stage() 692 return bdc_queue_xfr(bdc, req); in ep0_queue() 729 return bdc_queue_xfr(bdc, req); in ep_queue() 1420 ret = bdc_queue_xfr(bdc, &bdc->ep0_req); in ep0_queue_zlp()
|
/kernel/linux/linux-6.6/drivers/usb/gadget/udc/bdc/ |
H A D | bdc_ep.c | 509 static int bdc_queue_xfr(struct bdc *bdc, struct bdc_req *req) in bdc_queue_xfr() function 650 bdc_queue_xfr(bdc, status_req); in ep0_queue_status_stage() 692 return bdc_queue_xfr(bdc, req); in ep0_queue() 729 return bdc_queue_xfr(bdc, req); in ep_queue() 1420 ret = bdc_queue_xfr(bdc, &bdc->ep0_req); in ep0_queue_zlp()
|
Completed in 6 milliseconds