Home
last modified time | relevance | path

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

/linux/drivers/usb/gadget/udc/aspeed-vhub/
H A Depn.c339 struct ast_vhub_ep *ep = to_ast_ep(u_ep); in ast_vhub_epn_queue()
474 struct ast_vhub_ep *ep = to_ast_ep(u_ep); in ast_vhub_epn_dequeue()
524 struct ast_vhub_ep *ep = to_ast_ep(u_ep); in ast_vhub_set_halt_and_wedge()
565 struct ast_vhub_ep *ep = to_ast_ep(u_ep); in ast_vhub_epn_disable()
603 struct ast_vhub_ep *ep = to_ast_ep(u_ep); in ast_vhub_epn_enable()
762 struct ast_vhub_ep *ep = to_ast_ep(u_ep); in ast_vhub_epn_dispose()
H A Dep0.c363 struct ast_vhub_ep *ep = to_ast_ep(u_ep); in ast_vhub_ep0_queue()
440 struct ast_vhub_ep *ep = to_ast_ep(u_ep); in ast_vhub_ep0_dequeue()
H A Dvhub.h338 #define to_ast_ep(__uep) container_of(__uep, struct ast_vhub_ep, ep) macro