Searched refs:set_trip (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/thermal/tegra/ |
H A D | tegra-bpmp-thermal.c | 69 req.set_trip.zone = zone->idx; in tegra_bpmp_thermal_set_trips() 70 req.set_trip.enabled = true; in tegra_bpmp_thermal_set_trips() 71 req.set_trip.low = low; in tegra_bpmp_thermal_set_trips() 72 req.set_trip.high = high; in tegra_bpmp_thermal_set_trips()
|
/kernel/linux/linux-6.6/drivers/thermal/tegra/ |
H A D | tegra-bpmp-thermal.c | 81 req.set_trip.zone = zone->idx; in tegra_bpmp_thermal_set_trips() 82 req.set_trip.enabled = true; in tegra_bpmp_thermal_set_trips() 83 req.set_trip.low = low; in tegra_bpmp_thermal_set_trips() 84 req.set_trip.high = high; in tegra_bpmp_thermal_set_trips()
|
/kernel/linux/linux-5.10/drivers/hwmon/ |
H A D | acpi_power_meter.c | 285 static ssize_t set_trip(struct device *dev, struct device_attribute *devattr, in set_trip() function 506 RW_SENSOR_TEMPLATE("power1_average_min", show_val, set_trip, 7), 507 RW_SENSOR_TEMPLATE("power1_average_max", show_val, set_trip, 8),
|
/kernel/linux/linux-6.6/drivers/hwmon/ |
H A D | acpi_power_meter.c | 289 static ssize_t set_trip(struct device *dev, struct device_attribute *devattr, in set_trip() function 511 RW_SENSOR_TEMPLATE("power1_average_min", show_val, set_trip, 7), 512 RW_SENSOR_TEMPLATE("power1_average_max", show_val, set_trip, 8),
|
/kernel/linux/linux-5.10/include/soc/tegra/ |
H A D | bpmp-abi.h | 1866 struct cmd_thermal_set_trip_request set_trip; member
|
/kernel/linux/linux-6.6/include/soc/tegra/ |
H A D | bpmp-abi.h | 1874 struct cmd_thermal_set_trip_request set_trip; member
|
Completed in 14 milliseconds