Home
last modified time | relevance | path

Searched full:closest (Results 1 – 25 of 238) sorted by relevance

12345678910

/linux/include/linux/
H A Dutil_macros.h26 * find_closest - locate the closest element in a sorted array
28 * @a: The array in which to look for the closest element. Must be sorted
32 * Returns the index of the element closest to 'x'.
56 * find_closest_descending - locate the closest element in a sorted array
58 * @a: The array in which to look for the closest element. Must be sorted
H A Dasync.h84 * CPUs closest to the device.
105 * CPUs closest to the device.
H A Dmath64.h319 * and round to closest integer.
332 * and round to closest integer.
345 * and round to closest integer.
H A Dcpufreq.h304 #define CPUFREQ_RELATION_C 2 /* closest frequency to target */
951 /* Find closest freq to target in a table in ascending order */
976 /* Choose the closest freq */ in cpufreq_table_find_index_ac()
986 /* Find closest freq to target in a table in descending order */
1011 /* Choose the closest freq */ in cpufreq_table_find_index_dc()
/linux/drivers/input/keyboard/
H A Dadc-keys.c36 u32 diff, closest = 0xffffffff; in adc_keys_poll() local
46 if (diff < closest) { in adc_keys_poll()
47 closest = diff; in adc_keys_poll()
53 if (abs(st->keyup_voltage - value) < closest) in adc_keys_poll()
H A Dsun4i-lradc-keys.c111 u32 i, ints, val, voltage, diff, keycode = 0, closest = 0xffffffff; in sun4i_lradc_irq() local
131 if (diff < closest) { in sun4i_lradc_irq()
132 closest = diff; in sun4i_lradc_irq()
/linux/Documentation/userspace-api/media/v4l/
H A Dvidioc-g-crop.rst51 rounds to the closest possible values of horizontal and vertical offset,
58 the closest size possible while maintaining the current horizontal and
H A Dcrop.rst137 The driver sets the image size to the closest possible values 304 × 224,
138 then chooses the cropping rectangle closest to the requested size, that
148 and adjusts the image size to closest possible 304 × 192.
H A Dv4l2-selection-flags.rst34 closest possible rectangle.
H A Dvidioc-g-ctrl.rst46 ``value`` is out of bounds drivers can choose to take the closest valid
/linux/lib/
H A Dlinear_ranges.c131 * Return selector for which range value is closest match for given
212 * Return selector for which range value is closest match for given
250 * Return selector for which range value is closest match for given
/linux/drivers/cpuidle/governors/
H A Dteo.c23 * length in what follows, because the closest timer will ultimately wake up the
110 * the time till the closest expected timer event.
133 * @sleep_length_ns: Time till the closest timer event (at the selection time).
458 * If the closest expected timer is before the target residency of the in teo_select()
488 * the state to be returned is not within the time till the closest in teo_select()
H A Dgov.h10 * check the time till the closest expected timer event.
/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/Documentation/mm/
H A Dnuma.rst42 to the closest cell with memory.
123 closest available memory. This is a consequence of the same mechanism that
/linux/Documentation/crypto/
H A Dasymmetric-keys.rst373 certificate in order (starting closest to the root) to a keyring. For
388 # certificate closest to the root.
409 # certificate closest to the root.
/linux/Documentation/hwmon/
H A Dadc128d818.rst33 or maximum limit. Note that minimum in this case always means 'closest to
H A Dlm80.rst61 or maximum limit. Note that minimum in this case always means 'closest to
H A Dgl518sm.rst60 maximum limit. Note that minimum in this case always means 'closest to
/linux/Documentation/ABI/testing/
H A Dsysfs-bus-cxl587 the number to the closest initiator and access1 provides the
588 number to the closest CPU.
604 the number to the closest initiator and access1 provides the
605 number to the closest CPU.
/linux/net/netfilter/
H A Dnft_set_rbtree.c296 /* this element is closest to where the new element is to be inserted: in nft_rbtree_update_first()
438 /* - new start element with existing closest, less or equal key value in __nft_rbtree_insert()
447 /* - new end element with existing closest, less or equal key value in __nft_rbtree_insert()
454 /* - new end element with existing closest, greater or equal key value in __nft_rbtree_insert()
H A Dxt_time.c114 * Find the year that is closest to said days. in localtime_3()
131 * number of days-since-New Year have passed, and find the closest in localtime_3()
/linux/drivers/clk/at91/
H A Dclk-pll.c171 * divider/multiplier pair (the one that generates the closest in clk_pll_get_best_div_mul()
181 * divider that provide the closest rate to the requested one. in clk_pll_get_best_div_mul()
/linux/drivers/clk/versatile/
H A Dclk-icst.c250 /* Slam to closest megahertz */ in icst_determine_rate()
263 /* Slam to closest 0.5 megahertz */ in icst_determine_rate()
277 /* Slam to closest 0.25 MHz */ in icst_determine_rate()
/linux/Documentation/networking/
H A Dvxlan.rst22 The management of vxlan is done in a manner similar to its two closest

12345678910