static void exynos_dp_unbind(struct device *dev, struct device *master, void *data) { struct exynos_dp_device *dp = dev_get_drvdata(dev); analogix_dp_unbind(dp->adp); dp->encoder.funcs->destroy(&dp->encoder); }
static void rockchip_dp_unbind(struct device *dev, struct device *master, void *data) { return analogix_dp_unbind(dev, master, data); }