Searched defs:num_inst (Results 1 - 5 of 5) sorted by relevance

/drivers/crypto/qat/qat_common/
H A Dqat_crypto.c152 unsigned long num_inst, num_msg_sym, num_msg_asym; local
164 if (kstrtoul(val, 0, &num_inst))
167 for (i = 0; i < num_inst; i++) {
H A Dqat_hal.c990 const int num_inst = ARRAY_SIZE(insts), code_off = 1; local
1021 return qat_hal_exec_micro_inst(handle, ae, ctx, insts, num_inst,
1022 code_off, num_inst * 0x5, NULL);
1191 const int num_inst = ARRAY_SIZE(micro_inst), code_off = 1; local
1192 const unsigned short gprnum = 0, dly = num_inst * 0x5;
1225 status = qat_hal_exec_micro_inst(handle, ae, ctx, micro_inst, num_inst,
/drivers/media/platform/s5p-g2d/
H A Dg2d.h27 atomic_t num_inst; member in struct:g2d_dev
/drivers/media/platform/
H A Dmem2mem_testdev.c148 atomic_t num_inst; member in struct:m2mtest_dev
926 atomic_inc(&dev->num_inst);
951 atomic_dec(&dev->num_inst);
996 atomic_set(&dev->num_inst, 0);
/drivers/media/platform/s5p-mfc/
H A Ds5p_mfc_common.h271 * @num_inst: couter of active MFC instances
313 int num_inst; member in struct:s5p_mfc_dev

Completed in 118 milliseconds