Home
last modified time | relevance | path

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

/linux/drivers/media/platform/mediatek/mdp/
H A Dmtk_mdp_core.h164 int ctx_num; member
H A Dmtk_mdp_m2m.c1089 if (mdp->ctx_num++ == 0) { in mtk_mdp_m2m_open()
1123 mdp->ctx_num--; in mtk_mdp_m2m_open()
1149 mdp->ctx_num--; in mtk_mdp_m2m_release()
/linux/drivers/crypto/hisilicon/sec2/
H A Dsec_main.c418 u32 ctx_num = ctx_q_num; in sec_create_qps() local
423 qps = kzalloc_objs(struct hisi_qp *, ctx_num); in sec_create_qps()
428 type = kcalloc(ctx_num, sizeof(u8), GFP_KERNEL); in sec_create_qps()
434 ret = hisi_qm_alloc_qps_node(&sec_devices, ctx_num, type, node, qps); in sec_create_qps()