Lines Matching refs:cec_notifier
18 struct cec_notifier;
38 struct cec_notifier *
47 void cec_notifier_conn_unregister(struct cec_notifier *n);
65 struct cec_notifier *
75 void cec_notifier_cec_adap_unregister(struct cec_notifier *n,
86 void cec_notifier_set_phys_addr(struct cec_notifier *n, u16 pa);
96 void cec_notifier_set_phys_addr_from_edid(struct cec_notifier *n,
112 static inline struct cec_notifier *
117 return (struct cec_notifier *)0xdeadfeed; in cec_notifier_conn_register()
120 static inline void cec_notifier_conn_unregister(struct cec_notifier *n) in cec_notifier_conn_unregister()
124 static inline struct cec_notifier *
129 return (struct cec_notifier *)0xdeadfeed; in cec_notifier_cec_adap_register()
132 static inline void cec_notifier_cec_adap_unregister(struct cec_notifier *n, in cec_notifier_cec_adap_unregister()
137 static inline void cec_notifier_set_phys_addr(struct cec_notifier *n, u16 pa) in cec_notifier_set_phys_addr()
141 static inline void cec_notifier_set_phys_addr_from_edid(struct cec_notifier *n, in cec_notifier_set_phys_addr_from_edid()
161 static inline void cec_notifier_phys_addr_invalidate(struct cec_notifier *n) in cec_notifier_phys_addr_invalidate()