Lines Matching defs:setup
87 struct usb_ctrlrequest *setup;
142 * Return the correct value for the Windex field of the setup packet
174 * the setup packet for a control endpoint message.
191 * the value field of the setup packet. serial_portnum is ignored for registers
213 * device is embedded in the value field of the setup packet. serial_portnum is
277 kfree(urbtrack->setup);
377 urbtrack->setup = kmalloc(sizeof(*urbtrack->setup), GFP_ATOMIC);
378 if (!urbtrack->setup) {
383 urbtrack->setup->bRequestType = (__u8)0x40;
384 urbtrack->setup->bRequest = (__u8)0x0e;
385 urbtrack->setup->wValue = cpu_to_le16(get_reg_value(reg, dummy));
386 urbtrack->setup->wIndex = cpu_to_le16(get_reg_index(reg));
387 urbtrack->setup->wLength = 0;
390 (unsigned char *)urbtrack->setup,