Searched refs:to_ast_ep (Results 1 – 3 of 3) sorted by relevance
339 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()
363 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()
338 #define to_ast_ep(__uep) container_of(__uep, struct ast_vhub_ep, ep) macro