/linux-2.6.39/drivers/acpi/ |
D | thermal.c | 599 int trip, enum thermal_trip_type *type) in thermal_get_trip_type() argument 604 if (!tz || trip < 0) in thermal_get_trip_type() 608 if (!trip) { in thermal_get_trip_type() 612 trip--; in thermal_get_trip_type() 616 if (!trip) { in thermal_get_trip_type() 620 trip--; in thermal_get_trip_type() 624 if (!trip) { in thermal_get_trip_type() 628 trip--; in thermal_get_trip_type() 633 if (!trip) { in thermal_get_trip_type() 637 trip--; in thermal_get_trip_type() [all …]
|
D | power_meter.c | 104 int trip[2]; member 284 if (resource->trip[0] < 0 || resource->trip[1] < 0) in set_acpi_trip() 288 arg_objs[0].integer.value = resource->trip[1]; in set_acpi_trip() 289 arg_objs[1].integer.value = resource->trip[0]; in set_acpi_trip() 323 resource->trip[attr->index - 7] = temp; in set_trip() 441 if (resource->trip[attr->index - 7] < 0) in show_val() 444 val = resource->trip[attr->index - 7] * 1000; in show_val() 911 resource->trip[0] = resource->trip[1] = -1; in acpi_power_meter_add()
|
/linux-2.6.39/Documentation/thermal/ |
D | sysfs-api.txt | 25 inputs from thermal zone attributes (the current temperature and trip point 42 trips: the total number of trip points this thermal zone supports. 50 - "user" will prevent kernel thermal driver actions upon trip points 53 .get_trip_type: get the type of certain trip point. 54 .get_trip_temp: get the temperature above which the certain trip point 85 int trip, struct thermal_cooling_device *cdev); 87 This interface function bind a thermal cooling device to the certain trip 92 trip: indicates which trip point the cooling devices is associated with 96 int trip, struct thermal_cooling_device *cdev); 99 trip point of a thermal zone device. This function is usually called in [all …]
|
/linux-2.6.39/drivers/thermal/ |
D | thermal_sys.c | 49 int trip; member 174 int trip, result; in trip_point_type_show() local 179 if (!sscanf(attr->attr.name, "trip_point_%d_type", &trip)) in trip_point_type_show() 182 result = tz->ops->get_trip_type(tz, trip, &type); in trip_point_type_show() 205 int trip, ret; in trip_point_temp_show() local 211 if (!sscanf(attr->attr.name, "trip_point_%d_temp", &trip)) in trip_point_temp_show() 214 ret = tz->ops->get_trip_temp(tz, trip, &temperature); in trip_point_temp_show() 411 if (instance->trip == THERMAL_TRIPS_NONE) in thermal_cooling_device_trip_point_show() 414 return sprintf(buf, "%d\n", instance->trip); in thermal_cooling_device_trip_point_show() 609 int temp, int trip_temp, int trip) in thermal_zone_device_passive() argument [all …]
|
D | Kconfig | 11 Each thermal zone contains its own temperature, trip points,
|
/linux-2.6.39/drivers/platform/x86/ |
D | acerhdf.c | 383 static int acerhdf_get_trip_type(struct thermal_zone_device *thermal, int trip, in acerhdf_get_trip_type() argument 386 if (trip == 0) in acerhdf_get_trip_type() 392 static int acerhdf_get_trip_temp(struct thermal_zone_device *thermal, int trip, in acerhdf_get_trip_temp() argument 395 if (trip == 0) in acerhdf_get_trip_temp()
|
/linux-2.6.39/Documentation/hwmon/ |
D | it87 | 177 This interface implements 4 temperature vs. PWM output trip points. 178 The PWM output of trip point 4 is always the maximum value (fan running 179 at full speed) while the PWM output of the other 3 trip points can be 180 freely chosen. The temperature of all 4 trip points can be freely chosen. 181 Additionally, trip point 1 has an hysteresis temperature attached, to 186 between trip point N and trip point N+1 then the PWM output value is 187 the one of trip point N. The automatic control mode is less flexible
|
D | f71882fg | 85 Note that the lowest numbered temperature zone trip point corresponds to 87 vica versa. So the temperature zone trip points 1-4 (or 1-2) go from high temp 119 You can define a number of temperature/fan speed trip points, which % the 121 standard sysfs interface. The number and type of trip points is chip
|
D | acpi_power_meter | 19 interval, an optional capping mechanism, and a couple of trip points. The 27 Both power[1-*]_average_{min,max} must be set before the trip points will work.
|
D | sysfs-interface | 254 Define the PWM vs temperature curve. Number of trip points is 255 chip-dependent. Use this for chips which associate trip points 262 Define the PWM vs temperature curve. Number of trip points is 263 chip-dependent. Use this for chips which associate trip points 267 There is a third case where trip points are associated to both PWM output
|
D | adt7475 | 96 The driver exposes two trip points per PWM channel.
|
D | w83793 | 89 trip points, defining a PWM/temperature curve which the chip will follow.
|
D | f71805f | 156 You define 3 temperature/fan speed trip points using the
|
/linux-2.6.39/Documentation/ |
D | IRQ-affinity.txt | 32 round-trip min/avg/max = 0.1/0.1/0.4 ms 49 round-trip min/avg/max = 0.1/0.5/585.4 ms
|
D | kernel-parameters.txt | 2450 -1: disable all active trip points in all thermal zones 2451 <degrees C>: override all lowest active trip points 2454 -1: disable all critical trip points in all thermal zones 2455 <degrees C>: override all critical trip points 2459 critical and hot trip points. 2465 -1: disable all passive trip points 2466 <degrees C>: override all passive trip points to this
|
/linux-2.6.39/arch/alpha/lib/ |
D | ev6-copy_user.S | 68 subq $3, 8, $3 # E .. .. .. : L U U L : trip counter 170 subq $4, 32, $3 # E .. .. .. : U U L L : is there enough for another trip?
|
D | ev6-memcpy.S | 78 addq $16, 64, $7 # E : Initial (+1 trip) wh64 address 129 cmple $18, 63, $1 # E : At least one more trip?
|
D | ev6-memset.S | 167 addq $5, 64, $7 # E : Fallback address for wh64 (== next trip addr) 344 addq $5, 64, $7 # E : Fallback address for wh64 (== next trip addr) 531 addq $5, 64, $7 # E : Fallback address for wh64 (== next trip addr)
|
/linux-2.6.39/Documentation/networking/ |
D | tcp.txt | 45 heuristics. There are also round trip time based algorithms like
|
D | ip-sysctl.txt | 1384 The initial round trip timeout value in milliseconds that will be used 1385 in calculating round trip times. This is the initial time interval 1391 The maximum value (in milliseconds) of the round trip timeout. This 1397 The minimum value (in milliseconds) of the round trip timeout. This
|
/linux-2.6.39/Documentation/input/ |
D | xpad.txt | 100 Thanks to the trip splitter found on the cable you don't even need to cut the
|
/linux-2.6.39/Documentation/watchdog/ |
D | watchdog-api.txt | 234 WDIOS_TEMPPANIC Kernel panic on temperature trip
|
/linux-2.6.39/net/ipv4/ |
D | Kconfig | 557 high speed long delay links. It uses round-trip-time to
|
/linux-2.6.39/Documentation/scsi/ |
D | ibmmca.txt | 1350 surrounding equipment and the cool trip to Mannheim
|