Home
last modified time | relevance | path

Searched refs:cec_msg (Results 1 – 2 of 2) sorted by relevance

/external/kernel-headers/original/uapi/linux/
Dcec-funcs.h42 static inline void cec_msg_active_source(struct cec_msg *msg, __u16 phys_addr) in cec_msg_active_source()
51 static inline void cec_ops_active_source(const struct cec_msg *msg, in cec_ops_active_source()
57 static inline void cec_msg_image_view_on(struct cec_msg *msg) in cec_msg_image_view_on()
63 static inline void cec_msg_text_view_on(struct cec_msg *msg) in cec_msg_text_view_on()
71 static inline void cec_msg_inactive_source(struct cec_msg *msg, in cec_msg_inactive_source()
80 static inline void cec_ops_inactive_source(const struct cec_msg *msg, in cec_ops_inactive_source()
86 static inline void cec_msg_request_active_source(struct cec_msg *msg, in cec_msg_request_active_source()
95 static inline void cec_msg_routing_information(struct cec_msg *msg, in cec_msg_routing_information()
105 static inline void cec_ops_routing_information(const struct cec_msg *msg, in cec_ops_routing_information()
111 static inline void cec_msg_routing_change(struct cec_msg *msg, in cec_msg_routing_change()
[all …]
Dcec.h85 struct cec_msg { struct
106 static inline __u8 cec_msg_initiator(const struct cec_msg *msg) in cec_msg_initiator() argument
115 static inline __u8 cec_msg_destination(const struct cec_msg *msg) in cec_msg_destination()
124 static inline int cec_msg_opcode(const struct cec_msg *msg) in cec_msg_opcode()
133 static inline int cec_msg_is_broadcast(const struct cec_msg *msg) in cec_msg_is_broadcast()
147 static inline void cec_msg_init(struct cec_msg *msg, in cec_msg_init()
164 static inline void cec_msg_set_reply_to(struct cec_msg *msg, in cec_msg_set_reply_to()
165 struct cec_msg *orig) in cec_msg_set_reply_to()
188 static inline int cec_msg_status_is_ok(const struct cec_msg *msg) in cec_msg_status_is_ok()
479 #define CEC_TRANSMIT _IOWR('a', 5, struct cec_msg)
[all …]