Searched refs:tol (Results 1 - 8 of 8) sorted by relevance
/linux-4.4.14/drivers/cpufreq/ |
H A D | omap-cpufreq.c | 46 unsigned long freq, volt = 0, volt_old = 0, tol = 0; omap_target() local 73 tol = volt * OPP_TOLERANCE / 100; omap_target() 83 r = regulator_set_voltage(mpu_reg, volt - tol, volt + tol); omap_target() 95 r = regulator_set_voltage(mpu_reg, volt - tol, volt + tol); omap_target()
|
H A D | cpufreq-dt.c | 53 unsigned long volt = 0, volt_old = 0, tol = 0; set_target() local 80 tol = volt * priv->voltage_tolerance / 100; set_target() 92 ret = regulator_set_voltage_tol(cpu_reg, volt, tol); set_target() 104 regulator_set_voltage_tol(cpu_reg, volt_old, tol); set_target() 110 ret = regulator_set_voltage_tol(cpu_reg, volt, tol); set_target()
|
/linux-4.4.14/arch/cris/include/arch-v32/arch/hwregs/ |
H A D | dma.h | 19 unsigned tol : 1; member in struct:dma_descr_group
|
H A D | dma_defs.h | 255 unsigned int tol : 1; member in struct:__anon421
|
/linux-4.4.14/net/tipc/ |
H A D | link.c | 1611 u32 tol; tipc_nl_parse_link_prop() local 1613 tol = nla_get_u32(props[TIPC_NLA_PROP_TOL]); tipc_nl_parse_link_prop() 1614 if ((tol < TIPC_MIN_LINK_TOL) || (tol > TIPC_MAX_LINK_TOL)) tipc_nl_parse_link_prop() 1680 u32 tol; tipc_nl_link_set() local 1682 tol = nla_get_u32(props[TIPC_NLA_PROP_TOL]); tipc_nl_link_set() 1683 link->tolerance = tol; tipc_nl_link_set() 1684 tipc_link_proto_xmit(link, STATE_MSG, 0, 0, tol, 0); tipc_nl_link_set()
|
H A D | node.c | 203 unsigned long tol = l->tolerance; tipc_node_calculate_timer() local 204 unsigned long intv = ((tol / 4) > 500) ? 500 : tol / 4; tipc_node_calculate_timer()
|
/linux-4.4.14/drivers/atm/ |
H A D | horizon.c | 693 static int make_rate_with_tolerance (const hrz_dev * dev, u32 c, rounding r, unsigned int tol, make_rate_with_tolerance() argument 697 PRINTD (DBG_QOS|DBG_FLOW, "make_rate_with_tolerance c=%u, %s, tol=%u", make_rate_with_tolerance() 698 c, (r == round_up) ? "up" : (r == round_down) ? "down" : "nearest", tol); make_rate_with_tolerance() 708 if (c - tol <= *actual && *actual <= c + tol) make_rate_with_tolerance()
|
/linux-4.4.14/drivers/input/touchscreen/ |
H A D | ads7846.c | 1233 of_property_read_u16(node, "ti,debounce-tol", &pdata->debounce_tol); ads7846_probe_dt()
|
Completed in 284 milliseconds