Searched refs:dr_cmd_out (Results 1 – 1 of 1) sorted by relevance
103 struct usb_ctrlrequest dr_cmd_out; member1879 ucs->dr_cmd_out.bRequestType = OUT_VENDOR_REQ; in atwrite_submit()1880 ucs->dr_cmd_out.bRequest = HD_WRITE_ATMESSAGE; in atwrite_submit()1881 ucs->dr_cmd_out.wValue = 0; in atwrite_submit()1882 ucs->dr_cmd_out.wIndex = 0; in atwrite_submit()1883 ucs->dr_cmd_out.wLength = cpu_to_le16(len); in atwrite_submit()1886 (unsigned char *) &ucs->dr_cmd_out, buf, len, in atwrite_submit()