Searched refs:tolerance (Results 26 - 44 of 44) sorted by relevance

12

/linux-master/drivers/hwmon/
H A Dw83792d.c153 0x87, /* (bit3-0)SmartFan Fan1 tolerance */
154 0x87, /* (bit7-4)SmartFan Fan2 tolerance */
155 0x97 /* (bit3-0)SmartFan Fan3 tolerance */
281 u8 tolerance[3]; /* Fan1,2,3 tolerance(Smart Fan I/II) */ member in struct:w83792d_data
797 return sprintf(buf, "%ld\n", (long)data->tolerance[nr-1]);
821 data->tolerance[nr] = tol_tmp;
1561 /* Update Smart Fan I/II tolerance */
1563 data->tolerance[0] = reg_tmp & 0x0f;
1564 data->tolerance[
[all...]
H A Dw83627ehf.c358 u8 tolerance[4]; member in struct:w83627ehf_data
540 int pwmcfg = 0, tolerance = 0; /* shut up the compiler */ local
546 /* pwmcfg, tolerance mapped for i=0, i=1 to same reg */
550 tolerance = w83627ehf_read_value(data,
559 data->tolerance[i] = (tolerance >> (i == 1 ? 4 : 0)) & 0x0f;
881 show_tol_temp(tolerance)
932 data->tolerance[nr] = val;
H A Dnct6775-core.c2961 /* Limit tolerance as needed */
2975 * Fan speed tolerance is a tricky beast, since the associated register is
2978 * A fan speed tolerance only makes sense if a fan target speed has been
2988 int target, tolerance = 0; local
3006 tolerance = (fan_from_reg16(low, data->fan_div[nr])
3010 return sprintf(buf, "%d\n", tolerance);
3038 /* Limit tolerance as needed */
/linux-master/drivers/media/usb/pvrusb2/
H A Dpvrusb2-io.c481 unsigned int tolerance)
487 sp->fail_tolerance = tolerance;
478 pvr2_stream_setup(struct pvr2_stream *sp, struct usb_device *dev, int endpoint, unsigned int tolerance) argument
H A Dpvrusb2-hdw.c59 static int tolerance[PVR_NUM] = { [0 ... PVR_NUM-1] = 0 }; variable
74 module_param_array(tolerance, int, NULL, 0444);
75 MODULE_PARM_DESC(tolerance,"specify stream error tolerance");
1790 tp = tolerance[unit_number];
2239 "pvr2_hdw_setup: video stream %p setting tolerance %u",
/linux-master/drivers/media/rc/
H A Dnuvoton-cir.c170 u8 tolerance, config; local
175 /* hardcode the tolerance to 10% */
176 tolerance = DIV_ROUND_UP(count, 10);
182 nvt_cir_wake_reg_write(nvt, tolerance, CIR_WAKE_FIFO_CMP_TOL);
660 /* Skip last value for better comparison tolerance */
/linux-master/drivers/net/wireless/realtek/rtw89/
H A Dchan.c1996 s16 tolerance; local
2007 tolerance = -pattern->tob_aux;
2009 tolerance = pattern->toa_aux;
2013 tolerance = -pattern->toa_aux;
2015 tolerance = pattern->tob_aux;
2018 if (diff <= tolerance)
/linux-master/drivers/media/dvb-core/
H A Ddvb_frontend.c897 u32 *tolerance)
931 if (tolerance)
932 *tolerance = fe->ops.info.frequency_tolerance_hz / kHz;
936 if (tolerance)
937 *tolerance = fe->ops.info.frequency_tolerance_hz;
895 dvb_frontend_get_frequency_limits(struct dvb_frontend *fe, u32 *freq_min, u32 *freq_max, u32 *tolerance) argument
/linux-master/drivers/tty/serial/
H A Dserial-tegra.c86 * @error_tolerance_low_range: Lowest number in the error tolerance range
87 * @error_tolerance_high_range: Highest number in the error tolerance range
103 s32 tolerance; member in struct:tegra_baud_tolerance
358 tup->baud_tolerance[i].tolerance) / 10000);
1480 tup->baud_tolerance[index].tolerance =
/linux-master/kernel/time/
H A Dntp.c815 txc->tolerance = MAXFREQ_SCALED / PPM_SCALE;
/linux-master/drivers/tty/serial/8250/
H A D8250_port.c2654 unsigned int tolerance = port->uartclk / 100; local
2665 max = (port->uartclk + tolerance) / 4;
2668 max = (port->uartclk + tolerance) / 16;
2673 * Allow 1% tolerance at the upper limit so uart clks marginally
/linux-master/tools/testing/selftests/net/mptcp/
H A Dmptcp_join.sh1760 local tolerance=5
1763 if [ $tx_rate -lt $((expected_rate - tolerance)) ] || \
1764 [ $tx_rate -gt $((expected_rate + tolerance)) ]; then
/linux-master/sound/pci/
H A Dcmipci.c604 unsigned int delta, tolerance; local
612 tolerance = rate*CM_TOLERANCE_RATE;
627 if (delta < tolerance) {
628 tolerance = delta;
/linux-master/include/ufs/
H A Dufshcd.h1258 void ufshcd_delay_us(unsigned long us, unsigned long tolerance);
/linux-master/net/tipc/
H A Dudp_media.c848 .tolerance = TIPC_DEF_LINK_TOL,
H A Dnode.c618 /* Link with lowest tolerance determines timer interval */
622 /* Ensure link's abort limit corresponds to current tolerance */
824 * recalculated with link lowest tolerance
834 /* Link tolerance may change asynchronously: */
948 * 4. Link endpoint 2A down (e.g. due to link tolerance timeout)
1279 if (!tipc_link_create(net, if_name, b->identity, b->tolerance,
2222 tipc_link_set_tolerance(e->link, b->tolerance,
/linux-master/arch/alpha/kernel/
H A Dosf_sys.c1168 long tolerance; /* clock frequency tolerance (ppm) member in struct:timex32
/linux-master/fs/btrfs/
H A Dvolumes.c6041 int tolerance; local
6076 for (tolerance = 0; tolerance < 2; tolerance++) {
6078 (tolerance || map->stripes[preferred_mirror].dev != srcdev))
6082 (tolerance || map->stripes[i].dev != srcdev))
7488 "chunk %llu missing %d devices, max tolerance is %d for writable mount",
/linux-master/drivers/ufs/core/
H A Dufshcd.c698 void ufshcd_delay_us(unsigned long us, unsigned long tolerance) argument
706 usleep_range(us, us + tolerance);

Completed in 356 milliseconds

12