summaryrefslogtreecommitdiff
path: root/Documentation/linux_tv/media/mediactl/media-ioc-g-topology.rst
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@s-opensource.com>2016-07-04 16:25:48 -0300
committerMauro Carvalho Chehab <mchehab@s-opensource.com>2016-07-04 16:25:48 -0300
commit0579e6e3a326dcd836f1a45fef7f3487822e6373 (patch)
tree03bab6ea23e08a6cc80d4cef08165fb5914cdcdf /Documentation/linux_tv/media/mediactl/media-ioc-g-topology.rst
parenta163ad5ceb30d2034b70cda8bdad0aaabdba1614 (diff)
downloadlwn-0579e6e3a326dcd836f1a45fef7f3487822e6373.tar.gz
lwn-0579e6e3a326dcd836f1a45fef7f3487822e6373.zip
doc-rst: linux_tv: remove whitespaces
Let's remove bad whitespaces on the entire book. That helps to avoid mixing whitespace removal with other patches. Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Diffstat (limited to 'Documentation/linux_tv/media/mediactl/media-ioc-g-topology.rst')
-rw-r--r--Documentation/linux_tv/media/mediactl/media-ioc-g-topology.rst150
1 files changed, 75 insertions, 75 deletions
diff --git a/Documentation/linux_tv/media/mediactl/media-ioc-g-topology.rst b/Documentation/linux_tv/media/mediactl/media-ioc-g-topology.rst
index 6d530dc2a92c..1c360bf7c9b0 100644
--- a/Documentation/linux_tv/media/mediactl/media-ioc-g-topology.rst
+++ b/Documentation/linux_tv/media/mediactl/media-ioc-g-topology.rst
@@ -60,11 +60,11 @@ desired arrays with the media graph elements.
- ``topology_version``
- -
- -
+ -
+ -
- Version of the media graph topology. When the graph is created,
- this field starts with zero. Every time a graph element is added
- or removed, this field is incremented.
+ this field starts with zero. Every time a graph element is added
+ or removed, this field is incremented.
- .. row 2
@@ -72,8 +72,8 @@ desired arrays with the media graph elements.
- ``num_entities``
- -
- -
+ -
+ -
- Number of entities in the graph
- .. row 3
@@ -82,12 +82,12 @@ desired arrays with the media graph elements.
- ``ptr_entities``
- -
- -
+ -
+ -
- A pointer to a memory area where the entities array will be
- stored, converted to a 64-bits integer. It can be zero. if zero,
- the ioctl won't store the entities. It will just update
- ``num_entities``
+ stored, converted to a 64-bits integer. It can be zero. if zero,
+ the ioctl won't store the entities. It will just update
+ ``num_entities``
- .. row 4
@@ -95,8 +95,8 @@ desired arrays with the media graph elements.
- ``num_interfaces``
- -
- -
+ -
+ -
- Number of interfaces in the graph
- .. row 5
@@ -105,12 +105,12 @@ desired arrays with the media graph elements.
- ``ptr_interfaces``
- -
- -
+ -
+ -
- A pointer to a memory area where the interfaces array will be
- stored, converted to a 64-bits integer. It can be zero. if zero,
- the ioctl won't store the interfaces. It will just update
- ``num_interfaces``
+ stored, converted to a 64-bits integer. It can be zero. if zero,
+ the ioctl won't store the interfaces. It will just update
+ ``num_interfaces``
- .. row 6
@@ -118,8 +118,8 @@ desired arrays with the media graph elements.
- ``num_pads``
- -
- -
+ -
+ -
- Total number of pads in the graph
- .. row 7
@@ -128,11 +128,11 @@ desired arrays with the media graph elements.
- ``ptr_pads``
- -
- -
+ -
+ -
- A pointer to a memory area where the pads array will be stored,
- converted to a 64-bits integer. It can be zero. if zero, the ioctl
- won't store the pads. It will just update ``num_pads``
+ converted to a 64-bits integer. It can be zero. if zero, the ioctl
+ won't store the pads. It will just update ``num_pads``
- .. row 8
@@ -140,8 +140,8 @@ desired arrays with the media graph elements.
- ``num_links``
- -
- -
+ -
+ -
- Total number of data and interface links in the graph
- .. row 9
@@ -150,11 +150,11 @@ desired arrays with the media graph elements.
- ``ptr_links``
- -
- -
+ -
+ -
- A pointer to a memory area where the links array will be stored,
- converted to a 64-bits integer. It can be zero. if zero, the ioctl
- won't store the links. It will just update ``num_links``
+ converted to a 64-bits integer. It can be zero. if zero, the ioctl
+ won't store the links. It will just update ``num_links``
@@ -171,8 +171,8 @@ desired arrays with the media graph elements.
- ``id``
- -
- -
+ -
+ -
- Unique ID for the entity.
- .. row 2
@@ -181,8 +181,8 @@ desired arrays with the media graph elements.
- ``name``\ [64]
- -
- -
+ -
+ -
- Entity name as an UTF-8 NULL-terminated string.
- .. row 3
@@ -191,8 +191,8 @@ desired arrays with the media graph elements.
- ``function``
- -
- -
+ -
+ -
- Entity main function, see :ref:`media-entity-type` for details.
- .. row 4
@@ -202,7 +202,7 @@ desired arrays with the media graph elements.
- ``reserved``\ [12]
- Reserved for future extensions. Drivers and applications must set
- this array to zero.
+ this array to zero.
@@ -219,8 +219,8 @@ desired arrays with the media graph elements.
- ``id``
- -
- -
+ -
+ -
- Unique ID for the interface.
- .. row 2
@@ -229,8 +229,8 @@ desired arrays with the media graph elements.
- ``intf_type``
- -
- -
+ -
+ -
- Interface type, see :ref:`media-intf-type` for details.
- .. row 3
@@ -239,8 +239,8 @@ desired arrays with the media graph elements.
- ``flags``
- -
- -
+ -
+ -
- Interface flags. Currently unused.
- .. row 4
@@ -249,10 +249,10 @@ desired arrays with the media graph elements.
- ``reserved``\ [9]
- -
- -
+ -
+ -
- Reserved for future extensions. Drivers and applications must set
- this array to zero.
+ this array to zero.
- .. row 5
@@ -260,10 +260,10 @@ desired arrays with the media graph elements.
- ``devnode``
- -
- -
+ -
+ -
- Used only for device node interfaces. See
- :ref:`media-v2-intf-devnode` for details..
+ :ref:`media-v2-intf-devnode` for details..
@@ -280,8 +280,8 @@ desired arrays with the media graph elements.
- ``major``
- -
- -
+ -
+ -
- Device node major number.
- .. row 2
@@ -290,8 +290,8 @@ desired arrays with the media graph elements.
- ``minor``
- -
- -
+ -
+ -
- Device node minor number.
@@ -309,8 +309,8 @@ desired arrays with the media graph elements.
- ``id``
- -
- -
+ -
+ -
- Unique ID for the pad.
- .. row 2
@@ -319,8 +319,8 @@ desired arrays with the media graph elements.
- ``entity_id``
- -
- -
+ -
+ -
- Unique ID for the entity where this pad belongs.
- .. row 3
@@ -329,8 +329,8 @@ desired arrays with the media graph elements.
- ``flags``
- -
- -
+ -
+ -
- Pad flags, see :ref:`media-pad-flag` for more details.
- .. row 4
@@ -339,10 +339,10 @@ desired arrays with the media graph elements.
- ``reserved``\ [9]
- -
- -
+ -
+ -
- Reserved for future extensions. Drivers and applications must set
- this array to zero.
+ this array to zero.
@@ -359,8 +359,8 @@ desired arrays with the media graph elements.
- ``id``
- -
- -
+ -
+ -
- Unique ID for the pad.
- .. row 2
@@ -369,11 +369,11 @@ desired arrays with the media graph elements.
- ``source_id``
- -
- -
+ -
+ -
- On pad to pad links: unique ID for the source pad.
- On interface to entity links: unique ID for the interface.
+ On interface to entity links: unique ID for the interface.
- .. row 3
@@ -381,11 +381,11 @@ desired arrays with the media graph elements.
- ``sink_id``
- -
- -
+ -
+ -
- On pad to pad links: unique ID for the sink pad.
- On interface to entity links: unique ID for the entity.
+ On interface to entity links: unique ID for the entity.
- .. row 4
@@ -393,8 +393,8 @@ desired arrays with the media graph elements.
- ``flags``
- -
- -
+ -
+ -
- Link flags, see :ref:`media-link-flag` for more details.
- .. row 5
@@ -403,10 +403,10 @@ desired arrays with the media graph elements.
- ``reserved``\ [5]
- -
- -
+ -
+ -
- Reserved for future extensions. Drivers and applications must set
- this array to zero.
+ this array to zero.