nr_trips           79 drivers/thermal/intel/intel_pch_thermal.c 				      int *nr_trips)
nr_trips           98 drivers/thermal/intel/intel_pch_thermal.c 				ptd->psv_trip_id = *nr_trips;
nr_trips           99 drivers/thermal/intel/intel_pch_thermal.c 				++(*nr_trips);
nr_trips          106 drivers/thermal/intel/intel_pch_thermal.c 				      int *nr_trips)
nr_trips          113 drivers/thermal/intel/intel_pch_thermal.c static int pch_wpt_init(struct pch_thermal_device *ptd, int *nr_trips)
nr_trips          118 drivers/thermal/intel/intel_pch_thermal.c 	*nr_trips = 0;
nr_trips          150 drivers/thermal/intel/intel_pch_thermal.c 		++(*nr_trips);
nr_trips          159 drivers/thermal/intel/intel_pch_thermal.c 		ptd->hot_trip_id = *nr_trips;
nr_trips          160 drivers/thermal/intel/intel_pch_thermal.c 		++(*nr_trips);
nr_trips          163 drivers/thermal/intel/intel_pch_thermal.c 	pch_wpt_add_acpi_psv_trip(ptd, nr_trips);
nr_trips          209 drivers/thermal/intel/intel_pch_thermal.c 	int (*hw_init)(struct pch_thermal_device *ptd, int *nr_trips);
nr_trips          306 drivers/thermal/intel/intel_pch_thermal.c 	int nr_trips;
nr_trips          336 drivers/thermal/intel/intel_pch_thermal.c 	err = ptd->ops->hw_init(ptd, &nr_trips);
nr_trips          340 drivers/thermal/intel/intel_pch_thermal.c 	ptd->tzd = thermal_zone_device_register(bi->name, nr_trips, 0, ptd,