num_entry         484 drivers/char/tpm/tpm_ibmvtpm.c 		if (++crq_q->index == crq_q->num_entry)
num_entry         630 drivers/char/tpm/tpm_ibmvtpm.c 	crq_q->num_entry = CRQ_RES_BUF_SIZE / sizeof(*crq_q->crq_addr);
num_entry          28 drivers/char/tpm/tpm_ibmvtpm.h 	u32 num_entry;
num_entry         411 drivers/gpu/drm/amd/powerplay/hwmgr/smu10_hwmgr.c 			uint32_t num_entry, const DpmClock_t *pclk_dependency_table)
num_entry         416 drivers/gpu/drm/amd/powerplay/hwmgr/smu10_hwmgr.c 	table_size = sizeof(uint32_t) + sizeof(struct smu10_voltage_dependency_table) * num_entry;
num_entry         422 drivers/gpu/drm/amd/powerplay/hwmgr/smu10_hwmgr.c 	ptable->count = num_entry;
num_entry         955 drivers/parisc/iosapic.c iosapic_prt_irt(void *irt, long num_entry)
num_entry         960 drivers/parisc/iosapic.c 	printk(KERN_DEBUG MODULE_NAME ": Interrupt Routing Table (%lx entries)\n", num_entry);
num_entry         962 drivers/parisc/iosapic.c 	for (i=0; i<num_entry; i++, irp += 4) {
num_entry        1483 drivers/scsi/lpfc/lpfc_bsg.c 		  int num_entry)
num_entry        1514 drivers/scsi/lpfc/lpfc_bsg.c 	icmd->un.xseq64.bdl.bdeSize = (num_entry * sizeof(struct ulp_bde64));
num_entry         320 drivers/scsi/lpfc/lpfc_ct.c 	     struct lpfc_nodelist *ndlp, uint32_t usr_flg, uint32_t num_entry,
num_entry         339 drivers/scsi/lpfc/lpfc_ct.c 	icmd->un.genreq64.bdl.bdeSize = (num_entry * sizeof(struct ulp_bde64));
num_entry         425 drivers/scsi/lpfc/lpfc_nvme.c 		  struct lpfc_nodelist *ndlp, uint32_t num_entry,
num_entry         460 drivers/scsi/lpfc/lpfc_nvme.c 	for (i = 0; i < num_entry; i++) {
num_entry         469 drivers/scsi/lpfc/lpfc_nvme.c 	genwqe->rsvd2 = num_entry;
num_entry         179 drivers/video/backlight/arcxcnn_bl.c 	u32 prog_val, num_entry, entry, sources[ARCXCNN_LEDEN_BITS];
num_entry         222 drivers/video/backlight/arcxcnn_bl.c 		num_entry = ret;
num_entry         223 drivers/video/backlight/arcxcnn_bl.c 		if (num_entry > ARCXCNN_LEDEN_BITS)
num_entry         224 drivers/video/backlight/arcxcnn_bl.c 			num_entry = ARCXCNN_LEDEN_BITS;
num_entry         227 drivers/video/backlight/arcxcnn_bl.c 					num_entry);
num_entry         236 drivers/video/backlight/arcxcnn_bl.c 		for (entry = 0; entry < num_entry; entry++) {
num_entry         166 drivers/video/backlight/sky81452-backlight.c 	int num_entry;
num_entry         191 drivers/video/backlight/sky81452-backlight.c 		num_entry = ret;
num_entry         192 drivers/video/backlight/sky81452-backlight.c 		if (num_entry > 6)
num_entry         193 drivers/video/backlight/sky81452-backlight.c 			num_entry = 6;
num_entry         196 drivers/video/backlight/sky81452-backlight.c 					num_entry);
num_entry         203 drivers/video/backlight/sky81452-backlight.c 		while (--num_entry)
num_entry         204 drivers/video/backlight/sky81452-backlight.c 			pdata->enable |= (1 << sources[num_entry]);
num_entry         234 sound/soc/intel/skylake/skl-sst-utils.c 	int i, num_entry, size;
num_entry         268 sound/soc/intel/skylake/skl-sst-utils.c 	num_entry = adsp_hdr->num_modules;
num_entry         271 sound/soc/intel/skylake/skl-sst-utils.c 	safe_file += num_entry * sizeof(*mod_entry);
num_entry         286 sound/soc/intel/skylake/skl-sst-utils.c 	for (i = 0; i < num_entry; i++, mod_entry++) {