/drivers/hid/usbhid/ |
D | usbkbd.c | 255 if (!(kbd->new = usb_alloc_coherent(dev, 8, GFP_ATOMIC, &kbd->new_dma))) in usb_kbd_alloc_mem() 259 if (!(kbd->leds = usb_alloc_coherent(dev, 1, GFP_ATOMIC, &kbd->leds_dma))) in usb_kbd_alloc_mem()
|
D | usbmouse.c | 146 mouse->data = usb_alloc_coherent(dev, 8, GFP_ATOMIC, &mouse->data_dma); in usb_mouse_probe()
|
/drivers/staging/rtl8723au/include/ |
D | rtw_io.h | 32 #define rtw_usb_buffer_alloc(dev, size, dma) usb_alloc_coherent((dev), (size), (in_interrupt() ? GF…
|
/drivers/usb/misc/ |
D | yurex.c | 250 dev->cntl_buffer = usb_alloc_coherent(dev->udev, YUREX_BUF_SIZE, in yurex_probe() 281 dev->int_buffer = usb_alloc_coherent(dev->udev, YUREX_BUF_SIZE, in yurex_probe()
|
D | appledisplay.c | 280 pdata->urbdata = usb_alloc_coherent(pdata->udev, ACD_URB_BUFFER_LEN, in appledisplay_probe()
|
/drivers/net/usb/ |
D | ipheth.c | 171 tx_buf = usb_alloc_coherent(iphone->udev, IPHETH_BUF_SIZE, in ipheth_alloc_urbs() 176 rx_buf = usb_alloc_coherent(iphone->udev, IPHETH_BUF_SIZE, in ipheth_alloc_urbs()
|
/drivers/input/tablet/ |
D | kbtab.c | 137 kbtab->data = usb_alloc_coherent(dev, 8, GFP_KERNEL, &kbtab->data_dma); in kbtab_probe()
|
D | acecad.c | 163 acecad->data = usb_alloc_coherent(dev, 8, GFP_KERNEL, &acecad->data_dma); in usb_acecad_probe()
|
D | hanwang.c | 358 hanwang->data = usb_alloc_coherent(dev, hanwang->features->pkg_len, in hanwang_probe()
|
/drivers/media/rc/ |
D | iguanair.c | 444 ir->buf_in = usb_alloc_coherent(udev, MAX_IN_PACKET, GFP_KERNEL, in iguanair_probe() 446 ir->packet = usb_alloc_coherent(udev, MAX_OUT_PACKET, GFP_KERNEL, in iguanair_probe()
|
D | ati_remote.c | 694 ati_remote->inbuf = usb_alloc_coherent(udev, DATA_BUFSIZE, GFP_ATOMIC, in ati_remote_alloc_buffers() 699 ati_remote->outbuf = usb_alloc_coherent(udev, DATA_BUFSIZE, GFP_ATOMIC, in ati_remote_alloc_buffers()
|
/drivers/media/usb/gspca/ |
D | benq.c | 103 urb->transfer_buffer = usb_alloc_coherent(gspca_dev->dev, in sd_start()
|
D | konica.c | 224 urb->transfer_buffer = usb_alloc_coherent(gspca_dev->dev, in sd_start()
|
/drivers/input/misc/ |
D | cm109.c | 705 dev->irq_data = usb_alloc_coherent(udev, USB_PKT_LEN, in cm109_usb_probe() 710 dev->ctl_data = usb_alloc_coherent(udev, USB_PKT_LEN, in cm109_usb_probe()
|
D | yealink.c | 898 yld->irq_data = usb_alloc_coherent(udev, USB_PKT_LEN, in usb_probe() 903 yld->ctl_data = usb_alloc_coherent(udev, USB_PKT_LEN, in usb_probe()
|
/drivers/usb/core/ |
D | usb.c | 815 void *usb_alloc_coherent(struct usb_device *dev, size_t size, gfp_t mem_flags, in usb_alloc_coherent() function 822 EXPORT_SYMBOL_GPL(usb_alloc_coherent);
|
/drivers/usb/storage/ |
D | onetouch.c | 207 onetouch->data = usb_alloc_coherent(udev, ONETOUCH_PKT_LEN, in onetouch_connect_input()
|
/drivers/media/usb/dvb-usb/ |
D | usb-urb.c | 120 usb_alloc_coherent(stream->udev, size, GFP_ATOMIC, in usb_allocate_stream_buffers()
|
/drivers/gpu/drm/udl/ |
D | udl_main.c | 205 buf = usb_alloc_coherent(udl->udev, size, GFP_KERNEL, in udl_alloc_urb_list()
|
/drivers/net/can/usb/ |
D | ems_usb.c | 615 buf = usb_alloc_coherent(dev->udev, RX_BUFFER_SIZE, GFP_KERNEL, in ems_usb_start() 776 buf = usb_alloc_coherent(dev->udev, size, GFP_ATOMIC, &urb->transfer_dma); in ems_usb_start_xmit()
|
D | usb_8dev.c | 634 buf = usb_alloc_coherent(priv->udev, size, GFP_ATOMIC, in usb_8dev_start_xmit() 760 buf = usb_alloc_coherent(priv->udev, RX_BUFFER_SIZE, GFP_KERNEL, in usb_8dev_start()
|
D | gs_usb.c | 478 hf = usb_alloc_coherent(dev->udev, sizeof(*hf), GFP_ATOMIC, in gs_can_start_xmit() 589 buf = usb_alloc_coherent(dev->udev, in gs_can_open()
|
/drivers/input/mouse/ |
D | bcm5974.c | 946 dev->bt_data = usb_alloc_coherent(dev->udev, in bcm5974_probe() 953 dev->tp_data = usb_alloc_coherent(dev->udev, in bcm5974_probe()
|
/drivers/media/usb/as102/ |
D | as102_usb_drv.c | 255 dev->stream = usb_alloc_coherent(dev->bus_adap.usb_dev, in as102_alloc_usb_stream_buffer()
|
/drivers/net/wireless/mediatek/mt7601u/ |
D | usb.c | 49 buf->buf = usb_alloc_coherent(usb_dev, buf->len, GFP_KERNEL, &buf->dma); in mt7601u_usb_alloc_buf()
|