/linux/drivers/usb/misc/ |
H A D | yurex.c | 233 dev->cntl_buffer = usb_alloc_coherent(dev->udev, YUREX_BUF_SIZE, in yurex_probe() 262 dev->int_buffer = usb_alloc_coherent(dev->udev, YUREX_BUF_SIZE, in yurex_probe()
|
H A D | appledisplay.c | 255 pdata->urbdata = usb_alloc_coherent(pdata->udev, ACD_URB_BUFFER_LEN, in appledisplay_probe()
|
H A D | usblcd.c | 249 buf = usb_alloc_coherent(dev->udev, count, GFP_KERNEL, in lcd_write()
|
/linux/drivers/input/tablet/ |
H A D | kbtab.c | 129 kbtab->data = usb_alloc_coherent(dev, 8, GFP_KERNEL, &kbtab->data_dma); in kbtab_probe()
|
H A D | acecad.c | 139 acecad->data = usb_alloc_coherent(dev, 8, GFP_KERNEL, &acecad->data_dma); in usb_acecad_probe()
|
H A D | hanwang.c | 337 hanwang->data = usb_alloc_coherent(dev, hanwang->features->pkg_len, in hanwang_probe()
|
H A D | pegasus_notetaker.c | 315 pegasus->data = usb_alloc_coherent(dev, pegasus->data_len, GFP_KERNEL, in pegasus_probe()
|
/linux/drivers/net/usb/ |
H A D | ipheth.c | 138 tx_buf = usb_alloc_coherent(iphone->udev, IPHETH_TX_BUF_SIZE, in ipheth_alloc_urbs() 143 rx_buf = usb_alloc_coherent(iphone->udev, iphone->rx_buf_len, in ipheth_alloc_urbs()
|
H A D | kaweth.c | 1033 kaweth->intbuffer = usb_alloc_coherent( kaweth->dev, in kaweth_probe() 1039 kaweth->rx_buf = usb_alloc_coherent( kaweth->dev, in kaweth_probe()
|
/linux/drivers/media/usb/gspca/ |
H A D | benq.c | 88 urb->transfer_buffer = usb_alloc_coherent(gspca_dev->dev, in sd_start()
|
H A D | konica.c | 209 urb->transfer_buffer = usb_alloc_coherent(gspca_dev->dev, in sd_start()
|
/linux/drivers/hid/usbhid/ |
H A D | usbmouse.c | 133 mouse->data = usb_alloc_coherent(dev, 8, GFP_KERNEL, &mouse->data_dma); in usb_mouse_probe()
|
/linux/drivers/net/can/usb/ |
H A D | mcba_usb.c | 262 buf = usb_alloc_coherent(priv->udev, MCBA_USB_TX_BUFF_SIZE, GFP_ATOMIC, in mcba_usb_xmit() 640 buf = usb_alloc_coherent(priv->udev, MCBA_USB_RX_BUFF_SIZE, in mcba_usb_start()
|
H A D | usb_8dev.c | 613 buf = usb_alloc_coherent(priv->udev, size, GFP_ATOMIC, in usb_8dev_start_xmit() 735 buf = usb_alloc_coherent(priv->udev, RX_BUFFER_SIZE, GFP_KERNEL, in usb_8dev_start()
|
H A D | ems_usb.c | 607 buf = usb_alloc_coherent(dev->udev, RX_BUFFER_SIZE, GFP_KERNEL, in ems_usb_start() 766 buf = usb_alloc_coherent(dev->udev, size, GFP_ATOMIC, &urb->transfer_dma); in ems_usb_start_xmit()
|
/linux/drivers/input/misc/ |
H A D | cm109.c | 714 dev->irq_data = usb_alloc_coherent(udev, USB_PKT_LEN, in cm109_usb_probe() 719 dev->ctl_data = usb_alloc_coherent(udev, USB_PKT_LEN, in cm109_usb_probe()
|
H A D | yealink.c | 847 yld->irq_data = usb_alloc_coherent(udev, USB_PKT_LEN, in usb_probe() 852 yld->ctl_data = usb_alloc_coherent(udev, USB_PKT_LEN, in usb_probe()
|
H A D | powermate.c | 273 pm->data = usb_alloc_coherent(udev, POWERMATE_PAYLOAD_SIZE_MAX, in powermate_alloc_buffers()
|
/linux/drivers/usb/core/ |
H A D | usb.c | 1002 void *usb_alloc_coherent(struct usb_device *dev, size_t size, gfp_t mem_flags, in usb_alloc_coherent() function 1009 EXPORT_SYMBOL_GPL(usb_alloc_coherent);
|
/linux/drivers/usb/storage/ |
H A D | onetouch.c | 191 onetouch->data = usb_alloc_coherent(udev, ONETOUCH_PKT_LEN, in onetouch_connect_input()
|
/linux/drivers/media/usb/dvb-usb/ |
H A D | usb-urb.c | 121 usb_alloc_coherent(stream->udev, size, GFP_KERNEL, in usb_allocate_stream_buffers()
|
/linux/drivers/input/mouse/ |
H A D | bcm5974.c | 923 dev->bt_data = usb_alloc_coherent(dev->udev, in bcm5974_probe() 930 dev->tp_data = usb_alloc_coherent(dev->udev, in bcm5974_probe()
|
/linux/drivers/media/usb/as102/ |
H A D | as102_usb_drv.c | 246 dev->stream = usb_alloc_coherent(dev->bus_adap.usb_dev, in as102_alloc_usb_stream_buffer()
|
/linux/drivers/media/rc/ |
H A D | ttusbir.c | 251 buffer = usb_alloc_coherent(tt->udev, 128, GFP_KERNEL, in ttusbir_probe()
|
/linux/drivers/net/wireless/mediatek/mt7601u/ |
H A D | usb.c | 42 buf->buf = usb_alloc_coherent(usb_dev, buf->len, GFP_KERNEL, &buf->dma); in mt7601u_usb_alloc_buf()
|