kernel/include/uapi/linux/cec.h
.. .. @@ -475,6 +475,12 @@ 475 475 #define CEC_G_MODE _IOR('a', 8, __u32) 476 476 #define CEC_S_MODE _IOW('a', 9, __u32) 477 477 478 +/* set cec into standby mode */479 +#define CEC_STANDBY _IOW('a', 10, __u8)480 +481 +/* set cec wake up function enable */482 +#define CEC_FUNC_EN _IOW('a', 11, int)483 +478 484 /* 479 485 * The remainder of this header defines all CEC messages and operands. 480 486 * The format matters since it the cec-ctl utility parses it to generate