cec_caps
u32 cec_caps = CEC_CAP_DEFAULTS | CEC_CAP_NEEDS_HPD |
cec_caps |= CEC_CAP_MONITOR_ALL;
(cec_caps & CEC_CAP_MONITOR_ALL) &&
aux, connector->name, cec_caps,
struct cec_caps __user *parg)
struct cec_caps caps = {};
#define CEC_ADAP_G_CAPS _IOWR('a', 0, struct cec_caps)