Lines Matching defs:cntl_req
58 struct usb_ctrlrequest *cntl_req; /* req for control msg */
98 kfree(dev->cntl_req);
228 dev->cntl_req = kmalloc(YUREX_BUF_SIZE, GFP_KERNEL);
229 if (!dev->cntl_req)
242 dev->cntl_req->bRequestType = USB_DIR_OUT | USB_TYPE_CLASS |
244 dev->cntl_req->bRequest = HID_REQ_SET_REPORT;
245 dev->cntl_req->wValue = cpu_to_le16((HID_OUTPUT_REPORT + 1) << 8);
246 dev->cntl_req->wIndex = cpu_to_le16(iface_desc->desc.bInterfaceNumber);
247 dev->cntl_req->wLength = cpu_to_le16(YUREX_BUF_SIZE);
251 (void *)dev->cntl_req, dev->cntl_buffer,