Searched refs:trip_mask (Results 1 – 5 of 5) sorted by relevance
/linux-4.1.27/drivers/thermal/int340x_thermal/ |
D | int340x_thermal_zone.c | 191 int trip_mask = 0, i; in int340x_thermal_zone_add() local 213 trip_mask = BIT(trip_cnt) - 1; in int340x_thermal_zone_add() 245 trip_mask, int34x_thermal_zone, in int340x_thermal_zone_add()
|
/linux-4.1.27/drivers/thermal/ |
D | intel_soc_dts_thermal.c | 318 int trip_mask = 0; in alloc_soc_dts() local 340 trip_mask = 0x02; in alloc_soc_dts() 345 trip_mask, in alloc_soc_dts()
|
D | thermal_core.c | 285 __bind(pos, tzp->tbp[i].trip_mask, cdev, in bind_cdev() 324 __bind(tz, tzp->tbp[i].trip_mask, pos, in bind_tz() 1290 __unbind(tz, tzp->tbp[i].trip_mask, cdev); in thermal_cooling_device_unregister() 1673 __unbind(tz, tzp->tbp[i].trip_mask, cdev); in thermal_zone_device_unregister()
|
/linux-4.1.27/include/linux/ |
D | thermal.h | 235 int trip_mask; member
|
/linux-4.1.27/Documentation/thermal/ |
D | sysfs-api.txt | 133 .trip_mask:This is a bit mask that gives the binding relation between
|