Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/gpu/drm/
H A Ddrm_dp_cec.c143 if (!(adap->capabilities & CEC_CAP_MONITOR_ALL)) in drm_dp_cec_adap_monitor_all_enable()
334 cec_caps |= CEC_CAP_MONITOR_ALL; in drm_dp_cec_set_edid()
/OK3568_Linux_fs/kernel/drivers/media/cec/platform/cec-gpio/
H A Dcec-gpio.c184 u32 caps = CEC_CAP_DEFAULTS | CEC_CAP_MONITOR_ALL | CEC_CAP_MONITOR_PIN; in cec_gpio_probe()
/OK3568_Linux_fs/kernel/drivers/media/test-drivers/vivid/
H A Dvivid-cec.c279 u32 caps = CEC_CAP_DEFAULTS | CEC_CAP_MONITOR_ALL | CEC_CAP_MONITOR_PIN; in vivid_cec_alloc_adap()
/OK3568_Linux_fs/kernel/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,
/OK3568_Linux_fs/kernel/drivers/media/cec/usb/rainshadow/
H A Drainshadow-cec.c308 u32 caps = CEC_CAP_DEFAULTS | CEC_CAP_PHYS_ADDR | CEC_CAP_MONITOR_ALL; in rain_connect()
/OK3568_Linux_fs/kernel/drivers/media/cec/platform/tegra/
H A Dtegra_cec.c391 CEC_CAP_DEFAULTS | CEC_CAP_MONITOR_ALL | in tegra_cec_probe()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dcec.h314 #define CEC_CAP_MONITOR_ALL (1 << 5) macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dcec.h314 #define CEC_CAP_MONITOR_ALL (1 << 5) macro
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dcec.h315 #define CEC_CAP_MONITOR_ALL (1 << 5) macro
/OK3568_Linux_fs/kernel/drivers/media/cec/core/
H A Dcec-api.c394 !(adap->capabilities & CEC_CAP_MONITOR_ALL)) { in cec_s_mode()
H A Dcec-pin.c1337 caps | CEC_CAP_MONITOR_ALL | CEC_CAP_MONITOR_PIN, in cec_pin_allocate_adapter()
/OK3568_Linux_fs/kernel/drivers/media/cec/usb/pulse8/
H A Dpulse8-cec.c834 u32 caps = CEC_CAP_DEFAULTS | CEC_CAP_PHYS_ADDR | CEC_CAP_MONITOR_ALL; in pulse8_connect()
/OK3568_Linux_fs/kernel/Documentation/driver-api/media/
H A Dcec-core.rst147 called if the CEC_CAP_MONITOR_ALL capability is set. This callback is optional
/OK3568_Linux_fs/kernel/drivers/media/i2c/
H A Dtc358743.c2123 CEC_CAP_DEFAULTS | CEC_CAP_MONITOR_ALL, CEC_MAX_LOG_ADDRS); in tc358743_probe()