vidioc-log-status.xml 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. <refentry id="vidioc-log-status">
  2. <refmeta>
  3. <refentrytitle>ioctl VIDIOC_LOG_STATUS</refentrytitle>
  4. &manvol;
  5. </refmeta>
  6. <refnamediv>
  7. <refname>VIDIOC_LOG_STATUS</refname>
  8. <refpurpose>Log driver status information</refpurpose>
  9. </refnamediv>
  10. <refsynopsisdiv>
  11. <funcsynopsis>
  12. <funcprototype>
  13. <funcdef>int <function>ioctl</function></funcdef>
  14. <paramdef>int <parameter>fd</parameter></paramdef>
  15. <paramdef>int <parameter>request</parameter></paramdef>
  16. </funcprototype>
  17. </funcsynopsis>
  18. </refsynopsisdiv>
  19. <refsect1>
  20. <title>Description</title>
  21. <para>As the video/audio devices become more complicated it
  22. becomes harder to debug problems. When this ioctl is called the driver
  23. will output the current device status to the kernel log. This is
  24. particular useful when dealing with problems like no sound, no video
  25. and incorrectly tuned channels. Also many modern devices autodetect
  26. video and audio standards and this ioctl will report what the device
  27. thinks what the standard is. Mismatches may give an indication where
  28. the problem is.</para>
  29. <para>This ioctl is optional and not all drivers support it. It
  30. was introduced in Linux 2.6.15.</para>
  31. </refsect1>
  32. <refsect1>
  33. &return-value;
  34. </refsect1>
  35. </refentry>