Home
last modified time | relevance | path

Searched defs:to_ast_ep (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/usb/gadget/udc/aspeed-vhub/
H A Dvhub.h338 #define to_ast_ep(__uep) container_of(__uep, struct ast_vhub_ep, ep) macro
/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