Lines Matching refs:vdev
174 TP_PROTO(struct xhci_virt_device *vdev),
175 TP_ARGS(vdev),
177 __field(void *, vdev)
186 __entry->vdev = vdev;
187 __entry->in_ctx = (unsigned long long) vdev->in_ctx->dma;
188 __entry->out_ctx = (unsigned long long) vdev->out_ctx->dma;
189 __entry->fake_port = (u8) vdev->fake_port;
190 __entry->real_port = (u8) vdev->real_port;
191 __entry->current_mel = (u16) vdev->current_mel;
193 TP_printk("vdev %p ctx %llx | %llx fake_port %d real_port %d current_mel %d",
194 __entry->vdev, __entry->in_ctx, __entry->out_ctx,
200 TP_PROTO(struct xhci_virt_device *vdev),
201 TP_ARGS(vdev)
205 TP_PROTO(struct xhci_virt_device *vdev),
206 TP_ARGS(vdev),
208 __field(void *, vdev)
219 __entry->vdev = vdev;
220 __entry->in_ctx = (unsigned long long) vdev->in_ctx->dma;
221 __entry->out_ctx = (unsigned long long) vdev->out_ctx->dma;
222 __entry->devnum = vdev->udev->devnum;
223 __entry->state = vdev->udev->state;
224 __entry->speed = vdev->udev->speed;
225 __entry->portnum = vdev->udev->portnum;
226 __entry->level = vdev->udev->level;
227 __entry->slot_id = vdev->udev->slot_id;
229 TP_printk("vdev %p ctx %llx | %llx num %d state %d speed %d port %d level %d slot %d",
230 __entry->vdev, __entry->in_ctx, __entry->out_ctx,
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)
252 TP_PROTO(struct xhci_virt_device *vdev),
253 TP_ARGS(vdev)