Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/media/cec/core/
H A Dcec-notifier.c214 struct platform_device *hdmi_pdev; in cec_notifier_parse_hdmi_phandle() local
224 hdmi_pdev = of_find_device_by_node(np); in cec_notifier_parse_hdmi_phandle()
226 if (hdmi_pdev) { in cec_notifier_parse_hdmi_phandle()
227 hdmi_dev = &hdmi_pdev->dev; in cec_notifier_parse_hdmi_phandle()
/kernel/linux/linux-6.6/drivers/media/cec/core/
H A Dcec-notifier.c216 struct platform_device *hdmi_pdev; in cec_notifier_parse_hdmi_phandle() local
227 hdmi_pdev = of_find_device_by_node(np); in cec_notifier_parse_hdmi_phandle()
228 if (hdmi_pdev) in cec_notifier_parse_hdmi_phandle()
229 hdmi_dev = &hdmi_pdev->dev; in cec_notifier_parse_hdmi_phandle()

Completed in 2 milliseconds