Searched refs:tolerance (Results 1 - 22 of 22) sorted by last modified time

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/mtools-4.0.10/
H A Dtexinfo.tex3706 \tolerance=9500
4599 \tolerance = 9500
5283 {\chapfonts \vbox{\hyphenpenalty=10000\tolerance=5000
5441 \vbox{\hyphenpenalty=10000 \tolerance=5000 \parindent=0pt \ptexraggedright
5464 \chapoddpage {\chapfonts \vbox{\hyphenpenalty=10000\tolerance=5000
5473 \chapoddpage {\chapfonts \vbox{\hyphenpenalty=10000\tolerance=5000
5598 \vbox{\hyphenpenalty=10000 \tolerance=5000 \parindent=0pt \ptexraggedright
6630 \tolerance=10000 \hbadness=10000
8946 \tolerance = 700
8964 \tolerance
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/hwmon/
H A Dw83627ehf.c287 u8 tolerance[4]; member in struct:w83627ehf_data
421 int pwmcfg = 0, tolerance = 0; /* shut up the compiler */ local
494 tolerance = w83627ehf_read_value(client,
513 data->tolerance[i] = (tolerance >> (i == 1 ? 4 : 0))
951 show_tol_temp(tolerance)
985 data->tolerance[nr] = val;
H A Dw83792d.c162 0x87, /* (bit3-0)SmartFan Fan1 tolerance */
163 0x87, /* (bit7-4)SmartFan Fan2 tolerance */
164 0x97 /* (bit3-0)SmartFan Fan3 tolerance */
296 u8 tolerance[3]; /* Fan1,2,3 tolerance(Smart Fan I/II) */ member in struct:w83792d_data
750 return sprintf(buf, "%ld\n", (long)data->tolerance[nr-1]);
770 data->tolerance[nr] = tol_tmp;
1572 /* Update Smart Fan I/II tolerance */
1574 data->tolerance[0] = reg_tmp & 0x0f;
1575 data->tolerance[
[all...]
H A Dw83793.c220 u8 tolerance[3]; /* Temp tolerance(Smart Fan I/II) */ member in struct:w83793_data
669 If Temp higher or lower than target with this tolerance, w83793
671 temperature within the tolerance range.
696 val = data->tolerance[index >> 1] >> ((index & 0x01) ? 4 : 0);
746 data->tolerance[i] =
750 data->tolerance[i] &= ~(0x0f << shift);
751 data->tolerance[i] |= val << shift;
753 data->tolerance[i]);
948 SENSOR_ATTR_2(tolerance##inde
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sparc64/solaris/
H A Dmisc.c637 s32 tolerance; member in struct:sol_timex
696 err |= __put_user (t.tolerance, &txp->tolerance);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/pvrusb2/
H A Dpvrusb2-hdw.c92 static int tolerance[PVR_NUM] = { [0 ... PVR_NUM-1] = 0 }; variable
109 module_param_array(tolerance, int, NULL, 0444);
110 MODULE_PARM_DESC(tolerance,"specify stream error tolerance");
1654 tp = tolerance[unit_number];
1851 " setting tolerance %u",
H A Dpvrusb2-io.c495 unsigned int tolerance)
501 sp->fail_tolerance = tolerance;
492 pvr2_stream_setup(struct pvr2_stream *sp, struct usb_device *dev, int endpoint, unsigned int tolerance) argument
H A Dpvrusb2-io.h44 unsigned int tolerance);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/miscutils/
H A Dadjtimex.c113 " tolerance: %ld\n"
119 txc.precision, txc.tolerance, txc.tick,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dtimex.h83 * offset and maximum frequency tolerance.
109 long tolerance; /* clock frequency tolerance (ppm) member in struct:timex
H A Dcompat.h57 compat_long_t tolerance; member in struct:compat_timex
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/kernel/
H A Dcompat.c922 __get_user(txc.tolerance, &utp->tolerance) ||
947 __put_user(txc.tolerance, &utp->tolerance) ||
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/alpha/kernel/
H A Dosf_sys.c1187 long tolerance; /* clock frequency tolerance (ppm) member in struct:timex32
H A Dtime.c297 unsigned long cycle_freq, tolerance; local
318 tolerance = cycle_freq / 4000;
322 if ((unsigned long)diff > tolerance) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/kernel/time/
H A Dntp.c341 txc->tolerance = MAXFREQ;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/tipc/
H A Dbearer.c130 warn("Media <%s> rejected, illegal tolerance (%u)\n", name,
166 m_ptr->tolerance = link_tolerance;
H A Dbearer.h56 * @tolerance: default time (in ms) before declaring link failure
73 u32 tolerance; member in struct:media
H A Dlink.c101 static void link_set_supervision_props(struct link *l_ptr, u32 tolerance);
423 link_set_supervision_props(l_ptr, b_ptr->media->tolerance);
463 dbg("tipc_link_create(): tolerance = %u,cont intv = %u, abort_limit = %u\n",
464 l_ptr->tolerance, l_ptr->continuity_interval, l_ptr->abort_limit);
2000 u32 gap, u32 tolerance, u32 priority, u32 ack_mtu)
2028 msg_set_link_tolerance(msg, tolerance);
2055 msg_set_link_tolerance(msg, l_ptr->tolerance);
2155 (msg_tol > l_ptr->tolerance))
2769 static void link_set_supervision_props(struct link *l_ptr, u32 tolerance) argument
2771 l_ptr->tolerance
1999 tipc_link_send_proto_msg(struct link *l_ptr, u32 msg_typ, int probe_msg, u32 gap, u32 tolerance, u32 priority, u32 ack_mtu) argument
[all...]
H A Dlink.h77 * @tolerance: minimum link continuity loss needed to reset link [in ms]
128 u32 tolerance; member in struct:link
250 u32 tolerance, u32 priority, u32 acked_mtu);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/oss/dmasound/
H A Ddmasound_awacs.c703 int tolerance, i = 8 ; local
711 tolerance = catch_r * awacs_freqs[--i] / 100;
713 && dmasound.soft.speed <= awacs_freqs[i] + tolerance)
772 int tolerance; local
790 * and the tolerance we'll allow.
794 tolerance = (catchRadius * dmasound.hard.speed) / 100;
795 if (dmasound.soft.speed >= dmasound.hard.speed - tolerance) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/pci/
H A Dcmipci.c576 unsigned int delta, tolerance; local
584 tolerance = rate*CM_TOLERANCE_RATE;
599 if (delta < tolerance) {
600 tolerance = delta;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/build-aux/
H A Dtexinfo.tex3466 \tolerance=9500
4357 \tolerance = 9500
5042 {\chapfonts \vbox{\hyphenpenalty=10000\tolerance=5000
5200 \vbox{\hyphenpenalty=10000 \tolerance=5000 \parindent=0pt \raggedright
5223 \chapoddpage {\chapfonts \vbox{\hyphenpenalty=10000\tolerance=5000
5232 \chapoddpage {\chapfonts \vbox{\hyphenpenalty=10000\tolerance=5000
5352 \vbox{\hyphenpenalty=10000 \tolerance=5000 \parindent=0pt \raggedright
6391 \tolerance=10000 \hbadness=10000
8668 \tolerance = 700
8686 \tolerance
[all...]

Completed in 211 milliseconds