Lines Matching refs:setup
91 TP_PROTO(struct usb_ctrlrequest *setup),
92 TP_ARGS(setup),
101 __entry->bRequestType = setup->bRequestType;
102 __entry->bRequest = setup->bRequest;
103 __entry->wValue = le16_to_cpu(setup->wValue);
104 __entry->wIndex = le16_to_cpu(setup->wIndex);
105 __entry->wLength = le16_to_cpu(setup->wLength);
107 TP_printk("setup - %02x %02x %04x %04x %04x",
114 TP_PROTO(struct usb_ctrlrequest *setup),
115 TP_ARGS(setup)