Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/usb/cdns3/
Dcdns3-gadget.c115 struct cdns3_endpoint *priv_ep) in cdns3_get_dma_pos()
186 dma_addr_t cdns3_trb_virt_to_dma(struct cdns3_endpoint *priv_ep, in cdns3_trb_virt_to_dma()
194 static void cdns3_free_trb_pool(struct cdns3_endpoint *priv_ep) in cdns3_free_trb_pool()
211 int cdns3_allocate_trb_pool(struct cdns3_endpoint *priv_ep) in cdns3_allocate_trb_pool()
261 static void cdns3_ep_stall_flush(struct cdns3_endpoint *priv_ep) in cdns3_ep_stall_flush()
324 static void cdns3_ep_inc_enq(struct cdns3_endpoint *priv_ep) in cdns3_ep_inc_enq()
334 static void cdns3_ep_inc_deq(struct cdns3_endpoint *priv_ep) in cdns3_ep_inc_deq()
342 struct cdns3_endpoint *priv_ep = priv_req->priv_ep; in cdns3_move_deq_to_next_trb() local
397 struct cdns3_endpoint *priv_ep) in cdns3_start_all_request()
448 #define cdns3_wa2_enable_detection(priv_dev, priv_ep, reg) do { \ argument
[all …]
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()
Dcdns3-debug.h110 static inline char *cdns3_dbg_ring(struct cdns3_endpoint *priv_ep, in cdns3_dbg_ring()
Dcdns3-gadget.h1231 struct cdns3_endpoint *priv_ep; member