powerpc/powernv: Report size of OPAL memcons log
[linux/fpc-iii.git] / Documentation / media / uapi / dvb / dmx-set-buffer-size.rst
blobf2f7379f29edc67bae1b91ad04aa366b38095fbd
1 .. -*- coding: utf-8; mode: rst -*-
3 .. _DMX_SET_BUFFER_SIZE:
5 ===================
6 DMX_SET_BUFFER_SIZE
7 ===================
9 Name
10 ----
12 DMX_SET_BUFFER_SIZE
15 Synopsis
16 --------
18 .. c:function:: int ioctl( int fd, DMX_SET_BUFFER_SIZE, unsigned long size)
19     :name: DMX_SET_BUFFER_SIZE
22 Arguments
23 ---------
25 ``fd``
26     File descriptor returned by :c:func:`open() <dvb-dmx-open>`.
28 ``size``
29     Unsigned long size
31 Description
32 -----------
34 This ioctl call is used to set the size of the circular buffer used for
35 filtered data. The default size is two maximum sized sections, i.e. if
36 this function is not called a buffer size of 2 \* 4096 bytes will be
37 used.
40 Return Value
41 ------------
43 On success 0 is returned, on error -1 and the ``errno`` variable is set
44 appropriately. The generic error codes are described at the
45 :ref:`Generic Error Codes <gen-errors>` chapter.