Loading drivers/media/cec/cec-priv.h +5 −0 Original line number Diff line number Diff line Loading @@ -20,6 +20,11 @@ /* devnode to cec_adapter */ #define to_cec_adapter(node) container_of(node, struct cec_adapter, devnode) static inline bool msg_is_raw(const struct cec_msg *msg) { return msg->flags & CEC_MSG_FL_RAW; } /* cec-core.c */ extern int cec_debug; int cec_get_device(struct cec_devnode *devnode); Loading include/uapi/linux/cec.h +1 −0 Original line number Diff line number Diff line Loading @@ -144,6 +144,7 @@ static inline void cec_msg_set_reply_to(struct cec_msg *msg, /* cec_msg flags field */ #define CEC_MSG_FL_REPLY_TO_FOLLOWERS (1 << 0) #define CEC_MSG_FL_RAW (1 << 1) /* cec_msg tx/rx_status field */ #define CEC_TX_STATUS_OK (1 << 0) Loading Loading
drivers/media/cec/cec-priv.h +5 −0 Original line number Diff line number Diff line Loading @@ -20,6 +20,11 @@ /* devnode to cec_adapter */ #define to_cec_adapter(node) container_of(node, struct cec_adapter, devnode) static inline bool msg_is_raw(const struct cec_msg *msg) { return msg->flags & CEC_MSG_FL_RAW; } /* cec-core.c */ extern int cec_debug; int cec_get_device(struct cec_devnode *devnode); Loading
include/uapi/linux/cec.h +1 −0 Original line number Diff line number Diff line Loading @@ -144,6 +144,7 @@ static inline void cec_msg_set_reply_to(struct cec_msg *msg, /* cec_msg flags field */ #define CEC_MSG_FL_REPLY_TO_FOLLOWERS (1 << 0) #define CEC_MSG_FL_RAW (1 << 1) /* cec_msg tx/rx_status field */ #define CEC_TX_STATUS_OK (1 << 0) Loading