Lines Matching refs:vdev
169 TP_PROTO(struct xhci_virt_device *vdev),
170 TP_ARGS(vdev),
172 __field(void *, vdev)
181 __entry->vdev = vdev;
182 __entry->in_ctx = (unsigned long long) vdev->in_ctx->dma;
183 __entry->out_ctx = (unsigned long long) vdev->out_ctx->dma;
184 __entry->fake_port = (u8) vdev->fake_port;
185 __entry->real_port = (u8) vdev->real_port;
186 __entry->current_mel = (u16) vdev->current_mel;
188 TP_printk("vdev %p ctx %llx | %llx fake_port %d real_port %d current_mel %d",
189 __entry->vdev, __entry->in_ctx, __entry->out_ctx,
195 TP_PROTO(struct xhci_virt_device *vdev),
196 TP_ARGS(vdev)
200 TP_PROTO(struct xhci_virt_device *vdev),
201 TP_ARGS(vdev),
203 __field(void *, vdev)
214 __entry->vdev = vdev;
215 __entry->in_ctx = (unsigned long long) vdev->in_ctx->dma;
216 __entry->out_ctx = (unsigned long long) vdev->out_ctx->dma;
217 __entry->devnum = vdev->udev->devnum;
218 __entry->state = vdev->udev->state;
219 __entry->speed = vdev->udev->speed;
220 __entry->portnum = vdev->udev->portnum;
221 __entry->level = vdev->udev->level;
222 __entry->slot_id = vdev->udev->slot_id;
224 TP_printk("vdev %p ctx %llx | %llx num %d state %d speed %d port %d level %d slot %d",
225 __entry->vdev, __entry->in_ctx, __entry->out_ctx,
232 TP_PROTO(struct xhci_virt_device *vdev),
233 TP_ARGS(vdev)
237 TP_PROTO(struct xhci_virt_device *vdev),
238 TP_ARGS(vdev)
242 TP_PROTO(struct xhci_virt_device *vdev),
243 TP_ARGS(vdev)
247 TP_PROTO(struct xhci_virt_device *vdev),
248 TP_ARGS(vdev)