Searched refs:usb_alloc_coherent (Results 1 - 25 of 64) sorted by relevance

123

/drivers/staging/rts5139/
H A Drts51x.h166 return usb_alloc_coherent(dev, size, mem_flags, dma);
/drivers/hid/usbhid/
H A Dusbkbd.c255 if (!(kbd->new = usb_alloc_coherent(dev, 8, GFP_ATOMIC, &kbd->new_dma)))
259 if (!(kbd->leds = usb_alloc_coherent(dev, 1, GFP_ATOMIC, &kbd->leds_dma)))
H A Dusbmouse.c145 mouse->data = usb_alloc_coherent(dev, 8, GFP_ATOMIC, &mouse->data_dma);
/drivers/net/usb/
H A Dipheth.c152 tx_buf = usb_alloc_coherent(iphone->udev, IPHETH_BUF_SIZE,
157 rx_buf = usb_alloc_coherent(iphone->udev, IPHETH_BUF_SIZE,
/drivers/usb/misc/
H A Dyurex.c242 dev->cntl_buffer = usb_alloc_coherent(dev->udev, YUREX_BUF_SIZE,
273 dev->int_buffer = usb_alloc_coherent(dev->udev, YUREX_BUF_SIZE,
H A Dappledisplay.c262 pdata->urbdata = usb_alloc_coherent(pdata->udev, ACD_URB_BUFFER_LEN,
H A Dusblcd.c247 buf = usb_alloc_coherent(dev->udev, count, GFP_KERNEL,
/drivers/input/tablet/
H A Dacecad.c158 acecad->data = usb_alloc_coherent(dev, 8, GFP_KERNEL, &acecad->data_dma);
H A Dkbtab.c125 kbtab->data = usb_alloc_coherent(dev, 8, GFP_KERNEL, &kbtab->data_dma);
H A Dhanwang.c329 hanwang->data = usb_alloc_coherent(dev, hanwang->features->pkg_len,
/drivers/media/dvb/dvb-usb/
H A Dusb-urb.c120 usb_alloc_coherent(stream->udev, size, GFP_ATOMIC,
/drivers/media/video/gspca/
H A Dbenq.c107 urb->transfer_buffer = usb_alloc_coherent(gspca_dev->dev,
113 pr_err("usb_alloc_coherent failed\n");
/drivers/staging/bcm/
H A DInterfaceTx.c137 urb->transfer_buffer = usb_alloc_coherent(psIntfAdapter->udev, len,
/drivers/usb/storage/
H A Donetouch.c204 onetouch->data = usb_alloc_coherent(udev, ONETOUCH_PKT_LEN,
/drivers/input/misc/
H A Dcm109.c686 dev->irq_data = usb_alloc_coherent(udev, USB_PKT_LEN,
691 dev->ctl_data = usb_alloc_coherent(udev, USB_PKT_LEN,
H A Dpowermate.c276 pm->data = usb_alloc_coherent(udev, POWERMATE_PAYLOAD_SIZE_MAX,
/drivers/staging/keucr/
H A Dusb.c290 us->cr = usb_alloc_coherent(us->pusb_dev, sizeof(*us->cr), GFP_KERNEL, &us->cr_dma);
297 us->iobuf = usb_alloc_coherent(us->pusb_dev, US_IOBUF_SIZE, GFP_KERNEL, &us->iobuf_dma);
/drivers/usb/core/
H A Dusb.c656 * usb_alloc_coherent - allocate dma-consistent buffer for URB_NO_xxx_DMA_MAP
677 void *usb_alloc_coherent(struct usb_device *dev, size_t size, gfp_t mem_flags, function
684 EXPORT_SYMBOL_GPL(usb_alloc_coherent); variable
687 * usb_free_coherent - free memory allocated with usb_alloc_coherent()
694 * been allocated using usb_alloc_coherent(), and the parameters must match
/drivers/gpu/drm/udl/
H A Dudl_main.c208 buf = usb_alloc_coherent(udl->ddev->usbdev, MAX_TRANSFER, GFP_KERNEL,
/drivers/staging/media/as102/
H A Das102_usb_drv.c261 dev->stream = usb_alloc_coherent(dev->bus_adap.usb_dev,
/drivers/staging/media/lirc/
H A Dlirc_igorplugusb.c431 ir->buf_in = usb_alloc_coherent(dev, DEVICE_BUFLEN + DEVICE_HEADERLEN,
/drivers/input/mouse/
H A Dsynaptics_usb.c336 synusb->data = usb_alloc_coherent(udev, SYNUSB_RECV_SIZE, GFP_KERNEL,
/drivers/media/rc/
H A Dstreamzap.c405 sz->buf_in = usb_alloc_coherent(usbdev, maxp, GFP_ATOMIC, &sz->dma_in);
/drivers/watchdog/
H A Dpcwd_usb.c677 usb_pcwd->intr_buffer = usb_alloc_coherent(udev, usb_pcwd->intr_size,
/drivers/input/joystick/
H A Dxpad.c555 xpad->odata = usb_alloc_coherent(xpad->udev, XPAD_PKT_LEN,
833 xpad->idata = usb_alloc_coherent(udev, XPAD_PKT_LEN,

Completed in 1013 milliseconds

123