Home
last modified time | relevance | path

Searched refs:mdp_ida (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/media/platform/mediatek/mdp3/
H A Dmtk-mdp3-core.h84 struct ida mdp_ida; member
H A Dmtk-mdp3-m2m.c567 ret = ida_alloc(&mdp->mdp_ida, GFP_KERNEL); in mdp_m2m_open()
622 ida_free(&mdp->mdp_ida, ctx->id); in mdp_m2m_open()
645 ida_free(&mdp->mdp_ida, ctx->id); in mdp_m2m_release()
H A Dmtk-mdp3-core.c231 ida_init(&mdp->mdp_ida); in mdp_probe()