num_trips          41 drivers/thermal/intel/intel_bxt_pmic_thermal.c 	int num_trips;
num_trips         129 drivers/thermal/intel/intel_bxt_pmic_thermal.c 		.num_trips = ARRAY_SIZE(bxtwc_str0_trip_config),
num_trips         134 drivers/thermal/intel/intel_bxt_pmic_thermal.c 		.num_trips = ARRAY_SIZE(bxtwc_str1_trip_config),
num_trips         139 drivers/thermal/intel/intel_bxt_pmic_thermal.c 		.num_trips = ARRAY_SIZE(bxtwc_str2_trip_config),
num_trips         144 drivers/thermal/intel/intel_bxt_pmic_thermal.c 		.num_trips = ARRAY_SIZE(bxtwc_str3_trip_config),
num_trips         171 drivers/thermal/intel/intel_bxt_pmic_thermal.c 		for (j = 0; j < td->maps[i].num_trips; j++) {
num_trips         257 drivers/thermal/intel/intel_bxt_pmic_thermal.c 		for (j = 0; j < thermal_data->maps[i].num_trips; j++) {
num_trips          99 drivers/thermal/st/stm_thermal.c 	int num_trips;
num_trips         447 drivers/thermal/st/stm_thermal.c 	if (sensor->num_trips > 1) {
num_trips         684 drivers/thermal/st/stm_thermal.c 	sensor->num_trips = of_thermal_get_ntrips(sensor->th_dev);
num_trips         687 drivers/thermal/st/stm_thermal.c 	for (i = (sensor->num_trips - 1); i >= 0;  i--) {