Lines Matching full:gpd
124 __field(struct qmu_gpd *, gpd)
134 __entry->gpd = mreq->gpd;
141 TP_printk("%s: req %p gpd %p len %u/%u %s%s --> %d",
142 __get_str(name), __entry->mreq, __entry->gpd,
176 TP_PROTO(struct mtu3_ep *mep, struct qmu_gpd *gpd),
177 TP_ARGS(mep, gpd),
180 __field(struct qmu_gpd *, gpd)
188 __entry->gpd = gpd;
189 __entry->dw0 = le32_to_cpu(gpd->dw0_info);
190 __entry->dw1 = le32_to_cpu(gpd->next_gpd);
191 __entry->dw2 = le32_to_cpu(gpd->buffer);
192 __entry->dw3 = le32_to_cpu(gpd->dw3_info);
194 TP_printk("%s: gpd %p - %08x %08x %08x %08x",
195 __get_str(name), __entry->gpd,
202 TP_PROTO(struct mtu3_ep *mep, struct qmu_gpd *gpd),
203 TP_ARGS(mep, gpd)
207 TP_PROTO(struct mtu3_ep *mep, struct qmu_gpd *gpd),
208 TP_ARGS(mep, gpd)
212 TP_PROTO(struct mtu3_ep *mep, struct qmu_gpd *gpd),
213 TP_ARGS(mep, gpd)