Home
last modified time | relevance | path

Searched refs:CEC_CAP_MONITOR_PIN (Results 1 – 9 of 9) sorted by relevance

/linux-5.19.10/Documentation/userspace-api/media/cec/
Dcec-ioc-dqevent.rst158 Only applies to adapters that have the ``CEC_CAP_MONITOR_PIN``
165 Only applies to adapters that have the ``CEC_CAP_MONITOR_PIN``
172 Only applies to adapters that have the ``CEC_CAP_MONITOR_PIN``
181 Only applies to adapters that have the ``CEC_CAP_MONITOR_PIN``
190 Only applies to adapters that have the ``CEC_CAP_MONITOR_PIN``
199 Only applies to adapters that have the ``CEC_CAP_MONITOR_PIN``
Dcec-ioc-adap-g-caps.rst129 - ``CEC_CAP_MONITOR_PIN``
Dcec-ioc-g-mode.rst163 This mode requires that the :ref:`CEC_CAP_MONITOR_PIN <CEC-CAP-MONITOR-PIN>`
/linux-5.19.10/drivers/media/cec/platform/cec-gpio/
Dcec-gpio.c184 u32 caps = CEC_CAP_DEFAULTS | CEC_CAP_MONITOR_ALL | CEC_CAP_MONITOR_PIN; in cec_gpio_probe()
/linux-5.19.10/drivers/media/test-drivers/vivid/
Dvivid-cec.c318 u32 caps = CEC_CAP_DEFAULTS | CEC_CAP_MONITOR_ALL | CEC_CAP_MONITOR_PIN; in vivid_cec_alloc_adap()
/linux-5.19.10/include/uapi/linux/
Dcec.h339 #define CEC_CAP_MONITOR_PIN (1 << 7) macro
/linux-5.19.10/drivers/media/cec/core/
Dcec-api.c400 !(adap->capabilities & CEC_CAP_MONITOR_PIN)) { in cec_s_mode()
Dcec-pin.c1344 caps | CEC_CAP_MONITOR_ALL | CEC_CAP_MONITOR_PIN, in cec_pin_allocate_adapter()
/linux-5.19.10/Documentation/driver-api/media/
Dcec-core.rst163 the CEC_CAP_MONITOR_PIN capability is set. This callback is optional