Home
last modified time | relevance | path

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

/linux/drivers/iio/potentiometer/
H 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/nxp/imx/
H A Dimx53-sk-imx53-atm0700d4.dtsi35 ti,debounce-tol = /bits/ 16 <10>;
H A Dimx7d-pico-hobbit.dts77 ti,debounce-tol = /bits/ 16 <3>;
/linux/net/tipc/
H A Dlink.h122 void tipc_link_set_tolerance(struct tipc_link *l, u32 tol,
H A Dlink.c2585 u32 tol; in tipc_nl_parse_link_prop() local
2587 tol = nla_get_u32(props[TIPC_NLA_PROP_TOL]); in tipc_nl_parse_link_prop()
2588 if ((tol < TIPC_MIN_LINK_TOL) || (tol > TIPC_MAX_LINK_TOL)) in tipc_nl_parse_link_prop()
2862 void tipc_link_set_tolerance(struct tipc_link *l, u32 tol, in tipc_link_set_tolerance() argument
2865 l->tolerance = tol; in tipc_link_set_tolerance()
2867 l->bc_rcvlink->tolerance = tol; in tipc_link_set_tolerance()
2869 tipc_link_build_proto_msg(l, STATE_MSG, 0, 0, 0, tol, 0, xmitq); in tipc_link_set_tolerance()
H A Dnode.c615 unsigned long tol = tipc_link_tolerance(l); in tipc_node_calculate_timer() local
616 unsigned long intv = ((tol / 4) > 500) ? 500 : tol / 4; in tipc_node_calculate_timer()
623 tipc_link_set_abort_limit(l, tol / n->keepalive_intv); in tipc_node_calculate_timer()
2469 u32 tol; in tipc_nl_node_set_link() local
2471 tol = nla_get_u32(props[TIPC_NLA_PROP_TOL]); in tipc_nl_node_set_link()
2472 tipc_link_set_tolerance(link, tol, &xmitq); in tipc_nl_node_set_link()
/linux/arch/arm/boot/dts/microchip/
H A Dat91sam9261ek.dts170 ti,debounce-tol = /bits/ 16 <65535>;
/linux/drivers/opp/
H A Dcore.c2138 unsigned long tol, u_volt = data->u_volt; in _opp_add_v1() local
2152 tol = u_volt * opp_table->voltage_tolerance_v1 / 100; in _opp_add_v1()
2154 new_opp->supplies[0].u_volt_min = u_volt - tol; in _opp_add_v1()
2155 new_opp->supplies[0].u_volt_max = u_volt + tol; in _opp_add_v1()
/linux/arch/arm64/boot/dts/freescale/
H A Dimx8mm-var-som.dtsi97 ti,debounce-tol = /bits/ 16 <3>;
H A Dimx8mn-var-som.dtsi88 ti,debounce-tol = /bits/ 16 <3>;
/linux/arch/arm64/boot/dts/ti/
H A Dk3-am62p5-var-som.dtsi343 ti,debounce-tol = /bits/ 16 <3>;
/linux/arch/arm/boot/dts/ti/omap/
H A Dam57xx-cl-som-am57x.dts541 ti,debounce-tol = /bits/ 16 <10>;
/linux/drivers/net/wireless/realtek/rtw88/
H 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()