Lines Matching refs:subdrv
92 struct exynos_drm_subdrv subdrv; member
712 ipp_clean_mem_nodes(ctx->subdrv.drm_dev, c_node, i); in ipp_clean_cmd_node()
1727 struct exynos_drm_subdrv *subdrv; in ipp_probe() local
1767 subdrv = &ctx->subdrv; in ipp_probe()
1768 subdrv->dev = dev; in ipp_probe()
1769 subdrv->probe = ipp_subdrv_probe; in ipp_probe()
1770 subdrv->remove = ipp_subdrv_remove; in ipp_probe()
1771 subdrv->open = ipp_subdrv_open; in ipp_probe()
1772 subdrv->close = ipp_subdrv_close; in ipp_probe()
1776 ret = exynos_drm_subdrv_register(subdrv); in ipp_probe()
1798 exynos_drm_subdrv_unregister(&ctx->subdrv); in ipp_remove()