Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/gadget/udc/cdns2/
H A Dcdns2-trace.h115 TP_PROTO(struct cdns2_endpoint *ep_priv, char *msg),
129 TP_PROTO(struct cdns2_endpoint *pep, u32 ep_trbaddr),
145 TP_PROTO(struct cdns2_endpoint *pep, u32 ep_trbaddr),
439 TP_PROTO(struct cdns2_endpoint *pep),
449 sizeof(struct cdns2_endpoint));
462 TP_PROTO(struct cdns2_endpoint *pep),
467 TP_PROTO(struct cdns2_endpoint *pep),
501 TP_PROTO(struct cdns2_endpoint *pep),
506 TP_PROTO(struct cdns2_endpoint *pep),
511 TP_PROTO(struct cdns2_endpoint *pep),
[all …]
H A Dcdns2-gadget.h405 #define ep_to_cdns2_ep(ep) (container_of(ep, struct cdns2_endpoint, endpoint))
542 struct cdns2_endpoint { struct
591 struct cdns2_endpoint *pep; argument
662 struct cdns2_endpoint eps[CDNS2_ENDPOINTS_NUM];
682 dma_addr_t cdns2_trb_virt_to_dma(struct cdns2_endpoint *pep,
692 void cdns2_gadget_giveback(struct cdns2_endpoint *pep,
695 void cdns2_init_ep0(struct cdns2_device *pdev, struct cdns2_endpoint *pep);
704 int cdns2_halt_endpoint(struct cdns2_device *pdev, struct cdns2_endpoint *pep,
H A Dcdns2-gadget.c75 struct cdns2_endpoint *pep) in cdns2_get_dma_pos()
1342 struct cdns2_endpoint *pep; in cdns2_eps_onchip_buffer_init()
1531 struct cdns2_endpoint *pep; in cdns2_gadget_ep_enable()
1613 struct cdns2_endpoint *pep; in cdns2_gadget_ep_disable()
1700 struct cdns2_endpoint *pep; in cdns2_gadget_ep_queue()
1742 struct cdns2_endpoint *pep; in cdns2_gadget_ep_dequeue()
1823 struct cdns2_endpoint *pep, in cdns2_halt_endpoint()
1926 struct cdns2_endpoint *pep; in cdns2_find_available_ep()
1966 struct cdns2_endpoint *pep; in cdns2_gadget_match_ep()
2130 struct cdns2_endpoint *pep; in cdns2_gadget_udc_stop()
[all …]
H A Dcdns2-ep0.c45 struct cdns2_endpoint *pep = &pdev->eps[0]; in cdns2_ep0_enqueue()
92 struct cdns2_endpoint *pep = &pdev->eps[0]; in cdns2_ep0_stall()
109 struct cdns2_endpoint *pep = &pdev->eps[0]; in cdns2_status_stage()
176 struct cdns2_endpoint *pep; in cdns2_req_ep0_handle_status()
286 struct cdns2_endpoint *pep; in cdns2_ep0_handle_feature_endpoint()
381 struct cdns2_endpoint *pep = &pdev->eps[0]; in cdns2_handle_setup_packet()
461 struct cdns2_endpoint *pep = &pdev->eps[0]; in cdns2_transfer_completed()
517 struct cdns2_endpoint *pep = ep_to_cdns2_ep(ep); in cdns2_gadget_ep0_set_halt()
540 struct cdns2_endpoint *pep = ep_to_cdns2_ep(ep); in cdns2_gadget_ep0_queue()
621 struct cdns2_endpoint *pep; in cdns2_ep0_config()
[all …]
H A Dcdns2-debug.h98 static inline const char *cdns2_raw_ring(struct cdns2_endpoint *pep, in cdns2_raw_ring()