Home
last modified time | relevance | path

Searched refs:set_trip (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/thermal/intel/
H A Dintel_soc_dts_iosf.c297 static void set_trip(struct thermal_trip *trip, enum thermal_trip_type type, in set_trip() function
337 set_trip(&trips[i][0], THERMAL_TRIP_PASSIVE, in intel_soc_dts_iosf_init()
346 set_trip(&trips[i][1], THERMAL_TRIP_CRITICAL, 0, temp, 1); in intel_soc_dts_iosf_init()
348 set_trip(&trips[i][1], THERMAL_TRIP_PASSIVE, in intel_soc_dts_iosf_init()
/linux/drivers/hwmon/
H A Dacpi_power_meter.c296 static int set_trip(struct acpi_power_meter_resource *resource, u16 trip_idx, in set_trip() function
552 ret = set_trip(res, POWER_METER_TRIP_AVERAGE_MAX_IDX, trip); in power1_average_max_store()
571 ret = set_trip(res, POWER_METER_TRIP_AVERAGE_MIN_IDX, trip); in power1_average_min_store()
/linux/include/soc/tegra/
H A Dbpmp-abi.h1874 struct cmd_thermal_set_trip_request set_trip; member