Home
last modified time | relevance | path

Searched refs:cec_notifier_conn_unregister (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.4/include/media/
Dcec-notifier.h70 void cec_notifier_conn_unregister(struct cec_notifier *n);
151 static inline void cec_notifier_conn_unregister(struct cec_notifier *n) in cec_notifier_conn_unregister() function
/Linux-v5.4/drivers/media/cec/
Dcec-notifier.c116 void cec_notifier_conn_unregister(struct cec_notifier *n) in cec_notifier_conn_unregister() function
131 EXPORT_SYMBOL_GPL(cec_notifier_conn_unregister);
/Linux-v5.4/drivers/gpu/drm/bridge/synopsys/
Ddw-hdmi.c2266 cec_notifier_conn_unregister(hdmi->cec_notifier); in dw_hdmi_bridge_detach()