Home
last modified time | relevance | path

Searched refs:tol (Results 1 – 21 of 21) sorted by relevance

/linux/drivers/cpufreq/
A Domap-cpufreq.c46 unsigned long freq, volt = 0, volt_old = 0, tol = 0; in omap_target() local
71 tol = volt * OPP_TOLERANCE / 100; in omap_target()
81 r = regulator_set_voltage(mpu_reg, volt - tol, volt + tol); in omap_target()
93 r = regulator_set_voltage(mpu_reg, volt - tol, volt + tol); in omap_target()
/linux/drivers/iio/potentiometer/
A Dad5110.c61 s16 tol; /* resistor tolerance */ member
144 data->tol = data->cfg->kohms * (val & GENMASK(6, 0)) * 10 / 8; in ad5110_resistor_tol()
146 data->tol *= -1; in ad5110_resistor_tol()
216 *val2 = 1000 * data->cfg->kohms + data->tol; in ad5110_read_raw()
219 *val = 1000 * data->cfg->kohms + data->tol; in ad5110_read_raw()
/linux/arch/arm/boot/dts/
A Dimx6qdl-skov-cpu-revc.dtsi29 ti,debounce-tol = /bits/ 16 <(~0)>;
A Domap3-devkit8000-lcd-common.dtsi66 ti,debounce-tol = /bits/ 16 <5>;
A Dimx7d-pico-hobbit.dts77 ti,debounce-tol = /bits/ 16 <3>;
A Dat91sam9261ek.dts170 ti,debounce-tol = /bits/ 16 <65535>;
A Dimx6dl-plym2m.dts149 ti,debounce-tol = /bits/ 16 <70>;
A Dimx6dl-prtvt7.dts237 ti,debounce-tol = /bits/ 16 <70>;
A Domap3-cm-t3x.dtsi241 ti,debounce-tol = /bits/ 16 <10>;
A Dam57xx-cl-som-am57x.dts542 ti,debounce-tol = /bits/ 16 <10>;
A Domap5-cm-t54.dts369 ti,debounce-tol = /bits/ 16 <10>;
/linux/net/tipc/
A Dlink.h122 void tipc_link_set_tolerance(struct tipc_link *l, u32 tol,
A Dlink.c2596 u32 tol; in tipc_nl_parse_link_prop() local
2598 tol = nla_get_u32(props[TIPC_NLA_PROP_TOL]); in tipc_nl_parse_link_prop()
2599 if ((tol < TIPC_MIN_LINK_TOL) || (tol > TIPC_MAX_LINK_TOL)) in tipc_nl_parse_link_prop()
2873 void tipc_link_set_tolerance(struct tipc_link *l, u32 tol, in tipc_link_set_tolerance() argument
2876 l->tolerance = tol; in tipc_link_set_tolerance()
2878 l->bc_rcvlink->tolerance = tol; in tipc_link_set_tolerance()
2880 tipc_link_build_proto_msg(l, STATE_MSG, 0, 0, 0, tol, 0, xmitq); in tipc_link_set_tolerance()
A Dnode.c597 unsigned long tol = tipc_link_tolerance(l); in tipc_node_calculate_timer() local
598 unsigned long intv = ((tol / 4) > 500) ? 500 : tol / 4; in tipc_node_calculate_timer()
605 tipc_link_set_abort_limit(l, tol / n->keepalive_intv); in tipc_node_calculate_timer()
2456 u32 tol; in tipc_nl_node_set_link() local
2458 tol = nla_get_u32(props[TIPC_NLA_PROP_TOL]); in tipc_nl_node_set_link()
2459 tipc_link_set_tolerance(link, tol, &xmitq); in tipc_nl_node_set_link()
/linux/Documentation/devicetree/bindings/input/touchscreen/
A Dads7846.txt53 ti,debounce-tol Tolerance used for filtering (u16).
/linux/drivers/atm/
A Dhorizon.c679 static int make_rate_with_tolerance (const hrz_dev * dev, u32 c, rounding r, unsigned int tol, in make_rate_with_tolerance() argument
684 c, (r == round_up) ? "up" : (r == round_down) ? "down" : "nearest", tol); in make_rate_with_tolerance()
694 if (c - tol <= *actual && *actual <= c + tol) in make_rate_with_tolerance()
/linux/drivers/opp/
A Dcore.c1769 unsigned long tol; in _opp_add_v1() local
1778 tol = u_volt * opp_table->voltage_tolerance_v1 / 100; in _opp_add_v1()
1780 new_opp->supplies[0].u_volt_min = u_volt - tol; in _opp_add_v1()
1781 new_opp->supplies[0].u_volt_max = u_volt + tol; in _opp_add_v1()
/linux/arch/arm64/boot/dts/freescale/
A Dimx8mn-var-som.dtsi79 ti,debounce-tol = /bits/ 16 <3>;
A Dimx8mm-var-som.dtsi98 ti,debounce-tol = /bits/ 16 <3>;
/linux/drivers/net/wireless/realtek/rtw88/
A Dcoex.c17 u8 tol = chip->rssi_tolerance; in rtw_coex_next_rssi_state() local
22 if (rssi >= (rssi_thresh + tol)) in rtw_coex_next_rssi_state()
/linux/drivers/net/wireless/realtek/rtw89/
A Dcoex.c3208 u8 next_state, tol = chip->rssi_tol; in _update_rssi_state() local
3212 if (rssi >= (thresh + tol)) in _update_rssi_state()

Completed in 64 milliseconds