diff options
author | Hans Verkuil <hans.verkuil@cisco.com> | 2012-08-09 06:50:39 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2012-08-11 15:30:41 -0400 |
commit | 6406e311c61997b8e19aff6ac2c7179d10aed472 (patch) | |
tree | 21aaa7fd9c70c981ebe483fbaa9d5eccbc900734 /Documentation/DocBook/media/dvb | |
parent | 3612378c5167004b3538d42dc16a184893ff6fbb (diff) |
[media] DocBook: add stubs for missing DVB DMX ioctls
Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'Documentation/DocBook/media/dvb')
-rw-r--r-- | Documentation/DocBook/media/dvb/demux.xml | 230 |
1 files changed, 229 insertions, 1 deletions
diff --git a/Documentation/DocBook/media/dvb/demux.xml b/Documentation/DocBook/media/dvb/demux.xml index 37c17908aa40..86de89cfbd67 100644 --- a/Documentation/DocBook/media/dvb/demux.xml +++ b/Documentation/DocBook/media/dvb/demux.xml | |||
@@ -899,4 +899,232 @@ typedef enum { | |||
899 | <para>Invalid stc number.</para> | 899 | <para>Invalid stc number.</para> |
900 | </entry> | 900 | </entry> |
901 | </row></tbody></tgroup></informaltable> | 901 | </row></tbody></tgroup></informaltable> |
902 | </section></section> | 902 | </section> |
903 | |||
904 | <section id="DMX_GET_PES_PIDS" | ||
905 | role="subsection"><title>DMX_GET_PES_PIDS</title> | ||
906 | <para>DESCRIPTION | ||
907 | </para> | ||
908 | <informaltable><tgroup cols="1"><tbody><row><entry | ||
909 | align="char"> | ||
910 | <para>This ioctl is undocumented. Documentation is welcome.</para> | ||
911 | </entry> | ||
912 | </row></tbody></tgroup></informaltable> | ||
913 | <para>SYNOPSIS | ||
914 | </para> | ||
915 | <informaltable><tgroup cols="1"><tbody><row><entry | ||
916 | align="char"> | ||
917 | <para>int ioctl(fd, int request = DMX_GET_PES_PIDS, | ||
918 | __u16[5]);</para> | ||
919 | </entry> | ||
920 | </row></tbody></tgroup></informaltable> | ||
921 | <para>PARAMETERS | ||
922 | </para> | ||
923 | <informaltable><tgroup cols="2"><tbody><row><entry | ||
924 | align="char"> | ||
925 | <para>int fd</para> | ||
926 | </entry><entry | ||
927 | align="char"> | ||
928 | <para>File descriptor returned by a previous call to open().</para> | ||
929 | </entry> | ||
930 | </row><row><entry | ||
931 | align="char"> | ||
932 | <para>int request</para> | ||
933 | </entry><entry | ||
934 | align="char"> | ||
935 | <para>Equals DMX_GET_PES_PIDS for this command.</para> | ||
936 | </entry> | ||
937 | </row><row><entry | ||
938 | align="char"> | ||
939 | <para>__u16[5] | ||
940 | </para> | ||
941 | </entry><entry | ||
942 | align="char"> | ||
943 | <para>Undocumented.</para> | ||
944 | </entry> | ||
945 | </row></tbody></tgroup></informaltable> | ||
946 | &return-value-dvb; | ||
947 | </section> | ||
948 | |||
949 | <section id="DMX_GET_CAPS" | ||
950 | role="subsection"><title>DMX_GET_CAPS</title> | ||
951 | <para>DESCRIPTION | ||
952 | </para> | ||
953 | <informaltable><tgroup cols="1"><tbody><row><entry | ||
954 | align="char"> | ||
955 | <para>This ioctl is undocumented. Documentation is welcome.</para> | ||
956 | </entry> | ||
957 | </row></tbody></tgroup></informaltable> | ||
958 | <para>SYNOPSIS | ||
959 | </para> | ||
960 | <informaltable><tgroup cols="1"><tbody><row><entry | ||
961 | align="char"> | ||
962 | <para>int ioctl(fd, int request = DMX_GET_CAPS, | ||
963 | dmx_caps_t *);</para> | ||
964 | </entry> | ||
965 | </row></tbody></tgroup></informaltable> | ||
966 | <para>PARAMETERS | ||
967 | </para> | ||
968 | <informaltable><tgroup cols="2"><tbody><row><entry | ||
969 | align="char"> | ||
970 | <para>int fd</para> | ||
971 | </entry><entry | ||
972 | align="char"> | ||
973 | <para>File descriptor returned by a previous call to open().</para> | ||
974 | </entry> | ||
975 | </row><row><entry | ||
976 | align="char"> | ||
977 | <para>int request</para> | ||
978 | </entry><entry | ||
979 | align="char"> | ||
980 | <para>Equals DMX_GET_CAPS for this command.</para> | ||
981 | </entry> | ||
982 | </row><row><entry | ||
983 | align="char"> | ||
984 | <para>dmx_caps_t * | ||
985 | </para> | ||
986 | </entry><entry | ||
987 | align="char"> | ||
988 | <para>Undocumented.</para> | ||
989 | </entry> | ||
990 | </row></tbody></tgroup></informaltable> | ||
991 | &return-value-dvb; | ||
992 | </section> | ||
993 | |||
994 | <section id="DMX_SET_SOURCE" | ||
995 | role="subsection"><title>DMX_SET_SOURCE</title> | ||
996 | <para>DESCRIPTION | ||
997 | </para> | ||
998 | <informaltable><tgroup cols="1"><tbody><row><entry | ||
999 | align="char"> | ||
1000 | <para>This ioctl is undocumented. Documentation is welcome.</para> | ||
1001 | </entry> | ||
1002 | </row></tbody></tgroup></informaltable> | ||
1003 | <para>SYNOPSIS | ||
1004 | </para> | ||
1005 | <informaltable><tgroup cols="1"><tbody><row><entry | ||
1006 | align="char"> | ||
1007 | <para>int ioctl(fd, int request = DMX_SET_SOURCE, | ||
1008 | dmx_source_t *);</para> | ||
1009 | </entry> | ||
1010 | </row></tbody></tgroup></informaltable> | ||
1011 | <para>PARAMETERS | ||
1012 | </para> | ||
1013 | <informaltable><tgroup cols="2"><tbody><row><entry | ||
1014 | align="char"> | ||
1015 | <para>int fd</para> | ||
1016 | </entry><entry | ||
1017 | align="char"> | ||
1018 | <para>File descriptor returned by a previous call to open().</para> | ||
1019 | </entry> | ||
1020 | </row><row><entry | ||
1021 | align="char"> | ||
1022 | <para>int request</para> | ||
1023 | </entry><entry | ||
1024 | align="char"> | ||
1025 | <para>Equals DMX_SET_SOURCE for this command.</para> | ||
1026 | </entry> | ||
1027 | </row><row><entry | ||
1028 | align="char"> | ||
1029 | <para>dmx_source_t * | ||
1030 | </para> | ||
1031 | </entry><entry | ||
1032 | align="char"> | ||
1033 | <para>Undocumented.</para> | ||
1034 | </entry> | ||
1035 | </row></tbody></tgroup></informaltable> | ||
1036 | &return-value-dvb; | ||
1037 | </section> | ||
1038 | |||
1039 | <section id="DMX_ADD_PID" | ||
1040 | role="subsection"><title>DMX_ADD_PID</title> | ||
1041 | <para>DESCRIPTION | ||
1042 | </para> | ||
1043 | <informaltable><tgroup cols="1"><tbody><row><entry | ||
1044 | align="char"> | ||
1045 | <para>This ioctl is undocumented. Documentation is welcome.</para> | ||
1046 | </entry> | ||
1047 | </row></tbody></tgroup></informaltable> | ||
1048 | <para>SYNOPSIS | ||
1049 | </para> | ||
1050 | <informaltable><tgroup cols="1"><tbody><row><entry | ||
1051 | align="char"> | ||
1052 | <para>int ioctl(fd, int request = DMX_ADD_PID, | ||
1053 | __u16 *);</para> | ||
1054 | </entry> | ||
1055 | </row></tbody></tgroup></informaltable> | ||
1056 | <para>PARAMETERS | ||
1057 | </para> | ||
1058 | <informaltable><tgroup cols="2"><tbody><row><entry | ||
1059 | align="char"> | ||
1060 | <para>int fd</para> | ||
1061 | </entry><entry | ||
1062 | align="char"> | ||
1063 | <para>File descriptor returned by a previous call to open().</para> | ||
1064 | </entry> | ||
1065 | </row><row><entry | ||
1066 | align="char"> | ||
1067 | <para>int request</para> | ||
1068 | </entry><entry | ||
1069 | align="char"> | ||
1070 | <para>Equals DMX_ADD_PID for this command.</para> | ||
1071 | </entry> | ||
1072 | </row><row><entry | ||
1073 | align="char"> | ||
1074 | <para>__u16 * | ||
1075 | </para> | ||
1076 | </entry><entry | ||
1077 | align="char"> | ||
1078 | <para>Undocumented.</para> | ||
1079 | </entry> | ||
1080 | </row></tbody></tgroup></informaltable> | ||
1081 | &return-value-dvb; | ||
1082 | </section> | ||
1083 | |||
1084 | <section id="DMX_REMOVE_PID" | ||
1085 | role="subsection"><title>DMX_REMOVE_PID</title> | ||
1086 | <para>DESCRIPTION | ||
1087 | </para> | ||
1088 | <informaltable><tgroup cols="1"><tbody><row><entry | ||
1089 | align="char"> | ||
1090 | <para>This ioctl is undocumented. Documentation is welcome.</para> | ||
1091 | </entry> | ||
1092 | </row></tbody></tgroup></informaltable> | ||
1093 | <para>SYNOPSIS | ||
1094 | </para> | ||
1095 | <informaltable><tgroup cols="1"><tbody><row><entry | ||
1096 | align="char"> | ||
1097 | <para>int ioctl(fd, int request = DMX_REMOVE_PID, | ||
1098 | __u16 *);</para> | ||
1099 | </entry> | ||
1100 | </row></tbody></tgroup></informaltable> | ||
1101 | <para>PARAMETERS | ||
1102 | </para> | ||
1103 | <informaltable><tgroup cols="2"><tbody><row><entry | ||
1104 | align="char"> | ||
1105 | <para>int fd</para> | ||
1106 | </entry><entry | ||
1107 | align="char"> | ||
1108 | <para>File descriptor returned by a previous call to open().</para> | ||
1109 | </entry> | ||
1110 | </row><row><entry | ||
1111 | align="char"> | ||
1112 | <para>int request</para> | ||
1113 | </entry><entry | ||
1114 | align="char"> | ||
1115 | <para>Equals DMX_REMOVE_PID for this command.</para> | ||
1116 | </entry> | ||
1117 | </row><row><entry | ||
1118 | align="char"> | ||
1119 | <para>__u16 * | ||
1120 | </para> | ||
1121 | </entry><entry | ||
1122 | align="char"> | ||
1123 | <para>Undocumented.</para> | ||
1124 | </entry> | ||
1125 | </row></tbody></tgroup></informaltable> | ||
1126 | &return-value-dvb; | ||
1127 | </section> | ||
1128 | |||
1129 | |||
1130 | </section> | ||