Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/usb/cdns3/
Dtrace.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),
140 TP_PROTO(struct cdns3_device *priv_dev, struct cdns3_endpoint *priv_ep),
323 TP_PROTO(struct cdns3_endpoint *priv_ep, struct cdns3_trb *trb),
357 TP_PROTO(struct cdns3_endpoint *priv_ep, struct cdns3_trb *trb),
362 TP_PROTO(struct cdns3_endpoint *priv_ep, struct cdns3_trb *trb),
367 TP_PROTO(struct cdns3_endpoint *priv_ep),
371 __dynamic_array(u8, priv_ep, sizeof(struct cdns3_endpoint))
[all …]
Dgadget.c97 struct cdns3_endpoint *priv_ep) in cdns3_get_dma_pos()
153 dma_addr_t cdns3_trb_virt_to_dma(struct cdns3_endpoint *priv_ep, in cdns3_trb_virt_to_dma()
161 int cdns3_ring_size(struct cdns3_endpoint *priv_ep) in cdns3_ring_size()
179 int cdns3_allocate_trb_pool(struct cdns3_endpoint *priv_ep) in cdns3_allocate_trb_pool()
208 static void cdns3_free_trb_pool(struct cdns3_endpoint *priv_ep) in cdns3_free_trb_pool()
226 static void cdns3_ep_stall_flush(struct cdns3_endpoint *priv_ep) in cdns3_ep_stall_flush()
282 static void cdns3_ep_inc_enq(struct cdns3_endpoint *priv_ep) in cdns3_ep_inc_enq()
292 static void cdns3_ep_inc_deq(struct cdns3_endpoint *priv_ep) in cdns3_ep_inc_deq()
300 struct cdns3_endpoint *priv_ep = priv_req->priv_ep; in cdns3_move_deq_to_next_trb()
355 struct cdns3_endpoint *priv_ep) in cdns3_start_all_request()
[all …]
Dgadget.h962 #define ep_to_cdns3_ep(ep) (container_of(ep, struct cdns3_endpoint, endpoint))
1118 struct cdns3_endpoint { struct
1200 struct cdns3_endpoint *priv_ep;
1277 struct cdns3_endpoint *eps[CDNS3_ENDPOINTS_MAX_COUNT];
1304 dma_addr_t cdns3_trb_virt_to_dma(struct cdns3_endpoint *priv_ep,
1313 int cdns3_ep_run_transfer(struct cdns3_endpoint *priv_ep,
1315 void cdns3_rearm_transfer(struct cdns3_endpoint *priv_ep, u8 rearm);
1316 int cdns3_allocate_trb_pool(struct cdns3_endpoint *priv_ep);
1320 void __cdns3_gadget_ep_set_halt(struct cdns3_endpoint *priv_ep);
1321 int __cdns3_gadget_ep_clear_halt(struct cdns3_endpoint *priv_ep);
[all …]
Dep0.c38 struct cdns3_endpoint *priv_ep = priv_dev->eps[0]; in cdns3_ep0_run_transfer()
106 struct cdns3_endpoint *priv_ep = priv_dev->eps[0]; in cdns3_ep0_complete_setup()
141 struct cdns3_endpoint *priv_ep; in cdns3_req_ep0_set_configuration()
237 struct cdns3_endpoint *priv_ep; in cdns3_req_ep0_get_status()
380 struct cdns3_endpoint *priv_ep; in cdns3_ep0_feature_handle_endpoint()
554 struct cdns3_endpoint *priv_ep = priv_dev->eps[0]; in cdns3_ep0_setup_phase()
591 struct cdns3_endpoint *priv_ep = priv_dev->eps[0]; in cdns3_transfer_completed()
707 struct cdns3_endpoint *priv_ep = ep_to_cdns3_ep(ep); in cdns3_gadget_ep0_queue()
785 struct cdns3_endpoint *priv_ep = ep_to_cdns3_ep(ep); in cdns3_gadget_ep_set_wedge()
815 struct cdns3_endpoint *priv_ep; in cdns3_ep0_config()
[all …]
Ddebug.h110 static inline char *cdns3_dbg_ring(struct cdns3_endpoint *priv_ep, in cdns3_dbg_ring()