Searched refs:u_ep (Results 1 – 5 of 5) sorted by relevance
/linux/drivers/usb/gadget/udc/aspeed-vhub/ |
A D | epn.c | 332 struct ast_vhub_ep *ep = to_ast_ep(u_ep); in ast_vhub_epn_queue() 467 struct ast_vhub_ep *ep = to_ast_ep(u_ep); in ast_vhub_epn_dequeue() 515 struct ast_vhub_ep *ep = to_ast_ep(u_ep); in ast_vhub_set_halt_and_wedge() 521 if (!u_ep || !u_ep->desc) in ast_vhub_set_halt_and_wedge() 554 static int ast_vhub_epn_disable(struct usb_ep* u_ep) in ast_vhub_epn_disable() argument 556 struct ast_vhub_ep *ep = to_ast_ep(u_ep); in ast_vhub_epn_disable() 591 static int ast_vhub_epn_enable(struct usb_ep* u_ep, in ast_vhub_epn_enable() argument 594 struct ast_vhub_ep *ep = to_ast_ep(u_ep); in ast_vhub_epn_enable() 602 if (!u_ep || !desc) in ast_vhub_epn_enable() 751 static void ast_vhub_epn_dispose(struct usb_ep *u_ep) in ast_vhub_epn_dispose() argument [all …]
|
A D | dev.c | 355 struct usb_ep *u_ep; in ast_vhub_udc_match_ep() local 366 list_for_each_entry(u_ep, &gadget->ep_list, ep_list) { in ast_vhub_udc_match_ep() 367 if (usb_gadget_ep_match_desc(gadget, u_ep, desc, ss)) { in ast_vhub_udc_match_ep() 369 to_ast_ep(u_ep)->d_idx); in ast_vhub_udc_match_ep() 370 return u_ep; in ast_vhub_udc_match_ep()
|
A D | ep0.c | 353 static int ast_vhub_ep0_queue(struct usb_ep* u_ep, struct usb_request *u_req, in ast_vhub_ep0_queue() argument 357 struct ast_vhub_ep *ep = to_ast_ep(u_ep); in ast_vhub_ep0_queue() 432 static int ast_vhub_ep0_dequeue(struct usb_ep* u_ep, struct usb_request *u_req) in ast_vhub_ep0_dequeue() argument 434 struct ast_vhub_ep *ep = to_ast_ep(u_ep); in ast_vhub_ep0_dequeue()
|
A D | vhub.h | 518 struct usb_request *ast_vhub_alloc_request(struct usb_ep *u_ep, 520 void ast_vhub_free_request(struct usb_ep *u_ep, struct usb_request *u_req);
|
A D | core.c | 76 struct usb_request *ast_vhub_alloc_request(struct usb_ep *u_ep, in ast_vhub_alloc_request() argument 87 void ast_vhub_free_request(struct usb_ep *u_ep, struct usb_request *u_req) in ast_vhub_free_request() argument
|
Completed in 11 milliseconds