Merge tag 'tegra-for-4.8-i2c' of git://git.kernel.org/pub/scm/linux/kernel/git/tegra...
[cascardo/linux.git] / Documentation / media / uapi / dvb / dmx-set-filter.rst
1 .. -*- coding: utf-8; mode: rst -*-
2
3 .. _DMX_SET_FILTER:
4
5 ==============
6 DMX_SET_FILTER
7 ==============
8
9 Name
10 ----
11
12 DMX_SET_FILTER
13
14
15 Synopsis
16 --------
17
18 .. c:function:: int ioctl( int fd, DMX_SET_FILTER, struct dmx_sct_filter_params *params)
19     :name: DMX_SET_FILTER
20
21 Arguments
22 ---------
23
24 ``fd``
25     File descriptor returned by :c:func:`open() <dvb-dmx-open>`.
26
27 ``params``
28
29     Pointer to structure containing filter parameters.
30
31
32 Description
33 -----------
34
35 This ioctl call sets up a filter according to the filter and mask
36 parameters provided. A timeout may be defined stating number of seconds
37 to wait for a section to be loaded. A value of 0 means that no timeout
38 should be applied. Finally there is a flag field where it is possible to
39 state whether a section should be CRC-checked, whether the filter should
40 be a ”one-shot” filter, i.e. if the filtering operation should be
41 stopped after the first section is received, and whether the filtering
42 operation should be started immediately (without waiting for a
43 DMX_START ioctl call). If a filter was previously set-up, this filter
44 will be canceled, and the receive buffer will be flushed.
45
46
47 Return Value
48 ------------
49
50 On success 0 is returned, on error -1 and the ``errno`` variable is set
51 appropriately. The generic error codes are described at the
52 :ref:`Generic Error Codes <gen-errors>` chapter.