Home
last modified time | relevance | path

Searched refs:SIZEOFDUXBUFFER (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/drivers/staging/comedi/drivers/
Dusbduxsigma.c106 #define SIZEOFDUXBUFFER ((8 * SIZEDAOUT + 2)) macro
572 devpriv->dux_commands, SIZEOFDUXBUFFER, in usbbuxsigma_send_cmd()
1346 devpriv->dux_commands = kzalloc(SIZEOFDUXBUFFER, GFP_KERNEL); in usbduxsigma_alloc_usb_buffers()
Dusbdux.c142 #define SIZEOFDUXBUFFER (8 * SIZEDAOUT + 2) macro
613 devpriv->dux_commands, SIZEOFDUXBUFFER, in send_dux_commands()
1454 devpriv->dux_commands = kzalloc(SIZEOFDUXBUFFER, GFP_KERNEL); in usbdux_alloc_usb_buffers()