Home
last modified time | relevance | path

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

/rockchip-linux_mpp/mpp/vproc/
H A Dmpp_vproc_dev.c14 struct dev_compatible dev_comp[] = { variable
33 for (i = 0; i < MPP_ARRAY_ELEMS(dev_comp); ++i) { in get_iep_ctx()
34 if (!access(dev_comp[i].compatible, F_OK)) { in get_iep_ctx()
35 iep_com_ctx *ctx = dev_comp[i].get(); in get_iep_ctx()
37 ctx->ver = dev_comp[i].ver; in get_iep_ctx()
38 mpp_log("device %s select in vproc\n", dev_comp[i].compatible); in get_iep_ctx()
40 ctx->ops->release = dev_comp[i].put; in get_iep_ctx()