Searched refs:CEC_ADAP_G_CAPS (Results 1 – 7 of 7) sorted by relevance
7 ioctl CEC_ADAP_G_CAPS13 CEC_ADAP_G_CAPS - Query device capabilities18 .. c:macro:: CEC_ADAP_G_CAPS20 ``int ioctl(int fd, CEC_ADAP_G_CAPS, struct cec_caps *argp)``33 All cec devices must support :ref:`ioctl CEC_ADAP_G_CAPS <CEC_ADAP_G_CAPS>`. To query
32 example :ref:`CEC_ADAP_G_CAPS <CEC_ADAP_G_CAPS>`.
30 :ref:`CEC_ADAP_G_CAPS` ioctl will tell userspace what it is allowed to do.
103 :ref:`CEC_ADAP_G_CAPS`. All arrays in
496 #define CEC_ADAP_G_CAPS _IOWR('a', 0, struct cec_caps) macro
515 case CEC_ADAP_G_CAPS: in cec_ioctl()
63 capabilities are returned by CEC_ADAP_G_CAPS.