Home
last modified time | relevance | path

Searched defs:priv_ep (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/usb/cdns3/
H A Dcdns3-ep0.c39 struct cdns3_endpoint *priv_ep = priv_dev->eps[0]; in cdns3_ep0_run_transfer() local
107 struct cdns3_endpoint *priv_ep = priv_dev->eps[0]; in cdns3_ep0_complete_setup() local
223 struct cdns3_endpoint *priv_ep; in cdns3_req_ep0_get_status() local
360 struct cdns3_endpoint *priv_ep; in cdns3_ep0_feature_handle_endpoint() local
534 struct cdns3_endpoint *priv_ep = priv_dev->eps[0]; in cdns3_ep0_setup_phase() local
571 struct cdns3_endpoint *priv_ep = priv_dev->eps[0]; in cdns3_transfer_completed() local
691 struct cdns3_endpoint *priv_ep = ep_to_cdns3_ep(ep); in cdns3_gadget_ep0_queue() local
783 struct cdns3_endpoint *priv_ep = ep_to_cdns3_ep(ep); in cdns3_gadget_ep_set_wedge() local
813 struct cdns3_endpoint *priv_ep; in cdns3_ep0_config() local
876 struct cdns3_endpoint *priv_ep) in cdns3_init_ep0()
H A Dcdns3-debug.h110 static inline char *cdns3_dbg_ring(struct cdns3_endpoint *priv_ep, char *str) in cdns3_dbg_ring()
H A Dcdns3-gadget.h1234 struct cdns3_endpoint *priv_ep; member