/Linux-v4.19/drivers/cpufreq/ |
D | omap-cpufreq.c | 49 unsigned long freq, volt = 0, volt_old = 0, tol = 0; in omap_target() local 74 tol = volt * OPP_TOLERANCE / 100; in omap_target() 84 r = regulator_set_voltage(mpu_reg, volt - tol, volt + tol); in omap_target() 96 r = regulator_set_voltage(mpu_reg, volt - tol, volt + tol); in omap_target()
|
/Linux-v4.19/drivers/devfreq/ |
D | exynos-bus.c | 102 unsigned long old_freq, new_freq, new_volt, tol; in exynos_bus_target() local 120 tol = new_volt * bus->voltage_tolerance / 100; in exynos_bus_target() 126 ret = regulator_set_voltage_tol(bus->regulator, new_volt, tol); in exynos_bus_target() 141 ret = regulator_set_voltage_tol(bus->regulator, new_volt, tol); in exynos_bus_target()
|
/Linux-v4.19/arch/arm/boot/dts/ |
D | omap3-devkit8000-lcd-common.dtsi | 69 ti,debounce-tol = /bits/ 16 <5>;
|
D | at91sam9261ek.dts | 179 ti,debounce-tol = /bits/ 16 <65535>;
|
D | omap3-cm-t3x.dtsi | 241 ti,debounce-tol = /bits/ 16 <10>;
|
D | am57xx-cl-som-am57x.dts | 545 ti,debounce-tol = /bits/ 16 <10>;
|
D | omap5-cm-t54.dts | 362 ti,debounce-tol = /bits/ 16 <10>;
|
/Linux-v4.19/net/tipc/ |
D | link.c | 1964 u32 tol; in tipc_nl_parse_link_prop() local 1966 tol = nla_get_u32(props[TIPC_NLA_PROP_TOL]); in tipc_nl_parse_link_prop() 1967 if ((tol < TIPC_MIN_LINK_TOL) || (tol > TIPC_MAX_LINK_TOL)) in tipc_nl_parse_link_prop() 2234 void tipc_link_set_tolerance(struct tipc_link *l, u32 tol, in tipc_link_set_tolerance() argument 2237 l->tolerance = tol; in tipc_link_set_tolerance() 2239 l->bc_rcvlink->tolerance = tol; in tipc_link_set_tolerance() 2241 tipc_link_build_proto_msg(l, STATE_MSG, 0, 0, 0, tol, 0, xmitq); in tipc_link_set_tolerance()
|
D | link.h | 119 void tipc_link_set_tolerance(struct tipc_link *l, u32 tol,
|
D | node.c | 442 unsigned long tol = tipc_link_tolerance(l); in tipc_node_calculate_timer() local 443 unsigned long intv = ((tol / 4) > 500) ? 500 : tol / 4; in tipc_node_calculate_timer() 450 tipc_link_set_abort_limit(l, tol / n->keepalive_intv); in tipc_node_calculate_timer() 2027 u32 tol; in tipc_nl_node_set_link() local 2029 tol = nla_get_u32(props[TIPC_NLA_PROP_TOL]); in tipc_nl_node_set_link() 2030 tipc_link_set_tolerance(link, tol, &xmitq); in tipc_nl_node_set_link()
|
/Linux-v4.19/drivers/opp/ |
D | core.c | 1108 unsigned long tol; in _opp_add_v1() local 1117 tol = u_volt * opp_table->voltage_tolerance_v1 / 100; in _opp_add_v1() 1119 new_opp->supplies[0].u_volt_min = u_volt - tol; in _opp_add_v1() 1120 new_opp->supplies[0].u_volt_max = u_volt + tol; in _opp_add_v1()
|
/Linux-v4.19/Documentation/devicetree/bindings/input/touchscreen/ |
D | ads7846.txt | 61 ti,debounce-tol Tolerance used for filtering (u16).
|
/Linux-v4.19/drivers/atm/ |
D | horizon.c | 694 static int make_rate_with_tolerance (const hrz_dev * dev, u32 c, rounding r, unsigned int tol, in make_rate_with_tolerance() argument 699 c, (r == round_up) ? "up" : (r == round_down) ? "down" : "nearest", tol); in make_rate_with_tolerance() 709 if (c - tol <= *actual && *actual <= c + tol) in make_rate_with_tolerance()
|