Searched refs:ctrlbuf (Results 1 – 3 of 3) sorted by relevance
| /linux/drivers/hid/usbhid/ |
| H A D | usbhid.h | 72 char *ctrlbuf; /* Control buffer */ member
|
| H A D | hid-core.c | 383 memcpy(usbhid->ctrlbuf, raw_report, len); in hid_submit_ctrl() 862 usbhid->ctrlbuf = usb_alloc_coherent(dev, usbhid->bufsize, GFP_KERNEL, in hid_alloc_buffers() 865 !usbhid->ctrlbuf) in hid_alloc_buffers() 978 usb_free_coherent(dev, usbhid->bufsize, usbhid->ctrlbuf, usbhid->ctrlbuf_dma); in hid_free_buffers() 1179 usbhid->ctrlbuf, 1, hid_ctrl, hid); in usbhid_start()
|
| /linux/drivers/usb/misc/ |
| H A D | usbio.c | 96 void *ctrlbuf; member 153 cpkt = usbio->ctrlbuf; in usbio_ctrl_msg() 576 usbio->ctrlbuf = devm_kzalloc(dev, usbio->ctrlbuf_len, GFP_KERNEL); in usbio_probe() 577 if (!usbio->ctrlbuf) in usbio_probe()
|