Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/usb/gadget/udc/aspeed-vhub/
H A Depn.c337 struct ast_vhub_ep *ep = to_ast_ep(u_ep); in ast_vhub_epn_queue()
472 struct ast_vhub_ep *ep = to_ast_ep(u_ep); in ast_vhub_epn_dequeue()
520 struct ast_vhub_ep *ep = to_ast_ep(u_ep); in ast_vhub_set_halt_and_wedge()
561 struct ast_vhub_ep *ep = to_ast_ep(u_ep); in ast_vhub_epn_disable()
599 struct ast_vhub_ep *ep = to_ast_ep(u_ep); in ast_vhub_epn_enable()
758 struct ast_vhub_ep *ep = to_ast_ep(u_ep); in ast_vhub_epn_dispose()
H A 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()
H A Dvhub.h338 #define to_ast_ep(__uep) container_of(__uep, struct ast_vhub_ep, ep) macro
H A Ddev.c374 to_ast_ep(u_ep)->d_idx); in ast_vhub_udc_match_ep()