Searched refs:cdns3_endpoint (Results 1 – 5 of 5) sorted by relevance
/linux-6.3-rc2/drivers/usb/cdns3/ |
A D | cdns3-trace.h | 28 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), 438 TP_PROTO(struct cdns3_endpoint *priv_ep), 442 __dynamic_array(u8, priv_ep, sizeof(struct cdns3_endpoint)) 448 sizeof(struct cdns3_endpoint)); 454 cdns3_dbg_ring((struct cdns3_endpoint *)__get_str(priv_ep), 460 TP_PROTO(struct cdns3_endpoint *priv_ep), 465 TP_PROTO(struct cdns3_endpoint *priv_ep), 511 TP_PROTO(struct cdns3_endpoint *priv_ep), [all …]
|
A D | cdns3-gadget.c | 115 struct cdns3_endpoint *priv_ep) in cdns3_get_dma_pos() 384 struct cdns3_endpoint *priv_ep) in cdns3_start_all_request() 1367 struct cdns3_endpoint *priv_ep; in cdns3_set_hw_configuration() 1993 struct cdns3_endpoint *priv_ep) in cdns3_configure_dmult() 2161 struct cdns3_endpoint *priv_ep; in cdns3_find_available_ep() 2207 struct cdns3_endpoint *priv_ep; in cdns3_gadget_match_ep() 2279 struct cdns3_endpoint *priv_ep; in cdns3_gadget_ep_enable() 2417 struct cdns3_endpoint *priv_ep; in cdns3_gadget_ep_disable() 2564 struct cdns3_endpoint *priv_ep; in cdns3_gadget_ep_queue() 2959 struct cdns3_endpoint *priv_ep; in cdns3_gadget_udc_stop() [all …]
|
A D | cdns3-gadget.h | 1135 struct cdns3_endpoint { struct 1231 struct cdns3_endpoint *priv_ep; 1311 struct cdns3_endpoint *eps[CDNS3_ENDPOINTS_MAX_COUNT]; 1342 dma_addr_t cdns3_trb_virt_to_dma(struct cdns3_endpoint *priv_ep, 1351 void cdns3_rearm_transfer(struct cdns3_endpoint *priv_ep, u8 rearm); 1352 int cdns3_allocate_trb_pool(struct cdns3_endpoint *priv_ep); 1356 void __cdns3_gadget_ep_set_halt(struct cdns3_endpoint *priv_ep); 1357 int __cdns3_gadget_ep_clear_halt(struct cdns3_endpoint *priv_ep); 1363 void cdns3_gadget_giveback(struct cdns3_endpoint *priv_ep, 1368 struct cdns3_endpoint *priv_ep); [all …]
|
A D | cdns3-ep0.c | 39 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()
|
A D | cdns3-debug.h | 110 static inline char *cdns3_dbg_ring(struct cdns3_endpoint *priv_ep, in cdns3_dbg_ring()
|
Completed in 18 milliseconds