Home
last modified time | relevance | path

Searched refs:approximation (Results 1 – 15 of 15) sorted by relevance

/linux/Documentation/hwmon/
H A Dmcp3021.rst31 The Microchip Technology Inc. MCP3021 is a successive approximation A/D
H A Dntc_thermistor.rst36 The NTC driver provides lookup tables with a linear approximation function
H A Dadm9240.rst57 high speed successive approximation ADC allows frequent sampling of all
/linux/arch/arm/boot/dts/intel/ixp/
H A Dintel-ixp42x-freecom-fsg-3.dts40 /* Closest approximation of what the key should do */
53 /* Unplug USB, closest approximation of what the key should do */
/linux/drivers/clk/
H A Dclk-fractional-divider.c167 if (fd->approximation) in clk_fd_determine_rate()
168 fd->approximation(hw, req->rate, &req->best_parent_rate, &m, &n); in clk_fd_determine_rate()
/linux/Documentation/arch/x86/x86_64/
H A Dcpu-hotplug-spec.rst23 number (or a reasonable approximation of it, with erring towards more not less)
/linux/arch/arm/nwfpe/
H A Dsoftfloat-macros552 Returns an approximation to the 64-bit integer quotient obtained by dividing
555 toward zero, the approximation returned lies between q and q + 2 inclusive.
594 Returns an approximation to the square root of the 32-bit significand given
599 case, the approximation returned lies strictly within +/-2 of the exact
/linux/Documentation/devicetree/bindings/cpu/
H A Dcpu-capacity.txt23 capture a first-order approximation of the relative performance of CPUs.
/linux/Documentation/scheduler/
H A Dschedutil.rst8 we know this is flawed, but it is the best workable approximation.
H A Dsched-capacity.rst139 of a task. A simple approximation of it is the task's duty cycle, i.e.::
/linux/Documentation/security/
H A Dlsm.rst103 The LSM framework provides for a close approximation of
/linux/Documentation/input/
H A Devent-codes.rst199 this may be an approximation based on the high-resolution scroll events,
213 and REL_HWHEEL may be an approximation based on the high-resolution
/linux/drivers/clk/rockchip/
H A Dclk.c245 div->approximation = rockchip_fractional_approximation; in rockchip_clk_register_frac_branch()
/linux/Documentation/mm/
H A Dmultigen_lru.rst61 channel is higher due to the approximation of the accessed bit.
/linux/include/linux/
H A Dclk-provider.h1304 void (*approximation)(struct clk_hw *hw, member