Home
last modified time | relevance | path

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

/Linux-v4.19/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()
600 struct ast_vhub_ep *ep = to_ast_ep(u_ep); in ast_vhub_epn_enable()
759 struct ast_vhub_ep *ep = to_ast_ep(u_ep); in ast_vhub_epn_dispose()
Dep0.c350 struct ast_vhub_ep *ep = to_ast_ep(u_ep); in ast_vhub_ep0_queue()
423 struct ast_vhub_ep *ep = to_ast_ep(u_ep); in ast_vhub_ep0_dequeue()
Dvhub.h337 #define to_ast_ep(__uep) container_of(__uep, struct ast_vhub_ep, ep) macro
Ddev.c354 to_ast_ep(u_ep)->d_idx); in ast_vhub_udc_match_ep()