Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/
Ddrm_dp_cec.c292 u32 cec_caps = CEC_CAP_DEFAULTS | CEC_CAP_NEEDS_HPD; in drm_dp_cec_set_edid() local
304 cec_caps &= ~CEC_CAP_RC; in drm_dp_cec_set_edid()
317 cec_caps |= CEC_CAP_MONITOR_ALL; in drm_dp_cec_set_edid()
322 if (aux->cec.adap->capabilities == cec_caps && in drm_dp_cec_set_edid()
337 aux, aux->cec.name, cec_caps, in drm_dp_cec_set_edid()
/Linux-v4.19/Documentation/media/uapi/cec/
Dcec-ioc-adap-g-caps.rst17 .. c:function:: int ioctl( int fd, CEC_ADAP_G_CAPS, struct cec_caps *argp )
34 struct :c:type:`cec_caps`. The driver fills the structure and
39 .. c:type:: cec_caps
41 .. flat-table:: struct cec_caps
/Linux-v4.19/include/uapi/linux/
Dcec.h325 struct cec_caps { struct
434 #define CEC_ADAP_G_CAPS _IOWR('a', 0, struct cec_caps)
/Linux-v4.19/drivers/media/cec/
Dcec-api.c76 struct cec_caps __user *parg) in cec_adap_g_caps()
78 struct cec_caps caps = {}; in cec_adap_g_caps()