Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/media/cec/core/
Dcec-notifier.c215 struct platform_device *hdmi_pdev; in cec_notifier_parse_hdmi_phandle() local
226 hdmi_pdev = of_find_device_by_node(np); in cec_notifier_parse_hdmi_phandle()
227 if (hdmi_pdev) in cec_notifier_parse_hdmi_phandle()
228 hdmi_dev = &hdmi_pdev->dev; in cec_notifier_parse_hdmi_phandle()