Home
last modified time | relevance | path

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

123

/linux/sound/usb/usx2y/
H A Dus144mkii.c129 urb->transfer_buffer = usb_alloc_coherent( in tascam_alloc_urbs()
154 f_urb->transfer_buffer = usb_alloc_coherent( in tascam_alloc_urbs()
177 c_urb->transfer_buffer = usb_alloc_coherent( in tascam_alloc_urbs()
199 usb_alloc_coherent(tascam->dev, MIDI_IN_BUF_SIZE, in tascam_alloc_urbs()
217 usb_alloc_coherent(tascam->dev, MIDI_OUT_BUF_SIZE, in tascam_alloc_urbs()
/linux/drivers/hid/usbhid/
H A Dusbkbd.c243 if (!(kbd->new = usb_alloc_coherent(dev, 8, GFP_KERNEL, &kbd->new_dma))) in usb_kbd_alloc_mem()
247 if (!(kbd->leds = usb_alloc_coherent(dev, 1, GFP_KERNEL, &kbd->leds_dma))) in usb_kbd_alloc_mem()
H A Dusbmouse.c136 mouse->data = usb_alloc_coherent(dev, 8, GFP_KERNEL, &mouse->data_dma); in usb_mouse_probe()
/linux/drivers/usb/misc/
H A 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()
H A Dusblcd.c249 buf = usb_alloc_coherent(dev->udev, count, GFP_KERNEL, in lcd_write()
/linux/drivers/input/tablet/
H A Dkbtab.c129 kbtab->data = usb_alloc_coherent(dev, 8, GFP_KERNEL, &kbtab->data_dma); in kbtab_probe()
H A Dacecad.c139 acecad->data = usb_alloc_coherent(dev, 8, GFP_KERNEL, &acecad->data_dma); in usb_acecad_probe()
H A Dhanwang.c337 hanwang->data = usb_alloc_coherent(dev, hanwang->features->pkg_len, in hanwang_probe()
/linux/drivers/media/usb/gspca/
H A Dbenq.c88 urb->transfer_buffer = usb_alloc_coherent(gspca_dev->dev, in sd_start()
H A Dkonica.c209 urb->transfer_buffer = usb_alloc_coherent(gspca_dev->dev, in sd_start()
/linux/drivers/input/misc/
H A Dcm109.c714 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 Dyealink.c847 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 Dpowermate.c273 pm->data = usb_alloc_coherent(udev, POWERMATE_PAYLOAD_SIZE_MAX, in powermate_alloc_buffers()
/linux/drivers/net/can/usb/
H A Dmcba_usb.c262 buf = usb_alloc_coherent(priv->udev, MCBA_USB_TX_BUFF_SIZE, GFP_ATOMIC, in mcba_usb_xmit()
646 buf = usb_alloc_coherent(priv->udev, MCBA_USB_RX_BUFF_SIZE, in mcba_usb_start()
H A Dems_usb.c618 buf = usb_alloc_coherent(dev->udev, RX_BUFFER_SIZE, GFP_KERNEL, in ems_usb_start()
777 buf = usb_alloc_coherent(dev->udev, size, GFP_ATOMIC, &urb->transfer_dma); in ems_usb_start_xmit()
H A Dusb_8dev.c619 buf = usb_alloc_coherent(priv->udev, size, GFP_ATOMIC, in usb_8dev_start_xmit()
741 buf = usb_alloc_coherent(priv->udev, RX_BUFFER_SIZE, GFP_KERNEL, in usb_8dev_start()
/linux/drivers/usb/storage/
H A Donetouch.c191 onetouch->data = usb_alloc_coherent(udev, ONETOUCH_PKT_LEN, in onetouch_connect_input()
/linux/drivers/media/usb/dvb-usb/
H A Dusb-urb.c121 usb_alloc_coherent(stream->udev, size, GFP_KERNEL, in usb_allocate_stream_buffers()
/linux/drivers/usb/core/
H A Dusb.c1006 void *usb_alloc_coherent(struct usb_device *dev, size_t size, gfp_t mem_flags, in usb_alloc_coherent() function
1013 EXPORT_SYMBOL_GPL(usb_alloc_coherent);
/linux/drivers/gpu/drm/udl/
H A Dudl_main.c233 buf = usb_alloc_coherent(udev, size, GFP_KERNEL, in udl_alloc_urb_list()
/linux/drivers/net/usb/
H A Dkaweth.c1044 kaweth->intbuffer = usb_alloc_coherent( kaweth->dev, in kaweth_probe()
1050 kaweth->rx_buf = usb_alloc_coherent( kaweth->dev, in kaweth_probe()
/linux/drivers/input/mouse/
H A Dbcm5974.c962 dev->bt_data = usb_alloc_coherent(dev->udev, in bcm5974_probe()
969 dev->tp_data = usb_alloc_coherent(dev->udev, in bcm5974_probe()
/linux/drivers/net/wireless/mediatek/mt7601u/
H A Dusb.c42 buf->buf = usb_alloc_coherent(usb_dev, buf->len, GFP_KERNEL, &buf->dma); in mt7601u_usb_alloc_buf()
/linux/Documentation/driver-api/usb/
H A Ddma.rst49 void *usb_alloc_coherent (struct usb_device *dev, size_t size,
/linux/drivers/media/rc/
H A Dttusbir.c254 buffer = usb_alloc_coherent(tt->udev, 128, GFP_KERNEL, in ttusbir_probe()

123