doc-rst: linux_tv: supress lots of warnings
[deliverable/linux.git] / Documentation / linux_tv / media / v4l / vidioc-log-status.rst
CommitLineData
5377d91f
MH
1.. -*- coding: utf-8; mode: rst -*-
2
af4a4d0d 3.. _VIDIOC_LOG_STATUS:
5377d91f
MH
4
5***********************
6ioctl VIDIOC_LOG_STATUS
7***********************
8
9*man VIDIOC_LOG_STATUS(2)*
10
11Log driver status information
12
13
14Synopsis
15========
16
b7e67f6c 17.. cpp:function:: int ioctl( int fd, int request )
5377d91f
MH
18
19Description
20===========
21
22As the video/audio devices become more complicated it becomes harder to
23debug problems. When this ioctl is called the driver will output the
24current device status to the kernel log. This is particular useful when
25dealing with problems like no sound, no video and incorrectly tuned
26channels. Also many modern devices autodetect video and audio standards
27and this ioctl will report what the device thinks what the standard is.
28Mismatches may give an indication where the problem is.
29
30This ioctl is optional and not all drivers support it. It was introduced
31in Linux 2.6.15.
32
33
34Return Value
35============
36
37On success 0 is returned, on error -1 and the ``errno`` variable is set
38appropriately. The generic error codes are described at the
39:ref:`Generic Error Codes <gen-errors>` chapter.
40
41
42.. ------------------------------------------------------------------------------
43.. This file was automatically converted from DocBook-XML with the dbxml
44.. library (https://github.com/return42/sphkerneldoc). The origin XML comes
45.. from the linux kernel, refer to:
46..
47.. * https://github.com/torvalds/linux/tree/master/Documentation/DocBook
48.. ------------------------------------------------------------------------------
This page took 0.0281 seconds and 5 git commands to generate.