set_trip          499 drivers/hwmon/acpi_power_meter.c 	RW_SENSOR_TEMPLATE("power1_average_min", show_val, set_trip, 7),
set_trip          500 drivers/hwmon/acpi_power_meter.c 	RW_SENSOR_TEMPLATE("power1_average_max", show_val, set_trip, 8),
set_trip           69 drivers/thermal/tegra/tegra-bpmp-thermal.c 	req.set_trip.zone = zone->idx;
set_trip           70 drivers/thermal/tegra/tegra-bpmp-thermal.c 	req.set_trip.enabled = true;
set_trip           71 drivers/thermal/tegra/tegra-bpmp-thermal.c 	req.set_trip.low = low;
set_trip           72 drivers/thermal/tegra/tegra-bpmp-thermal.c 	req.set_trip.high = high;
set_trip         1567 include/soc/tegra/bpmp-abi.h 		struct cmd_thermal_set_trip_request set_trip;