Home
last modified time | relevance | path

Searched refs:dr_cmd_out (Results 1 – 1 of 1) sorted by relevance

/Linux-v5.4/drivers/staging/isdn/gigaset/
Dbas-gigaset.c100 struct usb_ctrlrequest dr_cmd_out; member
1876 ucs->dr_cmd_out.bRequestType = OUT_VENDOR_REQ; in atwrite_submit()
1877 ucs->dr_cmd_out.bRequest = HD_WRITE_ATMESSAGE; in atwrite_submit()
1878 ucs->dr_cmd_out.wValue = 0; in atwrite_submit()
1879 ucs->dr_cmd_out.wIndex = 0; in atwrite_submit()
1880 ucs->dr_cmd_out.wLength = cpu_to_le16(len); in atwrite_submit()
1883 (unsigned char *) &ucs->dr_cmd_out, buf, len, in atwrite_submit()