Lines Matching +full:cm +full:- +full:name
1 .. SPDX-License-Identifier: GPL-2.0
13 Name chapter
16 CEC_ADAP_G_CONNECTOR_INFO - Query HDMI connector information
42 .. tabularcolumns:: |p{1.0cm}|p{4.4cm}|p{2.5cm}|p{9.2cm}|
46 .. flat-table:: struct cec_connector_info
47 :header-rows: 0
48 :stub-columns: 0
51 * - __u32
52 - ``type``
53 - The type of connector this adapter is associated with.
54 * - union {
55 - ``(anonymous)``
56 * - ``struct cec_drm_connector_info``
57 - drm
58 - :ref:`cec-drm-connector-info`
59 * - }
60 -
62 .. tabularcolumns:: |p{4.4cm}|p{2.5cm}|p{10.4cm}|
64 .. _connector-type:
66 .. flat-table:: Connector types
67 :header-rows: 0
68 :stub-columns: 0
71 * .. _`CEC-CONNECTOR-TYPE-NO-CONNECTOR`:
73 - ``CEC_CONNECTOR_TYPE_NO_CONNECTOR``
74 - 0
75 - No connector is associated with the adapter/the information is not
77 * .. _`CEC-CONNECTOR-TYPE-DRM`:
79 - ``CEC_CONNECTOR_TYPE_DRM``
80 - 1
81 - Indicates that a DRM connector is associated with this adapter.
83 :ref:`cec-drm-connector-info`.
85 .. tabularcolumns:: |p{4.4cm}|p{2.5cm}|p{10.4cm}|
89 .. _cec-drm-connector-info:
91 .. flat-table:: struct cec_drm_connector_info
92 :header-rows: 0
93 :stub-columns: 0
96 * .. _`CEC-DRM-CONNECTOR-TYPE-CARD-NO`:
98 - __u32
99 - ``card_no``
100 - DRM card number: the number from a card's path, e.g. 0 in case of
102 * .. _`CEC-DRM-CONNECTOR-TYPE-CONNECTOR_ID`:
104 - __u32
105 - ``connector_id``
106 - DRM connector ID.