Lines Matching refs:setup
89 TP_PROTO(struct usb_ctrlrequest *setup),
90 TP_ARGS(setup),
99 __entry->bRequestType = setup->bRequestType;
100 __entry->bRequest = setup->bRequest;
101 __entry->wValue = le16_to_cpu(setup->wValue);
102 __entry->wIndex = le16_to_cpu(setup->wIndex);
103 __entry->wLength = le16_to_cpu(setup->wLength);
105 TP_printk("setup - %02x %02x %04x %04x %04x",
112 TP_PROTO(struct usb_ctrlrequest *setup),
113 TP_ARGS(setup)