Merge remote-tracking branch 'vfio/next'
[deliverable/linux.git] / Documentation / media / uapi / dvb / dmx-stop.rst
CommitLineData
47d23e36
MCC
1.. -*- coding: utf-8; mode: rst -*-
2
3.. _DMX_STOP:
4
586027ce 5========
47d23e36
MCC
6DMX_STOP
7========
8
15e7d615 9Name
586027ce 10----
47d23e36 11
586027ce 12DMX_STOP
47d23e36 13
15e7d615
MCC
14
15Synopsis
47d23e36
MCC
16--------
17
cf8076c3
MCC
18.. c:function:: int ioctl( int fd, DMX_STOP)
19 :name: DMX_STOP
47d23e36 20
47d23e36 21
15e7d615 22Arguments
586027ce 23---------
47d23e36 24
cf8076c3
MCC
25``fd``
26 File descriptor returned by :c:func:`open() <dvb-dmx-open>`.
47d23e36 27
15e7d615 28Description
586027ce
MCC
29-----------
30
31This ioctl call is used to stop the actual filtering operation defined
32via the ioctl calls DMX_SET_FILTER or DMX_SET_PES_FILTER and
33started via the DMX_START command.
34
35
15e7d615 36Return Value
47d23e36
MCC
37------------
38
39On success 0 is returned, on error -1 and the ``errno`` variable is set
40appropriately. The generic error codes are described at the
41:ref:`Generic Error Codes <gen-errors>` chapter.
This page took 0.062978 seconds and 5 git commands to generate.