Home
last modified time | relevance | path

Searched refs:CEC_CAP_MONITOR_ALL (Results 1 – 8 of 8) sorted by relevance

/linux/Documentation/userspace-api/media/cec/
H A Dcec-ioc-adap-g-caps.rst115 - ``CEC_CAP_MONITOR_ALL``
H A Dcec-ioc-g-mode.rst193 mode requires that the :ref:`CEC_CAP_MONITOR_ALL <CEC-CAP-MONITOR-ALL>` capability is set,
/linux/drivers/media/cec/usb/rainshadow/
H A Drainshadow-cec.c310 u32 caps = CEC_CAP_DEFAULTS | CEC_CAP_PHYS_ADDR | CEC_CAP_MONITOR_ALL; in rain_connect()
/linux/include/uapi/linux/
H A Dcec.h340 #define CEC_CAP_MONITOR_ALL (1 << 5) macro
/linux/drivers/media/cec/core/
H A Dcec-api.c394 !(adap->capabilities & CEC_CAP_MONITOR_ALL)) { in cec_s_mode()
H A Dcec-pin.c1384 caps | CEC_CAP_MONITOR_ALL | CEC_CAP_MONITOR_PIN, in cec_pin_allocate_adapter()
/linux/Documentation/driver-api/media/
H A Dcec-core.rst153 called if the CEC_CAP_MONITOR_ALL capability is set. This callback is optional
/linux/drivers/media/cec/usb/extron-da-hd-4k-plus/
H A Dextron-da-hd-4k-plus.c1493 u32 caps = CEC_CAP_DEFAULTS | CEC_CAP_MONITOR_ALL; in extron_setup()