Home
last modified time | relevance | path

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

/openbmc/linux/drivers/media/platform/mediatek/mdp/
H A Dmtk_mdp_core.h164 int ctx_num; member
H A Dmtk_mdp_m2m.c1092 if (mdp->ctx_num++ == 0) { in mtk_mdp_m2m_open()
1126 mdp->ctx_num--; in mtk_mdp_m2m_open()
1152 mdp->ctx_num--; in mtk_mdp_m2m_release()
/openbmc/linux/include/linux/firmware/qcom/
H A Dqcom_scm.h117 extern int qcom_scm_iommu_set_pt_format(u32 sec_id, u32 ctx_num, u32 pt_fmt);
/openbmc/linux/drivers/crypto/hisilicon/sec2/
H A Dsec_main.c378 u32 ctx_num = ctx_q_num; in sec_create_qps() local
382 qps = kcalloc(ctx_num, sizeof(struct hisi_qp *), GFP_KERNEL); in sec_create_qps()
386 ret = hisi_qm_alloc_qps_node(&sec_devices, ctx_num, 0, node, qps); in sec_create_qps()
/openbmc/linux/drivers/firmware/
H A Dqcom_scm.c1221 int qcom_scm_iommu_set_pt_format(u32 sec_id, u32 ctx_num, u32 pt_fmt) in qcom_scm_iommu_set_pt_format() argument
1228 .args[1] = ctx_num, in qcom_scm_iommu_set_pt_format()