Lines Matching refs:subdrv
89 struct exynos_drm_subdrv subdrv; member
709 ipp_clean_mem_nodes(ctx->subdrv.drm_dev, c_node, i); in ipp_clean_cmd_node()
1720 struct exynos_drm_subdrv *subdrv; in ipp_probe() local
1760 subdrv = &ctx->subdrv; in ipp_probe()
1761 subdrv->dev = dev; in ipp_probe()
1762 subdrv->probe = ipp_subdrv_probe; in ipp_probe()
1763 subdrv->remove = ipp_subdrv_remove; in ipp_probe()
1764 subdrv->open = ipp_subdrv_open; in ipp_probe()
1765 subdrv->close = ipp_subdrv_close; in ipp_probe()
1769 ret = exynos_drm_subdrv_register(subdrv); in ipp_probe()
1791 exynos_drm_subdrv_unregister(&ctx->subdrv); in ipp_remove()