Searched refs:cdns3_endpoint (Results 1 – 4 of 4) sorted by relevance
108 struct cdns3_endpoint *priv_ep) in cdns3_get_dma_pos()360 struct cdns3_endpoint *priv_ep) in cdns3_start_all_request()1013 struct cdns3_endpoint *priv_ep; in cdns3_set_hw_configuration()1515 struct cdns3_endpoint *priv_ep) in cdns3_configure_dmult()1655 struct cdns3_endpoint *priv_ep; in cdns3_find_available_ep()1698 struct cdns3_endpoint *priv_ep; in cdns3_gadget_match_ep()1770 struct cdns3_endpoint *priv_ep; in cdns3_gadget_ep_enable()1881 struct cdns3_endpoint *priv_ep; in cdns3_gadget_ep_disable()2018 struct cdns3_endpoint *priv_ep; in cdns3_gadget_ep_queue()2358 struct cdns3_endpoint *priv_ep; in cdns3_gadget_udc_stop()[all …]
1119 struct cdns3_endpoint { struct1201 struct cdns3_endpoint *priv_ep;1278 struct cdns3_endpoint *eps[CDNS3_ENDPOINTS_MAX_COUNT];1305 dma_addr_t cdns3_trb_virt_to_dma(struct cdns3_endpoint *priv_ep,1314 int cdns3_ep_run_transfer(struct cdns3_endpoint *priv_ep,1317 int cdns3_allocate_trb_pool(struct cdns3_endpoint *priv_ep);1321 void __cdns3_gadget_ep_set_halt(struct cdns3_endpoint *priv_ep);1322 int __cdns3_gadget_ep_clear_halt(struct cdns3_endpoint *priv_ep);1328 void cdns3_gadget_giveback(struct cdns3_endpoint *priv_ep,1333 struct cdns3_endpoint *priv_ep);[all …]
47 struct cdns3_endpoint *priv_ep = priv_dev->eps[0]; in cdns3_ep0_run_transfer()121 struct cdns3_endpoint *priv_ep = priv_dev->eps[0]; in cdns3_ep0_complete_setup()156 struct cdns3_endpoint *priv_ep; in cdns3_req_ep0_set_configuration()393 struct cdns3_endpoint *priv_ep; in cdns3_ep0_feature_handle_endpoint()567 struct cdns3_endpoint *priv_ep = priv_dev->eps[0]; in cdns3_ep0_setup_phase()608 struct cdns3_endpoint *priv_ep = priv_dev->eps[0]; in cdns3_transfer_completed()730 struct cdns3_endpoint *priv_ep = ep_to_cdns3_ep(ep); in cdns3_gadget_ep0_queue()812 struct cdns3_endpoint *priv_ep = ep_to_cdns3_ep(ep); in cdns3_gadget_ep_set_wedge()841 struct cdns3_endpoint *priv_ep; in cdns3_ep0_config()899 struct cdns3_endpoint *priv_ep) in cdns3_init_ep0()
111 static inline char *cdns3_dbg_ring(struct cdns3_endpoint *priv_ep, in cdns3_dbg_ring()
Completed in 15 milliseconds