Home
last modified time | relevance | path

Searched refs:DATA_BUFSIZE (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/media/rc/
H A Dxbox_remote.c30 #define DATA_BUFSIZE 8 /* size of URB data buffers */ macro
58 unsigned char inbuf[DATA_BUFSIZE] __aligned(sizeof(u16));
175 maxp = (maxp > DATA_BUFSIZE) ? DATA_BUFSIZE : maxp; in xbox_remote_initialize()
H A Dati_remote.c103 #define DATA_BUFSIZE 63 /* size of URB data buffers */ macro
687 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()
716 usb_free_coherent(ati_remote->udev, DATA_BUFSIZE, in ati_remote_free_buffers()
719 usb_free_coherent(ati_remote->udev, DATA_BUFSIZE, in ati_remote_free_buffers()
777 maxp = (maxp > DATA_BUFSIZE) ? DATA_BUFSIZE : maxp; in ati_remote_initialize()
788 maxp = (maxp > DATA_BUFSIZE) ? DATA_BUFSIZE : maxp; in ati_remote_initialize()
/kernel/linux/linux-6.6/drivers/media/rc/
H A Dxbox_remote.c30 #define DATA_BUFSIZE 8 /* size of URB data buffers */ macro
58 unsigned char inbuf[DATA_BUFSIZE] __aligned(sizeof(u16));
175 maxp = (maxp > DATA_BUFSIZE) ? DATA_BUFSIZE : maxp; in xbox_remote_initialize()
H A Dati_remote.c103 #define DATA_BUFSIZE 63 /* size of URB data buffers */ macro
685 ati_remote->inbuf = usb_alloc_coherent(udev, DATA_BUFSIZE, GFP_ATOMIC, in ati_remote_alloc_buffers()
690 ati_remote->outbuf = usb_alloc_coherent(udev, DATA_BUFSIZE, GFP_ATOMIC, in ati_remote_alloc_buffers()
714 usb_free_coherent(ati_remote->udev, DATA_BUFSIZE, in ati_remote_free_buffers()
717 usb_free_coherent(ati_remote->udev, DATA_BUFSIZE, in ati_remote_free_buffers()
775 maxp = (maxp > DATA_BUFSIZE) ? DATA_BUFSIZE : maxp; in ati_remote_initialize()
786 maxp = (maxp > DATA_BUFSIZE) ? DATA_BUFSIZE : maxp; in ati_remote_initialize()

Completed in 4 milliseconds