Lines Matching refs:__entry
72 __entry->event = event;
74 TP_printk("event %08x", __entry->event)
93 __entry->bRequestType = ctrl->bRequestType;
94 __entry->bRequest = ctrl->bRequest;
95 __entry->wValue = ctrl->wValue;
96 __entry->wIndex = ctrl->wIndex;
97 __entry->wLength = ctrl->wLength;
100 __entry->bRequestType, __entry->bRequest,
101 le16_to_cpu(__entry->wValue), le16_to_cpu(__entry->wIndex),
102 le16_to_cpu(__entry->wLength)
123 __entry->req = req;
124 __entry->actual = req->request.actual;
125 __entry->length = req->request.length;
126 __entry->status = req->request.status;
129 __get_str(name), __entry->req, __entry->actual, __entry->length,
130 __entry->status
167 __entry->cmd = cmd;
168 __entry->param = param;
171 dwc3_gadget_generic_cmd_string(__entry->cmd),
172 __entry->cmd, __entry->param
194 __entry->cmd = cmd;
195 __entry->param0 = params->param0;
196 __entry->param1 = params->param1;
197 __entry->param2 = params->param2;
200 __get_str(name), dwc3_gadget_ep_cmd_string(__entry->cmd),
201 __entry->cmd, __entry->param0,
202 __entry->param1, __entry->param2
225 __entry->trb = trb;
226 __entry->bpl = trb->bpl;
227 __entry->bph = trb->bph;
228 __entry->size = trb->size;
229 __entry->ctrl = trb->ctrl;
232 __get_str(name), __entry->trb, __entry->bph, __entry->bpl,
233 __entry->size, __entry->ctrl