Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/gpu/drm/bridge/synopsys/
H A Ddw-hdmi-cec.c222 static void dw_hdmi_cec_del(void *data) in dw_hdmi_cec_del() function
268 ret = devm_add_action(&pdev->dev, dw_hdmi_cec_del, cec); in dw_hdmi_cec_probe()
296 devm_remove_action(&pdev->dev, dw_hdmi_cec_del, cec); in dw_hdmi_cec_probe()
/kernel/linux/linux-6.6/drivers/gpu/drm/bridge/synopsys/
H A Ddw-hdmi-cec.c226 static void dw_hdmi_cec_del(void *data) in dw_hdmi_cec_del() function
272 ret = devm_add_action_or_reset(&pdev->dev, dw_hdmi_cec_del, cec); in dw_hdmi_cec_probe()
298 devm_remove_action(&pdev->dev, dw_hdmi_cec_del, cec); in dw_hdmi_cec_probe()

Completed in 2 milliseconds