Home
last modified time | relevance | path

Searched refs:to_ast_ep (Results 1 – 4 of 4) sorted by relevance

/drivers/usb/gadget/udc/aspeed-vhub/
Depn.c337 struct ast_vhub_ep *ep = to_ast_ep(u_ep); in ast_vhub_epn_queue()
469 struct ast_vhub_ep *ep = to_ast_ep(u_ep); in ast_vhub_epn_dequeue()
517 struct ast_vhub_ep *ep = to_ast_ep(u_ep); in ast_vhub_set_halt_and_wedge()
558 struct ast_vhub_ep *ep = to_ast_ep(u_ep); in ast_vhub_epn_disable()
596 struct ast_vhub_ep *ep = to_ast_ep(u_ep); in ast_vhub_epn_enable()
755 struct ast_vhub_ep *ep = to_ast_ep(u_ep); in ast_vhub_epn_dispose()
Dep0.c362 struct ast_vhub_ep *ep = to_ast_ep(u_ep); in ast_vhub_ep0_queue()
439 struct ast_vhub_ep *ep = to_ast_ep(u_ep); in ast_vhub_ep0_dequeue()
Dvhub.h338 #define to_ast_ep(__uep) container_of(__uep, struct ast_vhub_ep, ep) macro
Ddev.c374 to_ast_ep(u_ep)->d_idx); in ast_vhub_udc_match_ep()