trans_table        24 drivers/cpufreq/cpufreq_stats.c 	unsigned int *trans_table;
trans_table        41 drivers/cpufreq/cpufreq_stats.c 	memset(stats->trans_table, 0, count * count * sizeof(int));
trans_table       117 drivers/cpufreq/cpufreq_stats.c 					stats->trans_table[i*stats->max_state+j]);
trans_table       130 drivers/cpufreq/cpufreq_stats.c cpufreq_freq_attr_ro(trans_table);
trans_table       136 drivers/cpufreq/cpufreq_stats.c 	&trans_table.attr,
trans_table       199 drivers/cpufreq/cpufreq_stats.c 	stats->trans_table = stats->freq_table + count;
trans_table       247 drivers/cpufreq/cpufreq_stats.c 	stats->trans_table[old_index * stats->max_state + new_index]++;
trans_table       186 drivers/devfreq/devfreq.c 		devfreq->trans_table[(prev_lev *
trans_table       687 drivers/devfreq/devfreq.c 	devfreq->trans_table = devm_kzalloc(&devfreq->dev,
trans_table       692 drivers/devfreq/devfreq.c 	if (!devfreq->trans_table) {
trans_table      1441 drivers/devfreq/devfreq.c 				devfreq->trans_table[(i * max_state) + j]);
trans_table       302 drivers/infiniband/hw/mthca/mthca_cmd.c 	static const int trans_table[] = {
trans_table       322 drivers/infiniband/hw/mthca/mthca_cmd.c 	if (status >= ARRAY_SIZE(trans_table) ||
trans_table       324 drivers/infiniband/hw/mthca/mthca_cmd.c 			 && trans_table[status] == 0))
trans_table       327 drivers/infiniband/hw/mthca/mthca_cmd.c 	return trans_table[status];
trans_table       141 drivers/net/ethernet/mellanox/mlx4/cmd.c 	static const int trans_table[] = {
trans_table       162 drivers/net/ethernet/mellanox/mlx4/cmd.c 	if (status >= ARRAY_SIZE(trans_table) ||
trans_table       163 drivers/net/ethernet/mellanox/mlx4/cmd.c 	    (status != CMD_STAT_OK && trans_table[status] == 0))
trans_table       166 drivers/net/ethernet/mellanox/mlx4/cmd.c 	return trans_table[status];
trans_table       755 drivers/thermal/thermal_sysfs.c 	unsigned int *trans_table;
trans_table       779 drivers/thermal/thermal_sysfs.c 	stats->trans_table[stats->state * stats->max_states + new_state]++;
trans_table       834 drivers/thermal/thermal_sysfs.c 	memset(stats->trans_table, 0,
trans_table       835 drivers/thermal/thermal_sysfs.c 	       states * states * sizeof(*stats->trans_table));
trans_table       875 drivers/thermal/thermal_sysfs.c 				stats->trans_table[i * stats->max_states + j]);
trans_table       892 drivers/thermal/thermal_sysfs.c static DEVICE_ATTR_RO(trans_table);
trans_table       920 drivers/thermal/thermal_sysfs.c 	var += sizeof(*stats->trans_table) * states * states;
trans_table       927 drivers/thermal/thermal_sysfs.c 	stats->trans_table = (unsigned int *)(stats->time_in_state + states);
trans_table       176 include/linux/devfreq.h 	unsigned int *trans_table;
trans_table       458 scripts/unifdef.c static state_fn * const trans_table[IS_COUNT][LT_COUNT] = {
trans_table       591 scripts/unifdef.c 		trans_table[ifstate[depth]][lineval]();