Lines Matching refs:priv_ep

118 	TP_PROTO(struct cdns3_device *priv_dev, struct cdns3_endpoint *priv_ep),
119 TP_ARGS(priv_dev, priv_ep),
121 __string(ep_name, priv_ep->name)
128 __assign_str(ep_name, priv_ep->name);
131 __entry->ep_last_sid = priv_ep->last_stream_id;
132 __entry->use_streams = priv_ep->use_streams;
144 TP_PROTO(struct cdns3_device *priv_dev, struct cdns3_endpoint *priv_ep),
145 TP_ARGS(priv_dev, priv_ep)
202 __string(name, req->priv_ep->name)
217 __assign_str(name, req->priv_ep->name);
290 __string(name, req->priv_ep->name)
297 __assign_str(name, req->priv_ep->name);
323 __string(name, priv_req->priv_ep->name)
332 __assign_str(name, priv_req->priv_ep->name);
361 __string(name, priv_req->priv_ep->name)
367 __assign_str(name, priv_req->priv_ep->name);
386 TP_PROTO(struct cdns3_endpoint *priv_ep, struct cdns3_trb *trb),
387 TP_ARGS(priv_ep, trb),
389 __string(name, priv_ep->name)
398 __assign_str(name, priv_ep->name);
403 __entry->type = usb_endpoint_type(priv_ep->endpoint.desc);
404 __entry->last_stream_id = priv_ep->last_stream_id;
424 TP_PROTO(struct cdns3_endpoint *priv_ep, struct cdns3_trb *trb),
425 TP_ARGS(priv_ep, trb)
429 TP_PROTO(struct cdns3_endpoint *priv_ep, struct cdns3_trb *trb),
430 TP_ARGS(priv_ep, trb)
434 TP_PROTO(struct cdns3_endpoint *priv_ep),
435 TP_ARGS(priv_ep),
438 GET_TRBS_PER_SEGMENT(priv_ep->type) > TRBS_PER_SEGMENT ?
440 (GET_TRBS_PER_SEGMENT(priv_ep->type) * 65) + CDNS3_MSG_MAX)
443 cdns3_dbg_ring(priv_ep, __get_str(buffer));
450 TP_PROTO(struct cdns3_endpoint *priv_ep),
451 TP_ARGS(priv_ep)
455 TP_PROTO(struct cdns3_endpoint *priv_ep),
456 TP_ARGS(priv_ep),
458 __string(name, priv_ep->name)
470 __assign_str(name, priv_ep->name);
471 __entry->maxpacket = priv_ep->endpoint.maxpacket;
472 __entry->maxpacket_limit = priv_ep->endpoint.maxpacket_limit;
473 __entry->max_streams = priv_ep->endpoint.max_streams;
474 __entry->use_streams = priv_ep->use_streams;
475 __entry->maxburst = priv_ep->endpoint.maxburst;
476 __entry->flags = priv_ep->flags;
477 __entry->dir = priv_ep->dir;
478 __entry->enqueue = priv_ep->enqueue;
479 __entry->dequeue = priv_ep->dequeue;
501 TP_PROTO(struct cdns3_endpoint *priv_ep),
502 TP_ARGS(priv_ep)
506 TP_PROTO(struct cdns3_endpoint *priv_ep),
507 TP_ARGS(priv_ep)
527 __entry->dequeue_idx = priv_req->priv_ep->dequeue;
528 __entry->enqueue_idx = priv_req->priv_ep->enqueue;