Searched refs:cdnsp_ep_ctx (Results 1 – 4 of 4) sorted by relevance
/linux/drivers/usb/cdns3/ |
A D | cdnsp-trace.h | 540 TP_PROTO(struct cdnsp_ep_ctx *ctx), 562 TP_PROTO(struct cdnsp_ep_ctx *ctx), 567 TP_PROTO(struct cdnsp_ep_ctx *ctx), 572 TP_PROTO(struct cdnsp_ep_ctx *ctx), 577 TP_PROTO(struct cdnsp_ep_ctx *ctx), 582 TP_PROTO(struct cdnsp_ep_ctx *ctx), 587 TP_PROTO(struct cdnsp_ep_ctx *ctx), 592 TP_PROTO(struct cdnsp_ep_ctx *ctx), 597 TP_PROTO(struct cdnsp_ep_ctx *ctx),
|
A D | cdnsp-gadget.h | 639 struct cdnsp_ep_ctx { struct 826 struct cdnsp_ep_ctx *in_ctx; 827 struct cdnsp_ep_ctx *out_ctx; 1562 struct cdnsp_ep_ctx *cdnsp_get_ep_ctx(struct cdnsp_container_ctx *ctx,
|
A D | cdnsp-mem.c | 506 struct cdnsp_ep_ctx *cdnsp_get_ep_ctx(struct cdnsp_container_ctx *ctx, in cdnsp_get_ep_ctx() 514 return (struct cdnsp_ep_ctx *)(ctx->bytes + (ep_index * ctx->ctx_size)); in cdnsp_get_ep_ctx() 717 struct cdnsp_ep_ctx *ep0_ctx = pdev->eps[0].in_ctx; in cdnsp_copy_ep0_dequeue_into_input_ctx() 729 struct cdnsp_ep_ctx *ep0_ctx; in cdnsp_setup_addressable_priv_dev() 946 struct cdnsp_ep_ctx *ep_ctx; in cdnsp_endpoint_init()
|
A D | cdnsp-gadget.c | 443 struct cdnsp_ep_ctx *ep_ctx; in cdnsp_zero_in_ctx() 747 struct cdnsp_ep_ctx *ep_ctx, in cdnsp_setup_streams_ep_input_ctx()
|
Completed in 16 milliseconds