Searched refs:trip_mask (Results 1 – 6 of 6) sorted by relevance
/Linux-v4.19/drivers/thermal/ |
D | intel_soc_dts_iosf.c | 293 int trip_mask = 0; in add_dts_thermal_zone() local 309 trip_mask = BIT(trip_count - read_only_trip_cnt) - 1; in add_dts_thermal_zone() 316 trip_mask = 0; in add_dts_thermal_zone() 319 if (trip_mask & BIT(i)) in add_dts_thermal_zone() 321 trip_mask &= ~BIT(i); in add_dts_thermal_zone() 324 dts->trip_mask = trip_mask; in add_dts_thermal_zone() 329 trip_mask, in add_dts_thermal_zone() 355 if (!(sensors->soc_dts[i].trip_mask & BIT(j))) { in intel_soc_dts_iosf_add_read_only_critical_trip()
|
D | intel_soc_dts_iosf.h | 39 u32 trip_mask; member
|
D | thermal_core.c | 913 __bind(pos, tzp->tbp[i].trip_mask, cdev, in bind_cdev() 1096 __unbind(tz, tzp->tbp[i].trip_mask, cdev); in thermal_cooling_device_unregister() 1141 __bind(tz, tzp->tbp[i].trip_mask, pos, in bind_tz() 1339 __unbind(tz, tzp->tbp[i].trip_mask, cdev); in thermal_zone_device_unregister()
|
/Linux-v4.19/drivers/thermal/int340x_thermal/ |
D | int340x_thermal_zone.c | 227 int trip_mask = 0; in int340x_thermal_zone_add() local 250 trip_mask = BIT(trip_cnt) - 1; in int340x_thermal_zone_add() 262 trip_mask, int34x_thermal_zone, in int340x_thermal_zone_add()
|
/Linux-v4.19/include/linux/ |
D | thermal.h | 264 int trip_mask; member
|
/Linux-v4.19/Documentation/thermal/ |
D | sysfs-api.txt | 228 .trip_mask:This is a bit mask that gives the binding relation between
|