Commit 41d80465 authored by Mauro Carvalho Chehab's avatar Mauro Carvalho Chehab
Browse files

[media] docs-rst: Convert V4L2 uAPI to use C function references



Name all ioctl references and make them match the ioctls that
are documented. That will improve the cross-reference index,
as it will have all ioctls and syscalls there.

Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@s-opensource.com>
parent 1b81f010
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -21,7 +21,7 @@ Synopsis


.. c:function:: int close( int fd )

    :name: v4l2-close

Arguments
=========
+1 −1
Original line number Diff line number Diff line
@@ -21,7 +21,7 @@ Synopsis


.. c:function:: int ioctl( int fd, int request, void *argp )

    :name: v4l2-ioctl

Arguments
=========
+1 −1
Original line number Diff line number Diff line
@@ -22,7 +22,7 @@ Synopsis


.. c:function:: void *mmap( void *start, size_t length, int prot, int flags, int fd, off_t offset )

    :name: v4l2-mmap

Arguments
=========
+1 −1
Original line number Diff line number Diff line
@@ -22,7 +22,7 @@ Synopsis


.. c:function:: int munmap( void *start, size_t length )

    :name: v4l2-munmap

Arguments
=========
+1 −1
Original line number Diff line number Diff line
@@ -21,7 +21,7 @@ Synopsis


.. c:function:: int open( const char *device_name, int flags )

    :name: v4l2-open

Arguments
=========
Loading