Lines Matching refs:hdmi_dev
26 struct device *hdmi_dev; member
52 cec_notifier_get_conn(struct device *hdmi_dev, const char *port_name) in cec_notifier_get_conn() argument
58 if (n->hdmi_dev == hdmi_dev && in cec_notifier_get_conn()
69 n->hdmi_dev = hdmi_dev; in cec_notifier_get_conn()
106 cec_notifier_conn_register(struct device *hdmi_dev, const char *port_name, in cec_notifier_conn_register() argument
109 struct cec_notifier *n = cec_notifier_get_conn(hdmi_dev, port_name); in cec_notifier_conn_register()
149 cec_notifier_cec_adap_register(struct device *hdmi_dev, const char *port_name, in cec_notifier_cec_adap_register() argument
157 n = cec_notifier_get_conn(hdmi_dev, port_name); in cec_notifier_cec_adap_register()
222 struct device *hdmi_dev = NULL; in cec_notifier_parse_hdmi_phandle() local
234 hdmi_dev = &hdmi_pdev->dev; in cec_notifier_parse_hdmi_phandle()
236 if (!hdmi_dev) { in cec_notifier_parse_hdmi_phandle()
240 hdmi_dev = &hdmi_client->dev; in cec_notifier_parse_hdmi_phandle()
244 if (!hdmi_dev) in cec_notifier_parse_hdmi_phandle()
253 put_device(hdmi_dev); in cec_notifier_parse_hdmi_phandle()
254 return hdmi_dev; in cec_notifier_parse_hdmi_phandle()