doc-rst: linux_tv: don't simplify VIDIOC_G_foo references
[deliverable/linux.git] / Documentation / linux_tv / media / v4l / app-pri.rst
CommitLineData
5377d91f
MH
1.. -*- coding: utf-8; mode: rst -*-
2
3.. _app-pri:
4
5********************
6Application Priority
7********************
8
9When multiple applications share a device it may be desirable to assign
10them different priorities. Contrary to the traditional "rm -rf /" school
11of thought a video recording application could for example block other
12applications from changing video controls or switching the current TV
13channel. Another objective is to permit low priority applications
14working in background, which can be preempted by user controlled
15applications and automatically regain control of the device at a later
16time.
17
18Since these features cannot be implemented entirely in user space V4L2
4e03cb76 19defines the :ref:`VIDIOC_G_PRIORITY <VIDIOC_G_PRIORITY>` and
af4a4d0d 20:ref:`VIDIOC_S_PRIORITY <VIDIOC_G_PRIORITY>` ioctls to request and
5377d91f
MH
21query the access priority associate with a file descriptor. Opening a
22device assigns a medium priority, compatible with earlier versions of
23V4L2 and drivers not supporting these ioctls. Applications requiring a
e6702ee1 24different priority will usually call :ref:`VIDIOC_S_PRIORITY
af4a4d0d 25<VIDIOC_G_PRIORITY>` after verifying the device with the
7347081e 26:ref:`VIDIOC_QUERYCAP` ioctl.
5377d91f
MH
27
28Ioctls changing driver properties, such as
af4a4d0d 29:ref:`VIDIOC_S_INPUT <VIDIOC_G_INPUT>`, return an EBUSY error code
5377d91f
MH
30after another application obtained higher priority.
31
32
33.. ------------------------------------------------------------------------------
34.. This file was automatically converted from DocBook-XML with the dbxml
35.. library (https://github.com/return42/sphkerneldoc). The origin XML comes
36.. from the linux kernel, refer to:
37..
38.. * https://github.com/torvalds/linux/tree/master/Documentation/DocBook
39.. ------------------------------------------------------------------------------
This page took 0.025874 seconds and 5 git commands to generate.