Lines Matching +full:cm +full:- +full:name

1 .. SPDX-License-Identifier: GFDL-1.1-no-invariants-or-later
10 Name chapter
13 MEDIA_IOC_ENUM_ENTITIES - Enumerate entities and their properties
40 .. _media-ent-id-flag-next:
47 Entity IDs can be non-contiguous. Applications must *not* try to
53 .. tabularcolumns:: |p{1.5cm}|p{1.7cm}|p{1.6cm}|p{1.5cm}|p{10.6cm}|
55 .. flat-table:: struct media_entity_desc
56 :header-rows: 0
57 :stub-columns: 0
60 * - __u32
61 - ``id``
62 -
63 - Entity ID, set by the application. When the ID is or'ed with
69 * - char
70 - ``name``\ [32]
71 -
72 - Entity name as an UTF-8 NULL-terminated string. This name must be unique
75 * - __u32
76 - ``type``
77 -
78 - Entity type, see :ref:`media-entity-functions` for details.
80 * - __u32
81 - ``revision``
82 -
83 - Entity revision. Always zero (obsolete)
85 * - __u32
86 - ``flags``
87 -
88 - Entity flags, see :ref:`media-entity-flag` for details.
90 * - __u32
91 - ``group_id``
92 -
93 - Entity group ID. Always zero (obsolete)
95 * - __u16
96 - ``pads``
97 -
98 - Number of pads
100 * - __u16
101 - ``links``
102 -
103 - Total number of outbound links. Inbound links are not counted in
106 * - __u32
107 - ``reserved[4]``
108 -
109 - Reserved for future extensions. Drivers and applications must set
112 * - union {
113 - (anonymous)
115 * - struct
116 - ``dev``
117 -
118 - Valid for (sub-)devices that create a single device node.
120 * -
121 - __u32
122 - ``major``
123 - Device node major number.
125 * -
126 - __u32
127 - ``minor``
128 - Device node minor number.
130 * - __u8
131 - ``raw``\ [184]
132 -
133 -
134 * - }
135 -
140 On success 0 is returned, on error -1 and the ``errno`` variable is set
142 :ref:`Generic Error Codes <gen-errors>` chapter.
146 references a non-existing entity.