Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/wlan-ng/
Dhfa384x_usb.c1363 ctlx->outbuf.cmdreq.type = cpu_to_le16(HFA384x_USB_CMDREQ); in hfa384x_docmd()
1364 ctlx->outbuf.cmdreq.cmd = cpu_to_le16(cmd->cmd); in hfa384x_docmd()
1365 ctlx->outbuf.cmdreq.parm0 = cpu_to_le16(cmd->parm0); in hfa384x_docmd()
1366 ctlx->outbuf.cmdreq.parm1 = cpu_to_le16(cmd->parm1); in hfa384x_docmd()
1367 ctlx->outbuf.cmdreq.parm2 = cpu_to_le16(cmd->parm2); in hfa384x_docmd()
1369 ctlx->outbufsize = sizeof(ctlx->outbuf.cmdreq); in hfa384x_docmd()
Dhfa384x.h884 hfa384x_usb_cmdreq_t cmdreq; member
/linux-4.4.14/drivers/bluetooth/
Dbtusb.c400 __u8 cmdreq; member
1151 dr->bRequest = data->cmdreq; in alloc_ctrl_urb()
2846 data->cmdreq = 0x2b; in btusb_probe()
2849 data->cmdreq = 0x00; in btusb_probe()