/linux-2.6.39/Documentation/misc-devices/ |
D | ad525x_dpot.txt | 7 settings. Access to the factory programmed tolerance is also provided, but 15 Each dpot device will have a set of eeprom, rdac, and tolerance files. How 22 The tolerance files are the read-only factory programmed tolerance settings
|
/linux-2.6.39/Documentation/hwmon/ |
D | w83792d | 130 via thermal_cruise# file. The tolerance# file serves to create T +- tolerance 132 remains below the thermal_cruise# +- tolerance# value. Once the temperature 133 exceeds the high limit (T+tolerance), the fan will be turned on with a 141 limit (T-tolerance), the fan speed will be fixed at the current speed because 153 temperature region (sf2_point@_fan# +- tolerance#) it will cause fans to run 172 tolerance[1-3] - Value in degrees of Celsius (degC) for +- T
|
D | w83l786ng | 54 tolerance[1-2] - Value in degrees of Celsius (degC) for +- T
|
D | w83793 | 82 predefined value, within a tolerance margin. So if tempX_input > 85 the PWM value. If the temperature is within the tolerance range, the PWM
|
D | ds1621 | 47 A second thing is that, during extensive testing, Tout showed a tolerance
|
D | w83791d | 129 temp[1-3]_tolerance - temperature tolerance for Thermal Cruise mode.
|
/linux-2.6.39/arch/alpha/kernel/ |
D | time.c | 390 unsigned long cycle_freq, tolerance; in time_init() local 411 tolerance = cycle_freq / 4000; in time_init() 415 if ((unsigned long)diff > tolerance) { in time_init()
|
/linux-2.6.39/drivers/media/video/pvrusb2/ |
D | pvrusb2-io.h | 52 unsigned int tolerance);
|
D | pvrusb2-io.c | 502 unsigned int tolerance) in pvr2_stream_setup() argument 508 sp->fail_tolerance = tolerance; in pvr2_stream_setup()
|
/linux-2.6.39/net/tipc/ |
D | link.h | 126 u32 tolerance; member 237 u32 tolerance, u32 priority, u32 acked_mtu);
|
D | link.c | 92 static void link_set_supervision_props(struct link *l_ptr, u32 tolerance); 344 link_set_supervision_props(l_ptr, b_ptr->media->tolerance); in tipc_link_create() 1909 u32 gap, u32 tolerance, u32 priority, u32 ack_mtu) in tipc_link_send_proto_msg() argument 1938 msg_set_link_tolerance(msg, tolerance); in tipc_link_send_proto_msg() 1966 msg_set_link_tolerance(msg, l_ptr->tolerance); in tipc_link_send_proto_msg() 2056 if (msg_tol > l_ptr->tolerance) in link_recv_proto_msg() 2626 static void link_set_supervision_props(struct link *l_ptr, u32 tolerance) in link_set_supervision_props() argument 2628 if ((tolerance < TIPC_MIN_LINK_TOL) || (tolerance > TIPC_MAX_LINK_TOL)) in link_set_supervision_props() 2631 l_ptr->tolerance = tolerance; in link_set_supervision_props() 2633 ((tolerance / 4) > 500) ? 500 : tolerance / 4; in link_set_supervision_props() [all …]
|
D | bearer.h | 90 u32 tolerance; member
|
D | bearer.c | 163 m_ptr->tolerance = link_tolerance; in tipc_register_media()
|
/linux-2.6.39/drivers/hwmon/ |
D | w83l786ng.c | 144 u8 tolerance[2]; member 506 return sprintf(buf, "%ld\n", (long)data->tolerance[nr]); in show_tolerance() 526 data->tolerance[nr] = tol_tmp; in store_tolerance() 759 data->tolerance[0] = reg_tmp & 0x0f; in w83l786ng_update_device() 760 data->tolerance[1] = (reg_tmp >> 4) & 0x0f; in w83l786ng_update_device()
|
D | w83793.c | 254 u8 tolerance[3]; /* Temp tolerance(Smart Fan I/II) */ member 788 val = data->tolerance[index >> 1] >> ((index & 0x01) ? 4 : 0); in show_sf_ctrl() 838 data->tolerance[i] = in store_sf_ctrl() 842 data->tolerance[i] &= ~(0x0f << shift); in store_sf_ctrl() 843 data->tolerance[i] |= val << shift; in store_sf_ctrl() 845 data->tolerance[i]); in store_sf_ctrl() 1040 SENSOR_ATTR_2(tolerance##index, S_IRUGO | S_IWUSR, show_sf_ctrl,\ 1976 for (i = 0; i < ARRAY_SIZE(data->tolerance); i++) { in w83793_update_nonvolatile() 1977 data->tolerance[i] = in w83793_update_nonvolatile()
|
D | w83792d.c | 297 u8 tolerance[3]; /* Fan1,2,3 tolerance(Smart Fan I/II) */ member 807 return sprintf(buf, "%ld\n", (long)data->tolerance[nr-1]); in show_tolerance() 827 data->tolerance[nr] = tol_tmp; in store_tolerance() 1567 data->tolerance[0] = reg_tmp & 0x0f; in w83792d_update_device() 1568 data->tolerance[1] = (reg_tmp >> 4) & 0x0f; in w83792d_update_device() 1569 data->tolerance[2] = w83792d_read_value(client, in w83792d_update_device()
|
D | w83627ehf.c | 484 u8 tolerance[4]; member 715 data->tolerance[i] = fanmodecfg & 0x0f; in nct6775_update_pwm() 723 int pwmcfg = 0, tolerance = 0; /* shut up the compiler */ in w83627ehf_update_pwm() local 733 tolerance = w83627ehf_read_value(data, in w83627ehf_update_pwm() 742 data->tolerance[i] = (tolerance >> (i == 1 ? 4 : 0)) & 0x0f; in w83627ehf_update_pwm() 1395 show_tol_temp(tolerance) 1456 data->tolerance[nr] = val; in store_tolerance()
|
/linux-2.6.39/include/linux/ |
D | timex.h | 73 long tolerance; /* clock frequency tolerance (ppm) member
|
D | compat.h | 60 compat_long_t tolerance; member
|
/linux-2.6.39/drivers/staging/ath6kl/include/common/ |
D | wmi_thin.h | 245 … u8 tolerance; /* the range above and below the threshold to prevent event flooding to the host. */
|
/linux-2.6.39/kernel/ |
D | compat.c | 68 __get_user(txc->tolerance, &utp->tolerance) || in compat_get_timex() 96 __put_user(txc->tolerance, &utp->tolerance) || in compat_put_timex()
|
/linux-2.6.39/Documentation/filesystems/ |
D | btrfs.txt | 6 implementing advanced features while focusing on fault tolerance,
|
/linux-2.6.39/net/sctp/ |
D | Kconfig | 30 -- network-level fault tolerance through supporting of multi-
|
/linux-2.6.39/Documentation/x86/x86_64/ |
D | machinecheck | 53 normal kernel locking rules. The tolerance level configures
|
/linux-2.6.39/kernel/time/ |
D | ntp.c | 701 txc->tolerance = MAXFREQ_SCALED / PPM_SCALE; in do_adjtimex()
|