Lines Matching refs:cec_notifier
18 struct cec_notifier;
36 struct cec_notifier *cec_notifier_get_conn(struct device *dev,
43 void cec_notifier_put(struct cec_notifier *n);
53 void cec_notifier_set_phys_addr(struct cec_notifier *n, u16 pa);
63 void cec_notifier_set_phys_addr_from_edid(struct cec_notifier *n,
72 void cec_notifier_register(struct cec_notifier *n,
80 void cec_notifier_unregister(struct cec_notifier *n);
88 struct cec_notifier *notifier);
91 static inline struct cec_notifier *cec_notifier_get_conn(struct device *dev, in cec_notifier_get_conn()
95 return (struct cec_notifier *)0xdeadfeed; in cec_notifier_get_conn()
98 static inline void cec_notifier_put(struct cec_notifier *n) in cec_notifier_put()
102 static inline void cec_notifier_set_phys_addr(struct cec_notifier *n, u16 pa) in cec_notifier_set_phys_addr()
106 static inline void cec_notifier_set_phys_addr_from_edid(struct cec_notifier *n, in cec_notifier_set_phys_addr_from_edid()
111 static inline void cec_notifier_register(struct cec_notifier *n, in cec_notifier_register()
117 static inline void cec_notifier_unregister(struct cec_notifier *n) in cec_notifier_unregister()
122 struct cec_notifier *notifier) in cec_register_cec_notifier()
139 static inline struct cec_notifier *cec_notifier_get(struct device *dev) in cec_notifier_get()
152 static inline void cec_notifier_phys_addr_invalidate(struct cec_notifier *n) in cec_notifier_phys_addr_invalidate()