Searched refs:fan (Results 26 - 40 of 40) sorted by relevance

12

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/hwmon/
H A Dfscher.c70 /* fan 0 */
76 /* fan 1 */
82 /* fan 2 */
151 u8 fan_status[3]; /* fan status */
152 u8 fan_min[3]; /* fan min value for rps */
199 sysfs_rw_n(fan, _status, offset, reg_status) \
200 sysfs_rw_n(fan, _div , offset, reg_ripple) \
201 sysfs_ro_n(fan, _input , offset, reg_act)
H A Dfscpos.c134 u8 fan_status[3]; /* fan status */
135 u8 pwm[2]; /* fan min value for rps */
404 sysfs_ro_n(fan, _input, offset); \
405 sysfs_ro_n(fan, _status, offset); \
406 sysfs_rw_n(fan, _ripple, offset, reg_ripple);
623 /* reset fan status if speed is back to > 0 */
H A Dpc87427.c17 * Chip #vin #fan #pwm #temp devid
21 * Only fan inputs are supported so far, although the chip can do much more.
52 u16 fan[8]; /* register values */ member in struct:pc87427_data
131 /* fan data registers are 16-bit wide */
140 /* Dedicated function to read all registers related to a given fan input.
149 data->fan[nr] = inw(iobase + PC87427_REG_FAN);
152 /* Clear fan alarm bits */
156 /* The 2 LSB of fan speed registers are used for something different.
166 /* The 2 LSB of the fan speed limit registers are not significant. */
210 return sprintf(buf, "%lu\n", fan_from_reg(data->fan[n
[all...]
H A Dabituguru.c57 #define ABIT_UGURU_FAN_LOW_ALARM_ENABLE 0x01 /* fan under min */
61 /* uGuru fan PWM (speed control) flags */
97 /* sum of strlen of: fan?_input\0, fan?_min\0, fan?_alarm\0,
98 fan?_alarm_enable\0, fan?_beep\0, fan?_shutdown\0 */
129 /* Min / Max allowed values for sensor2 (fan) alarm threshold, these values
136 /* Min / Max allowed values for pwm_settings. Note: pwm1 (CPU fan) i
[all...]
H A Dpc87360.c25 * Chip #vin #fan #pwm #temp devid
196 u8 fan[3]; /* Register value */ member in struct:pc87360_data
256 return sprintf(buf, "%u\n", FAN_FROM_REG(data->fan[attr->index],
295 data->fan[attr->index] >>= 1;
1278 || (data->fan[nr] >= 224)) { /* next to overflow */
1282 data->fan[nr] >>= 1;
1284 "clock divider to %d for fan %d\n",
1290 && data->fan[nr] < 85 /* bad accuracy */
1294 data->fan[nr] <<= 1;
1296 "clock divider to %d for fan
[all...]
H A Dgl520sm.c200 sysfs_ro_n(fan, n, _input, GL520_REG_FAN_INPUT) \
201 sysfs_rw_n(fan, n, _min, GL520_REG_FAN_MIN) \
202 sysfs_rw_n(fan, n, _div, GL520_REG_FAN_DIV)
205 sysfs_rw_n(fan, n, _off, GL520_REG_FAN_OFF) \
H A Dw83627ehf.c35 Chip #vin #fan #pwm #temp chip IDs man ID
170 /* DC or PWM output fan configuration */
270 u8 fan[5]; member in struct:w83627ehf_data
273 u8 has_fan; /* some fan inputs can be disabled */
289 u8 fan_min_output[4]; /* minimum fan speed */
459 /* Measured fan speeds and limits */
464 data->fan[i] = w83627ehf_read_value(client,
469 /* If we failed to measure the fan speed and clock
472 if (data->fan[i] == 0xff
474 dev_dbg(&client->dev, "Increasing fan
659 show_fan_reg(fan); variable
[all...]
H A Dw83627hf.c38 Note: automatic ("cruise") fan control for 697, 637 & 627thf not
305 u8 fan[3]; /* Register value */ member in struct:w83627hf_data
521 show_fan_reg(fan); variable
547 static DEVICE_ATTR(fan##offset##_input, S_IRUGO, show_regs_fan_##offset, NULL);
559 static DEVICE_ATTR(fan##offset##_min, S_IRUGO | S_IWUSR, \
745 /* Note: we save and restore the fan minimum here, because its value is
746 determined in part by the fan divisor. This follows the principle of
747 least surprise; the user doesn't expect the fan minimum to change just
794 static DEVICE_ATTR(fan##offset##_div, S_IRUGO | S_IWUSR, \
1353 This sets fan
[all...]
H A Dw83791d.c237 /* first three fan's divisor max out at 8, rest max out at 128 */
265 u8 fan[NUMBER_OF_FANIN]; /* Register value */ member in struct:w83791d_data
399 show_fan_reg(fan); variable
428 /* Note: we save and restore the fan minimum here, because its value is
429 determined in part by the fan divisor. This follows the principle of
430 least suprise; the user doesn't expect the fan minimum to change just
622 /* get reatime status of all sensors items: voltage, temp, fan */
1152 /* Update the fan counts and limits */
1155 data->fan[i] = w83791d_read(client,
1161 /* Update the fan diviso
[all...]
H A Dw83792d.c284 u8 fan[7]; /* Register value */ member in struct:w83792d_data
396 show_fan_reg(fan); variable
429 /* Note: we save and restore the fan minimum here, because its value is
430 determined in part by the fan divisor. This follows the principle of
431 least surprise; the user doesn't expect the fan minimum to change just
535 /* get reatime status of all sensors items: voltage, temp, fan */
1374 /* Read GPIO enable register to check if pins for fan 4,5 are used as
1516 data->fan[i] = w83792d_read_value(client,
1627 dev_dbg(dev, "fan[%d] is: 0x%x\n", i, data->fan[
[all...]
H A Df71805f.c7 * complete hardware monitoring features: voltage, fan and temperature
8 * sensors, and manual and automatic fan speed control.
118 /* fan nr from 0 to 2 (12-bit values, two registers) */
162 u16 fan[3]; member in struct:f71805f_data
359 data->fan[nr] = f71805f_read16(data,
518 return sprintf(buf, "%ld\n", fan_from_reg(data->fan[nr]));
1115 /* Clear latch full bit, else "speed mode" fan speed control
H A Dw83781d.c93 /* fan nr from 0 to 2 */
237 u8 fan[3]; /* Register value */ member in struct:w83781d_data
354 show_fan_reg(fan); variable
558 /* Note: we save and restore the fan minimum here, because its value is
559 determined in part by the fan divisor. This follows the principle of
560 least surprise; the user doesn't expect the fan minimum to change just
1451 but it causes the BIOS initializations (fan clock dividers,
1463 This sets fan-divs to 2, among others */
1566 data->fan[i] =
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/macintosh/
H A Dtherm_pm72.c407 printk(KERN_DEBUG "FCU Initialized, RPM fan shift is %d\n",
533 DBG("FCU Tickle, slots fan is: %d\n", pwm);
697 /* Read current fan status */
700 DBG(" cpu %d, fan reading error !\n", state->index);
875 /* Calculate intake fan speed */
896 * do we do once the error occurs ? For FCU notified fan
916 /* Read current fan status */
948 /* Calculate intake fan */
959 * do we do once the error occurs ? For FCU notified fan
977 /* Read current fan statu
1954 fan_check_loc_match(const char *loc, int fan) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/lpfc/
H A Dlpfc_hw.h857 FAN fan; /* Payload for FAN */ member in union:_ELS_PKT::__anon6693
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/misc/
H A Dthinkpad_acpi.c44 * experimental fan enable/disable
50 * experimental temperatures and fan speed
81 * removed fan control, currently useless
2898 * ACPI GFAN method: returns fan level
2904 * ACPI SFAN method: sets fan level, 0 (stop) to 7 (max)
2910 * ThinkPad EC register 0x2f (HFSP): fan control loop mode
2915 * maximum ammount of fan duty cycle change per second seems to be
2924 * fan level is ignored in this mode.
2927 * the tachometer while the fan controller ramps up
2929 * Speeds up fan t
4205 IBM_PARAM(fan); variable
[all...]

Completed in 205 milliseconds

12