Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/usb/cdns3/
H A Dgadget.c103 struct cdns3_endpoint *priv_ep) in cdns3_get_dma_pos()
159 dma_addr_t cdns3_trb_virt_to_dma(struct cdns3_endpoint *priv_ep, in cdns3_trb_virt_to_dma()
167 int cdns3_ring_size(struct cdns3_endpoint *priv_ep) in cdns3_ring_size()
185 int cdns3_allocate_trb_pool(struct cdns3_endpoint *priv_ep) in cdns3_allocate_trb_pool()
212 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 …]
H A 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 …]
H A Dep0.c42 struct cdns3_endpoint *priv_ep = priv_dev->eps[0]; in cdns3_ep0_run_transfer()
116 struct cdns3_endpoint *priv_ep = priv_dev->eps[0]; in cdns3_ep0_complete_setup()
151 struct cdns3_endpoint *priv_ep; in cdns3_req_ep0_set_configuration()
388 struct cdns3_endpoint *priv_ep; in cdns3_ep0_feature_handle_endpoint()
562 struct cdns3_endpoint *priv_ep = priv_dev->eps[0]; in cdns3_ep0_setup_phase()
599 struct cdns3_endpoint *priv_ep = priv_dev->eps[0]; in cdns3_transfer_completed()
721 struct cdns3_endpoint *priv_ep = ep_to_cdns3_ep(ep); in cdns3_gadget_ep0_queue()
803 struct cdns3_endpoint *priv_ep = ep_to_cdns3_ep(ep); in cdns3_gadget_ep_set_wedge()
832 struct cdns3_endpoint *priv_ep; in cdns3_ep0_config()
890 struct cdns3_endpoint *priv_ep) in cdns3_init_ep0()
H A Ddebug.h111 static inline char *cdns3_dbg_ring(struct cdns3_endpoint *priv_ep, in cdns3_dbg_ring()