diff options
author | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2016-08-19 22:59:31 +0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2016-08-23 03:23:46 +0300 |
commit | 15c190146c5d1843d2eda0aac8be21d22c3ac431 (patch) | |
tree | 8b8e55e3e53cb2b7b4fb1d555ca906a3adfa3c7a /Documentation/media/uapi/rc/lirc-set-rec-carrier-range.rst | |
parent | 995478366220ba770895e24db04c601f19455f6b (diff) | |
download | linux-15c190146c5d1843d2eda0aac8be21d22c3ac431.tar.xz |
[media] docs-rst: Convert LIRC 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.
While here, improve the documentation to make them to look more
like the rest of the document.
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Diffstat (limited to 'Documentation/media/uapi/rc/lirc-set-rec-carrier-range.rst')
-rw-r--r-- | Documentation/media/uapi/rc/lirc-set-rec-carrier-range.rst | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/Documentation/media/uapi/rc/lirc-set-rec-carrier-range.rst b/Documentation/media/uapi/rc/lirc-set-rec-carrier-range.rst index 44814a5163e6..a83fbbfa0d3b 100644 --- a/Documentation/media/uapi/rc/lirc-set-rec-carrier-range.rst +++ b/Documentation/media/uapi/rc/lirc-set-rec-carrier-range.rst @@ -15,7 +15,8 @@ IR receive. Synopsis ======== -.. c:function:: int ioctl( int fd, int request, __u32 *frequency ) +.. c:function:: int ioctl( int fd, LIRC_SET_REC_CARRIER_RANGE, __u32 *frequency ) + :name: LIRC_SET_REC_CARRIER_RANGE Arguments ========= @@ -23,9 +24,6 @@ Arguments ``fd`` File descriptor returned by open(). -``request`` - LIRC_SET_REC_CARRIER_RANGE - ``frequency`` Frequency of the carrier that modulates PWM data, in Hz. |