Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/usb/gadget/udc/aspeed-vhub/
Depn.c332 struct ast_vhub_ep *ep = to_ast_ep(u_ep); in ast_vhub_epn_queue()
467 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()
596 struct ast_vhub_ep *ep = to_ast_ep(u_ep); in ast_vhub_epn_enable()
755 struct ast_vhub_ep *ep = to_ast_ep(u_ep); in ast_vhub_epn_dispose()
Dep0.c364 struct ast_vhub_ep *ep = to_ast_ep(u_ep); in ast_vhub_ep0_queue()
441 struct ast_vhub_ep *ep = to_ast_ep(u_ep); in ast_vhub_ep0_dequeue()
Dvhub.h338 #define to_ast_ep(__uep) container_of(__uep, struct ast_vhub_ep, ep) macro
Ddev.c380 to_ast_ep(u_ep)->d_idx); in ast_vhub_udc_match_ep()
/linux-6.1.9/drivers/usb/gadget/udc/
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()