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/
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/patches/linux-5.10/unionpi_tiger_pacth/
Dlinux-5.10.patch3916 - ret = devm_add_action(&pdev->dev, dw_hdmi_cec_del, cec);
3919 + ret = devm_add_action_or_reset(&pdev->dev, dw_hdmi_cec_del, cec);