/linux/include/linux/ |
H A D | util_macros.h | 26 * 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 D | async.h | 84 * CPUs closest to the device. 105 * CPUs closest to the device.
|
H A D | math64.h | 319 * and round to closest integer. 332 * and round to closest integer. 345 * and round to closest integer.
|
H A D | cpufreq.h | 304 #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 D | adc-keys.c | 36 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 D | sun4i-lradc-keys.c | 111 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 D | vidioc-g-crop.rst | 51 rounds to the closest possible values of horizontal and vertical offset, 58 the closest size possible while maintaining the current horizontal and
|
H A D | crop.rst | 137 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 D | v4l2-selection-flags.rst | 34 closest possible rectangle.
|
H A D | vidioc-g-ctrl.rst | 46 ``value`` is out of bounds drivers can choose to take the closest valid
|
/linux/lib/ |
H A D | linear_ranges.c | 131 * 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 D | teo.c | 23 * 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 D | gov.h | 10 * check the time till the closest expected timer event.
|
/linux/arch/arm/boot/dts/intel/ixp/ |
H A D | intel-ixp42x-freecom-fsg-3.dts | 40 /* Closest approximation of what the key should do */ 53 /* Unplug USB, closest approximation of what the key should do */
|
/linux/Documentation/mm/ |
H A D | numa.rst | 42 to the closest cell with memory. 123 closest available memory. This is a consequence of the same mechanism that
|
/linux/Documentation/crypto/ |
H A D | asymmetric-keys.rst | 373 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 D | adc128d818.rst | 33 or maximum limit. Note that minimum in this case always means 'closest to
|
H A D | lm80.rst | 61 or maximum limit. Note that minimum in this case always means 'closest to
|
H A D | gl518sm.rst | 60 maximum limit. Note that minimum in this case always means 'closest to
|
/linux/Documentation/ABI/testing/ |
H A D | sysfs-bus-cxl | 587 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 D | nft_set_rbtree.c | 296 /* 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 D | xt_time.c | 114 * 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 D | clk-pll.c | 171 * 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 D | clk-icst.c | 250 /* 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 D | vxlan.rst | 22 The management of vxlan is done in a manner similar to its two closest
|