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