Home
last modified time | relevance | path

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

/openbmc/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
H A Ddev.c379 to_ast_ep(u_ep)->d_idx); in ast_vhub_udc_match_ep()
/openbmc/linux/drivers/usb/gadget/udc/
H A Daspeed_udc.c199 #define to_ast_ep(__ep) container_of(__ep, struct ast_udc_ep, ep) macro
345 struct ast_udc_ep *ep = to_ast_ep(_ep); in ast_udc_ep_enable()
432 struct ast_udc_ep *ep = to_ast_ep(_ep); in ast_udc_ep_disable()
452 struct ast_udc_ep *ep = to_ast_ep(_ep); in ast_udc_ep_alloc_request()
630 struct ast_udc_ep *ep = to_ast_ep(_ep); in ast_udc_ep_queue()
693 struct ast_udc_ep *ep = to_ast_ep(_ep); in ast_udc_ep_dequeue()
722 struct ast_udc_ep *ep = to_ast_ep(_ep); in ast_udc_ep_set_halt()