Home
last modified time | relevance | path

Searched refs:cec_notifier_parse_hdmi_phandle (Results 1 – 5 of 5) sorted by relevance

/linux/include/media/
H A Dcec-notifier.h100 * cec_notifier_parse_hdmi_phandle - find the hdmi device from "hdmi-phandle"
108 struct device *cec_notifier_parse_hdmi_phandle(struct device *dev);
146 static inline struct device *cec_notifier_parse_hdmi_phandle(struct device *dev) in cec_notifier_parse_hdmi_phandle() function
/linux/drivers/media/cec/platform/s5p/
H A Ds5p_cec.c187 hdmi_dev = cec_notifier_parse_hdmi_phandle(dev); in s5p_cec_probe()
/linux/drivers/media/cec/platform/sti/
H A Dstih-cec.c307 hdmi_dev = cec_notifier_parse_hdmi_phandle(dev); in stih_cec_probe()
/linux/drivers/media/cec/platform/tegra/
H A Dtegra_cec.c324 hdmi_dev = cec_notifier_parse_hdmi_phandle(&pdev->dev); in tegra_cec_probe()
/linux/drivers/media/cec/platform/meson/
H A Dao-cec-g12a.c639 hdmi_dev = cec_notifier_parse_hdmi_phandle(&pdev->dev); in meson_ao_cec_g12a_probe()