/kernel/linux/linux-5.10/drivers/cpufreq/ |
D | omap-cpufreq.c | 46 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()
|
/kernel/linux/linux-5.10/arch/arm/boot/dts/ |
D | omap3-devkit8000-lcd-common.dtsi | 66 ti,debounce-tol = /bits/ 16 <5>;
|
D | imx7d-pico-hobbit.dts | 77 ti,debounce-tol = /bits/ 16 <3>;
|
D | at91sam9261ek.dts | 170 ti,debounce-tol = /bits/ 16 <65535>;
|
D | omap3-cm-t3x.dtsi | 241 ti,debounce-tol = /bits/ 16 <10>;
|
D | am57xx-cl-som-am57x.dts | 542 ti,debounce-tol = /bits/ 16 <10>;
|
D | omap5-cm-t54.dts | 369 ti,debounce-tol = /bits/ 16 <10>;
|
/kernel/linux/linux-5.10/net/tipc/ |
D | link.h | 122 void tipc_link_set_tolerance(struct tipc_link *l, u32 tol,
|
D | link.c | 2561 u32 tol; in tipc_nl_parse_link_prop() local 2563 tol = nla_get_u32(props[TIPC_NLA_PROP_TOL]); in tipc_nl_parse_link_prop() 2564 if ((tol < TIPC_MIN_LINK_TOL) || (tol > TIPC_MAX_LINK_TOL)) in tipc_nl_parse_link_prop() 2838 void tipc_link_set_tolerance(struct tipc_link *l, u32 tol, in tipc_link_set_tolerance() argument 2841 l->tolerance = tol; in tipc_link_set_tolerance() 2843 l->bc_rcvlink->tolerance = tol; in tipc_link_set_tolerance() 2845 tipc_link_build_proto_msg(l, STATE_MSG, 0, 0, 0, tol, 0, xmitq); in tipc_link_set_tolerance()
|
D | node.c | 582 unsigned long tol = tipc_link_tolerance(l); in tipc_node_calculate_timer() local 583 unsigned long intv = ((tol / 4) > 500) ? 500 : tol / 4; in tipc_node_calculate_timer() 590 tipc_link_set_abort_limit(l, tol / n->keepalive_intv); in tipc_node_calculate_timer() 2411 u32 tol; in tipc_nl_node_set_link() local 2413 tol = nla_get_u32(props[TIPC_NLA_PROP_TOL]); in tipc_nl_node_set_link() 2414 tipc_link_set_tolerance(link, tol, &xmitq); in tipc_nl_node_set_link()
|
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/input/touchscreen/ |
D | ads7846.txt | 53 ti,debounce-tol Tolerance used for filtering (u16).
|
/kernel/linux/linux-5.10/drivers/opp/ |
D | core.c | 1557 unsigned long tol; in _opp_add_v1() local 1566 tol = u_volt * opp_table->voltage_tolerance_v1 / 100; in _opp_add_v1() 1568 new_opp->supplies[0].u_volt_min = u_volt - tol; in _opp_add_v1() 1569 new_opp->supplies[0].u_volt_max = u_volt + tol; in _opp_add_v1()
|
/kernel/linux/linux-5.10/drivers/atm/ |
D | horizon.c | 679 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()
|
/kernel/linux/linux-5.10/arch/arm64/boot/dts/freescale/ |
D | imx8mn-var-som.dtsi | 79 ti,debounce-tol = /bits/ 16 <3>;
|
D | imx8mm-var-som.dtsi | 98 ti,debounce-tol = /bits/ 16 <3>;
|
/kernel/linux/linux-5.10/drivers/net/wireless/realtek/rtw88/ |
D | coex.c | 16 u8 tol = chip->rssi_tolerance; in rtw_coex_next_rssi_state() local 21 if (rssi >= (rssi_thresh + tol)) in rtw_coex_next_rssi_state()
|