Home
last modified time | relevance | path

Searched refs:cec_notifier_get_conn (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/include/media/
Dcec-notifier.h36 struct cec_notifier *cec_notifier_get_conn(struct device *dev,
91 static inline struct cec_notifier *cec_notifier_get_conn(struct device *dev, in cec_notifier_get_conn() function
141 return cec_notifier_get_conn(dev, NULL); in cec_notifier_get()
/Linux-v4.19/drivers/media/cec/
Dcec-notifier.c34 struct cec_notifier *cec_notifier_get_conn(struct device *dev, const char *conn) in cec_notifier_get_conn() function
61 EXPORT_SYMBOL_GPL(cec_notifier_get_conn);
/Linux-v4.19/drivers/media/platform/cros-ec-cec/
Dcros-ec-cec.c238 *notify = cec_notifier_get_conn(d, m->conn); in cros_ec_cec_get_notifier()
/Linux-v4.19/drivers/gpu/drm/i915/
Dintel_hdmi.c2398 intel_hdmi->cec_notifier = cec_notifier_get_conn(dev->dev, in intel_hdmi_init_connector()