Commit c1798c90 authored by Mauro Carvalho Chehab's avatar Mauro Carvalho Chehab

[media] DocBook/demux.xml: Remove generic errors

Remove generic errors from ioctl() descriptions. For other ioctl's,
there's no generic section. So, just keep whatever is there.
Acked-by: default avatarHans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@redhat.com>
parent b424f60c
...@@ -552,13 +552,6 @@ typedef enum { ...@@ -552,13 +552,6 @@ typedef enum {
&return-value-dvb; &return-value-dvb;
<informaltable><tgroup cols="2"><tbody><row><entry <informaltable><tgroup cols="2"><tbody><row><entry
align="char"> align="char">
<para>EBADF</para>
</entry><entry
align="char">
<para>fd is not a valid file descriptor.</para>
</entry>
</row><row><entry
align="char">
<para>EINVAL</para> <para>EINVAL</para>
</entry><entry </entry><entry
align="char"> align="char">
...@@ -615,14 +608,6 @@ typedef enum { ...@@ -615,14 +608,6 @@ typedef enum {
</entry> </entry>
</row></tbody></tgroup></informaltable> </row></tbody></tgroup></informaltable>
&return-value-dvb; &return-value-dvb;
<informaltable><tgroup cols="2"><tbody><row><entry
align="char">
<para>EBADF</para>
</entry><entry
align="char">
<para>fd is not a valid file descriptor.</para>
</entry>
</row></tbody></tgroup></informaltable>
</section> </section>
<section id="DMX_SET_FILTER"> <section id="DMX_SET_FILTER">
...@@ -677,21 +662,6 @@ typedef enum { ...@@ -677,21 +662,6 @@ typedef enum {
</entry> </entry>
</row></tbody></tgroup></informaltable> </row></tbody></tgroup></informaltable>
&return-value-dvb; &return-value-dvb;
<informaltable><tgroup cols="2"><tbody><row><entry
align="char">
<para>EBADF</para>
</entry><entry
align="char">
<para>fd is not a valid file descriptor.</para>
</entry>
</row><row><entry
align="char">
<para>EINVAL</para>
</entry><entry
align="char">
<para>Invalid argument.</para>
</entry>
</row></tbody></tgroup></informaltable>
</section> </section>
<section id="DMX_SET_PES_FILTER"> <section id="DMX_SET_PES_FILTER">
...@@ -751,20 +721,6 @@ typedef enum { ...@@ -751,20 +721,6 @@ typedef enum {
&return-value-dvb; &return-value-dvb;
<informaltable><tgroup cols="2"><tbody><row><entry <informaltable><tgroup cols="2"><tbody><row><entry
align="char"> align="char">
<para>EBADF</para>
</entry><entry
align="char">
<para>fd is not a valid file descriptor.</para>
</entry>
</row><row><entry
align="char">
<para>EINVAL</para>
</entry><entry
align="char">
<para>Invalid argument.</para>
</entry>
</row><row><entry
align="char">
<para>EBUSY</para> <para>EBUSY</para>
</entry><entry </entry><entry
align="char"> align="char">
...@@ -820,22 +776,6 @@ typedef enum { ...@@ -820,22 +776,6 @@ typedef enum {
</entry> </entry>
</row></tbody></tgroup></informaltable> </row></tbody></tgroup></informaltable>
&return-value-dvb; &return-value-dvb;
<informaltable><tgroup cols="2"><tbody><row><entry
align="char">
<para>EBADF</para>
</entry><entry
align="char">
<para>fd is not a valid file descriptor.</para>
</entry>
</row><row><entry
align="char">
<para>ENOMEM</para>
</entry><entry
align="char">
<para>The driver was not able to allocate a buffer of the
requested size.</para>
</entry>
</row></tbody></tgroup></informaltable>
</section> </section>
<section id="DMX_GET_EVENT"> <section id="DMX_GET_EVENT">
...@@ -894,20 +834,6 @@ typedef enum { ...@@ -894,20 +834,6 @@ typedef enum {
&return-value-dvb; &return-value-dvb;
<informaltable><tgroup cols="2"><tbody><row><entry <informaltable><tgroup cols="2"><tbody><row><entry
align="char"> align="char">
<para>EBADF</para>
</entry><entry
align="char">
<para>fd is not a valid file descriptor.</para>
</entry>
</row><row><entry
align="char">
<para>EFAULT</para>
</entry><entry
align="char">
<para>ev points to an invalid address.</para>
</entry>
</row><row><entry
align="char">
<para>EWOULDBLOCK</para> <para>EWOULDBLOCK</para>
</entry><entry </entry><entry
align="char"> align="char">
...@@ -967,20 +893,6 @@ typedef enum { ...@@ -967,20 +893,6 @@ typedef enum {
&return-value-dvb; &return-value-dvb;
<informaltable><tgroup cols="2"><tbody><row><entry <informaltable><tgroup cols="2"><tbody><row><entry
align="char"> align="char">
<para>EBADF</para>
</entry><entry
align="char">
<para>fd is not a valid file descriptor.</para>
</entry>
</row><row><entry
align="char">
<para>EFAULT</para>
</entry><entry
align="char">
<para>stc points to an invalid address.</para>
</entry>
</row><row><entry
align="char">
<para>EINVAL</para> <para>EINVAL</para>
</entry><entry </entry><entry
align="char"> align="char">
......
...@@ -48,6 +48,11 @@ ...@@ -48,6 +48,11 @@
that this request would overcommit the usb bandwidth reserved that this request would overcommit the usb bandwidth reserved
for periodic transfers (up to 80% of the USB bandwidth).</entry> for periodic transfers (up to 80% of the USB bandwidth).</entry>
</row> </row>
<row>
<entry>EWOULDBLOCK</entry>
<entry>Operation would block. Used when the ioctl would need to wait
for an event, but the device was opened in non-blocking mode.</entry>
</row>
</tbody> </tbody>
</tgroup> </tgroup>
</table> </table>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment