Home
last modified time | relevance | path

Searched refs:cec_caps (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/gpu/drm/
H A Ddrm_dp_cec.c303 u32 cec_caps = CEC_CAP_DEFAULTS | CEC_CAP_NEEDS_HPD | in drm_dp_cec_set_edid() local
321 cec_caps &= ~CEC_CAP_RC; in drm_dp_cec_set_edid()
334 cec_caps |= CEC_CAP_MONITOR_ALL; in drm_dp_cec_set_edid()
339 if (aux->cec.adap->capabilities == cec_caps && in drm_dp_cec_set_edid()
354 aux, connector->name, cec_caps, in drm_dp_cec_set_edid()
/OK3568_Linux_fs/kernel/Documentation/userspace-api/media/cec/
H A Dcec-ioc-adap-g-caps.rst20 ``int ioctl(int fd, CEC_ADAP_G_CAPS, struct cec_caps *argp)``
35 struct :c:type:`cec_caps`. The driver fills the structure and
40 .. c:type:: cec_caps
42 .. flat-table:: struct cec_caps
/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.h328 struct cec_caps { struct
437 #define CEC_ADAP_G_CAPS _IOWR('a', 0, struct cec_caps)
/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.h328 struct cec_caps { struct
437 #define CEC_ADAP_G_CAPS _IOWR('a', 0, struct cec_caps)
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dcec.h331 struct cec_caps { struct
475 #define CEC_ADAP_G_CAPS _IOWR('a', 0, struct cec_caps)
/OK3568_Linux_fs/kernel/drivers/media/cec/core/
H A Dcec-api.c76 struct cec_caps __user *parg) in cec_adap_g_caps()
78 struct cec_caps caps = {}; in cec_adap_g_caps()