Home
last modified time | relevance | path

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

/openbmc/linux/drivers/comedi/drivers/
H A Dusbduxsigma.c96 #define SIZEOFDUXBUFFER ((8 * SIZEDAOUT + 2)) macro
562 devpriv->dux_commands, SIZEOFDUXBUFFER, in usbbuxsigma_send_cmd()
1336 devpriv->dux_commands = kzalloc(SIZEOFDUXBUFFER, GFP_KERNEL); in usbduxsigma_alloc_usb_buffers()
H A Dusbdux.c132 #define SIZEOFDUXBUFFER (8 * SIZEDAOUT + 2) macro
603 devpriv->dux_commands, SIZEOFDUXBUFFER, in send_dux_commands()
1443 devpriv->dux_commands = kzalloc(SIZEOFDUXBUFFER, GFP_KERNEL); in usbdux_alloc_usb_buffers()