tindex            465 drivers/hwmon/pmbus/adm1275.c 	int tindex = -1;
tindex            595 drivers/hwmon/pmbus/adm1275.c 		tindex = 8;
tindex            666 drivers/hwmon/pmbus/adm1275.c 		tindex = 3;
tindex            771 drivers/hwmon/pmbus/adm1275.c 	if (tindex >= 0) {
tindex            772 drivers/hwmon/pmbus/adm1275.c 		info->m[PSC_TEMPERATURE] = coefficients[tindex].m;
tindex            773 drivers/hwmon/pmbus/adm1275.c 		info->b[PSC_TEMPERATURE] = coefficients[tindex].b;
tindex            774 drivers/hwmon/pmbus/adm1275.c 		info->R[PSC_TEMPERATURE] = coefficients[tindex].R;
tindex            105 drivers/macintosh/windfarm_pid.c 		st->index = st->tindex = 0;
tindex            110 drivers/macintosh/windfarm_pid.c 		st->tindex = (st->tindex + 1) % 2;
tindex            111 drivers/macintosh/windfarm_pid.c 		st->temps[st->tindex] = new_temp;
tindex            125 drivers/macintosh/windfarm_pid.c 	deriv = st->temps[st->tindex] -
tindex            126 drivers/macintosh/windfarm_pid.c 		st->temps[(st->tindex + 2 - 1) % 2];
tindex             72 drivers/macintosh/windfarm_pid.h 	int	tindex; 			/* index of current temp */
tindex           2388 drivers/net/wireless/realtek/rtw88/rtw8822c.c 	u32 tmp, val_integerd_b, tindex;
tindex           2400 drivers/net/wireless/realtek/rtw88/rtw8822c.c 	tindex = tmp / 5;
tindex           2402 drivers/net/wireless/realtek/rtw88/rtw8822c.c 	if (tindex >= ARRAY_SIZE(table_fraction))
tindex           2403 drivers/net/wireless/realtek/rtw88/rtw8822c.c 		tindex = ARRAY_SIZE(table_fraction) - 1;
tindex           2405 drivers/net/wireless/realtek/rtw88/rtw8822c.c 	val_fractiond_b = table_fraction[tindex];
tindex            876 drivers/scsi/aacraid/aachba.c char * get_container_type(unsigned tindex)
tindex            878 drivers/scsi/aacraid/aachba.c 	if (tindex >= ARRAY_SIZE(container_types))
tindex            879 drivers/scsi/aacraid/aachba.c 		tindex = ARRAY_SIZE(container_types) - 1;
tindex            880 drivers/scsi/aacraid/aachba.c 	return container_types[tindex];
tindex            892 drivers/scsi/aacraid/aachba.c static void setinqstr(struct aac_dev *dev, void *data, int tindex)
tindex            940 drivers/scsi/aacraid/aachba.c 	if (tindex < ARRAY_SIZE(container_types)){
tindex            947 drivers/scsi/aacraid/aachba.c 		if (((findit - str->pid) + strlen(container_types[tindex]))
tindex            949 drivers/scsi/aacraid/aachba.c 			inqstrcpy (container_types[tindex], findit + 1);
tindex            422 net/netfilter/nf_log.c 	int tindex = (unsigned long)table->extra1;
tindex            438 net/netfilter/nf_log.c 			nf_log_unbind_pf(net, tindex);
tindex            442 net/netfilter/nf_log.c 		logger = __find_logger(tindex, buf);
tindex            447 net/netfilter/nf_log.c 		rcu_assign_pointer(net->nf.nf_loggers[tindex], logger);
tindex            454 net/netfilter/nf_log.c 		logger = nft_log_dereference(net->nf.nf_loggers[tindex]);
tindex            188 tools/perf/util/values.c 	int tindex, cindex;
tindex            190 tools/perf/util/values.c 	tindex = perf_read_values__findnew_thread(values, pid, tid);
tindex            191 tools/perf/util/values.c 	if (tindex < 0)
tindex            192 tools/perf/util/values.c 		return tindex;
tindex            197 tools/perf/util/values.c 	values->value[tindex][cindex] += value;