Home
last modified time | relevance | path

Searched refs:usb_alloc_coherent (Results 1 – 25 of 80) sorted by relevance

1234

/Linux-v5.15/drivers/hid/usbhid/
Dusbkbd.c242 if (!(kbd->new = usb_alloc_coherent(dev, 8, GFP_KERNEL, &kbd->new_dma))) in usb_kbd_alloc_mem()
246 if (!(kbd->leds = usb_alloc_coherent(dev, 1, GFP_KERNEL, &kbd->leds_dma))) in usb_kbd_alloc_mem()
Dusbmouse.c133 mouse->data = usb_alloc_coherent(dev, 8, GFP_KERNEL, &mouse->data_dma); in usb_mouse_probe()
/Linux-v5.15/drivers/usb/misc/
Dyurex.c233 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()
Dappledisplay.c249 pdata->urbdata = usb_alloc_coherent(pdata->udev, ACD_URB_BUFFER_LEN, in appledisplay_probe()
Dusblcd.c249 buf = usb_alloc_coherent(dev->udev, count, GFP_KERNEL, in lcd_write()
/Linux-v5.15/drivers/net/usb/
Dipheth.c119 tx_buf = usb_alloc_coherent(iphone->udev, IPHETH_BUF_SIZE, in ipheth_alloc_urbs()
124 rx_buf = usb_alloc_coherent(iphone->udev, IPHETH_BUF_SIZE, in ipheth_alloc_urbs()
Dkaweth.c1033 kaweth->intbuffer = usb_alloc_coherent( kaweth->dev, in kaweth_probe()
1039 kaweth->rx_buf = usb_alloc_coherent( kaweth->dev, in kaweth_probe()
/Linux-v5.15/drivers/input/tablet/
Dkbtab.c129 kbtab->data = usb_alloc_coherent(dev, 8, GFP_KERNEL, &kbtab->data_dma); in kbtab_probe()
Dacecad.c142 acecad->data = usb_alloc_coherent(dev, 8, GFP_KERNEL, &acecad->data_dma); in usb_acecad_probe()
/Linux-v5.15/drivers/media/rc/
Diguanair.c406 ir->buf_in = usb_alloc_coherent(udev, MAX_IN_PACKET, GFP_KERNEL, in iguanair_probe()
408 ir->packet = usb_alloc_coherent(udev, MAX_OUT_PACKET, GFP_KERNEL, in iguanair_probe()
Dati_remote.c687 ati_remote->inbuf = usb_alloc_coherent(udev, DATA_BUFSIZE, GFP_ATOMIC, in ati_remote_alloc_buffers()
692 ati_remote->outbuf = usb_alloc_coherent(udev, DATA_BUFSIZE, GFP_ATOMIC, in ati_remote_alloc_buffers()
/Linux-v5.15/drivers/media/usb/gspca/
Dbenq.c88 urb->transfer_buffer = usb_alloc_coherent(gspca_dev->dev, in sd_start()
Dkonica.c209 urb->transfer_buffer = usb_alloc_coherent(gspca_dev->dev, in sd_start()
/Linux-v5.15/drivers/usb/core/
Dusb.c970 void *usb_alloc_coherent(struct usb_device *dev, size_t size, gfp_t mem_flags, in usb_alloc_coherent() function
977 EXPORT_SYMBOL_GPL(usb_alloc_coherent);
/Linux-v5.15/drivers/usb/storage/
Donetouch.c191 onetouch->data = usb_alloc_coherent(udev, ONETOUCH_PKT_LEN, in onetouch_connect_input()
/Linux-v5.15/drivers/net/can/usb/
Dmcba_usb.c266 buf = usb_alloc_coherent(priv->udev, MCBA_USB_TX_BUFF_SIZE, GFP_ATOMIC, in mcba_usb_xmit()
647 buf = usb_alloc_coherent(priv->udev, MCBA_USB_RX_BUFF_SIZE, in mcba_usb_start()
Dems_usb.c601 buf = usb_alloc_coherent(dev->udev, RX_BUFFER_SIZE, GFP_KERNEL, in ems_usb_start()
760 buf = usb_alloc_coherent(dev->udev, size, GFP_ATOMIC, &urb->transfer_dma); in ems_usb_start_xmit()
Dusb_8dev.c621 buf = usb_alloc_coherent(priv->udev, size, GFP_ATOMIC, in usb_8dev_start_xmit()
746 buf = usb_alloc_coherent(priv->udev, RX_BUFFER_SIZE, GFP_KERNEL, in usb_8dev_start()
/Linux-v5.15/drivers/input/misc/
Dcm109.c723 dev->irq_data = usb_alloc_coherent(udev, USB_PKT_LEN, in cm109_usb_probe()
728 dev->ctl_data = usb_alloc_coherent(udev, USB_PKT_LEN, in cm109_usb_probe()
/Linux-v5.15/drivers/media/usb/dvb-usb/
Dusb-urb.c121 usb_alloc_coherent(stream->udev, size, GFP_KERNEL, in usb_allocate_stream_buffers()
/Linux-v5.15/drivers/gpu/drm/udl/
Dudl_main.c233 buf = usb_alloc_coherent(udev, size, GFP_KERNEL, in udl_alloc_urb_list()
/Linux-v5.15/drivers/media/usb/as102/
Das102_usb_drv.c246 dev->stream = usb_alloc_coherent(dev->bus_adap.usb_dev, in as102_alloc_usb_stream_buffer()
/Linux-v5.15/drivers/input/mouse/
Dbcm5974.c932 dev->bt_data = usb_alloc_coherent(dev->udev, in bcm5974_probe()
939 dev->tp_data = usb_alloc_coherent(dev->udev, in bcm5974_probe()
/Linux-v5.15/drivers/media/usb/stk1160/
Dstk1160-video.c455 dev->isoc_ctl.transfer_buffer[i] = usb_alloc_coherent(dev->udev, in stk1160_alloc_isoc()
/Linux-v5.15/drivers/net/wireless/mediatek/mt7601u/
Dusb.c42 buf->buf = usb_alloc_coherent(usb_dev, buf->len, GFP_KERNEL, &buf->dma); in mt7601u_usb_alloc_buf()

1234