Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/usb/cdns3/
Dcdns3-trace.h28 TP_PROTO(struct cdns3_endpoint *ep_priv, u8 halt, u8 flush),
45 TP_PROTO(struct cdns3_endpoint *ep_priv, char *msg),
59 TP_PROTO(struct cdns3_endpoint *ep_priv, char *msg),
119 TP_PROTO(struct cdns3_device *priv_dev, struct cdns3_endpoint *priv_ep),
146 TP_PROTO(struct cdns3_device *priv_dev, struct cdns3_endpoint *priv_ep),
390 TP_PROTO(struct cdns3_endpoint *priv_ep, struct cdns3_trb *trb),
428 TP_PROTO(struct cdns3_endpoint *priv_ep, struct cdns3_trb *trb),
433 TP_PROTO(struct cdns3_endpoint *priv_ep, struct cdns3_trb *trb),
438 TP_PROTO(struct cdns3_endpoint *priv_ep),
442 __dynamic_array(u8, priv_ep, sizeof(struct cdns3_endpoint))
[all …]
Dcdns3-gadget.c75 static int cdns3_ep_run_transfer(struct cdns3_endpoint *priv_ep,
78 static int cdns3_ep_run_stream_transfer(struct cdns3_endpoint *priv_ep,
115 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()
[all …]
Dcdns3-gadget.h964 #define ep_to_cdns3_ep(ep) (container_of(ep, struct cdns3_endpoint, endpoint))
1135 struct cdns3_endpoint { struct
1231 struct cdns3_endpoint *priv_ep;
1311 struct cdns3_endpoint *eps[CDNS3_ENDPOINTS_MAX_COUNT];
1339 dma_addr_t cdns3_trb_virt_to_dma(struct cdns3_endpoint *priv_ep,
1348 void cdns3_rearm_transfer(struct cdns3_endpoint *priv_ep, u8 rearm);
1349 int cdns3_allocate_trb_pool(struct cdns3_endpoint *priv_ep);
1353 void __cdns3_gadget_ep_set_halt(struct cdns3_endpoint *priv_ep);
1354 int __cdns3_gadget_ep_clear_halt(struct cdns3_endpoint *priv_ep);
1360 void cdns3_gadget_giveback(struct cdns3_endpoint *priv_ep,
[all …]
Dcdns3-ep0.c39 struct cdns3_endpoint *priv_ep = priv_dev->eps[0]; in cdns3_ep0_run_transfer()
107 struct cdns3_endpoint *priv_ep = priv_dev->eps[0]; in cdns3_ep0_complete_setup()
223 struct cdns3_endpoint *priv_ep; in cdns3_req_ep0_get_status()
360 struct cdns3_endpoint *priv_ep; in cdns3_ep0_feature_handle_endpoint()
534 struct cdns3_endpoint *priv_ep = priv_dev->eps[0]; in cdns3_ep0_setup_phase()
571 struct cdns3_endpoint *priv_ep = priv_dev->eps[0]; in cdns3_transfer_completed()
691 struct cdns3_endpoint *priv_ep = ep_to_cdns3_ep(ep); in cdns3_gadget_ep0_queue()
783 struct cdns3_endpoint *priv_ep = ep_to_cdns3_ep(ep); in cdns3_gadget_ep_set_wedge()
813 struct cdns3_endpoint *priv_ep; in cdns3_ep0_config()
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()