Searched refs:cec_msg (Results 1 – 4 of 4) sorted by relevance
/include/uapi/linux/ |
D | cec-funcs.h | 14 static inline void cec_msg_active_source(struct cec_msg *msg, __u16 phys_addr) in cec_msg_active_source() 23 static inline void cec_ops_active_source(const struct cec_msg *msg, in cec_ops_active_source() 29 static inline void cec_msg_image_view_on(struct cec_msg *msg) in cec_msg_image_view_on() 35 static inline void cec_msg_text_view_on(struct cec_msg *msg) in cec_msg_text_view_on() 43 static inline void cec_msg_inactive_source(struct cec_msg *msg, in cec_msg_inactive_source() 52 static inline void cec_ops_inactive_source(const struct cec_msg *msg, in cec_ops_inactive_source() 58 static inline void cec_msg_request_active_source(struct cec_msg *msg, in cec_msg_request_active_source() 67 static inline void cec_msg_routing_information(struct cec_msg *msg, in cec_msg_routing_information() 77 static inline void cec_ops_routing_information(const struct cec_msg *msg, in cec_ops_routing_information() 83 static inline void cec_msg_routing_change(struct cec_msg *msg, in cec_msg_routing_change() [all …]
|
D | cec.h | 57 struct cec_msg { struct 78 static inline __u8 cec_msg_initiator(const struct cec_msg *msg) in cec_msg_initiator() argument 87 static inline __u8 cec_msg_destination(const struct cec_msg *msg) in cec_msg_destination() 96 static inline int cec_msg_opcode(const struct cec_msg *msg) in cec_msg_opcode() 105 static inline int cec_msg_is_broadcast(const struct cec_msg *msg) in cec_msg_is_broadcast() 119 static inline void cec_msg_init(struct cec_msg *msg, in cec_msg_init() 136 static inline void cec_msg_set_reply_to(struct cec_msg *msg, in cec_msg_set_reply_to() 137 struct cec_msg *orig) in cec_msg_set_reply_to() 164 static inline int cec_msg_status_is_ok(const struct cec_msg *msg) in cec_msg_status_is_ok() 504 #define CEC_TRANSMIT _IOWR('a', 5, struct cec_msg) [all …]
|
/include/media/ |
D | cec.h | 61 struct cec_msg msg; 72 struct cec_msg msg; 115 u32 signal_free_time, struct cec_msg *msg); 124 int (*received)(struct cec_adapter *adap, struct cec_msg *msg); 305 int cec_transmit_msg(struct cec_adapter *adap, struct cec_msg *msg, 335 struct cec_msg *msg, ktime_t ts); 338 struct cec_msg *msg) in cec_received_msg()
|
D | cec-pin.h | 48 int (*received)(struct cec_adapter *adap, struct cec_msg *msg);
|