Home
last modified time | relevance | path

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

1234567891011

/Linux-v5.4/include/linux/
Dutil_macros.h19 * find_closest - locate the closest element in a sorted array
21 * @a: The array in which to look for the closest element. Must be sorted
25 * Returns the index of the element closest to 'x'.
30 * find_closest_descending - locate the closest element in a sorted array
32 * @a: The array in which to look for the closest element. Must be sorted
Dasync.h84 * CPUs closest to the device.
103 * CPUs closest to the device.
Dcpufreq.h247 #define CPUFREQ_RELATION_C 2 /* closest frequency to target */
842 /* Find closest freq to target in a table in ascending order */
866 /* Choose the closest freq */ in cpufreq_table_find_index_ac()
876 /* Find closest freq to target in a table in descending order */
900 /* Choose the closest freq */ in cpufreq_table_find_index_dc()
/Linux-v5.4/drivers/gpu/drm/
Ddrm_bridge.c184 * Note: the bridge passed should be the one closest to the encoder
217 * Note: the bridge passed should be the one closest to the encoder.
248 * Note: the bridge passed should be the one closest to the encoder
270 * Note: the bridge passed should be the one closest to the encoder
294 * Note: the bridge passed should be the one closest to the encoder
319 * Note: the bridge passed should be the one closest to the encoder
341 * Note that the bridge passed should be the one closest to the encoder
365 * Note: the bridge passed should be the one closest to the encoder
393 * Note: the bridge passed should be the one closest to the encoder
421 * Note: the bridge passed should be the one closest to the encoder
[all …]
/Linux-v5.4/drivers/cpuidle/governors/
Dteo.c13 * idle state with target residency within the time to the closest timer is
20 * idle duration values greater than the time till the closest timer, as the
22 * the time till the closest timer (sleep length) anyway.
80 * it occurs significantly earlier than the closest expected timer event (that
82 * time till the closest timer event). Otherwise, the wakeup is "on time", or
86 * the time till the closest timer event used for idle state selection.
97 * @sleep_length_ns: Time till the closest timer event (at the selection time).
127 * enough to the closest timer event expected at the idle state in teo_update()
370 * till the closest timer including the tick, try to correct in teo_select()
/Linux-v5.4/drivers/input/keyboard/
Dadc-keys.c37 u32 diff, closest = 0xffffffff; in adc_keys_poll() local
47 if (diff < closest) { in adc_keys_poll()
48 closest = diff; in adc_keys_poll()
54 if (abs(st->keyup_voltage - value) < closest) in adc_keys_poll()
Dsun4i-lradc-keys.c97 u32 i, ints, val, voltage, diff, keycode = 0, closest = 0xffffffff; in sun4i_lradc_irq() local
117 if (diff < closest) { in sun4i_lradc_irq()
118 closest = diff; in sun4i_lradc_irq()
/Linux-v5.4/Documentation/media/uapi/v4l/
Dvidioc-g-crop.rst58 rounds to the closest possible values of horizontal and vertical offset,
65 the closest size possible while maintaining the current horizontal and
Dcrop.rst144 The driver sets the image size to the closest possible values 304 × 224,
145 then chooses the cropping rectangle closest to the requested size, that
155 and adjusts the image size to closest possible 304 × 192.
Dv4l2-selection-flags.rst35 closest possible rectangle.
/Linux-v5.4/Documentation/devicetree/bindings/display/panel/
Dpanel-common.yaml27 property is expressed in millimeters and rounded to the closest unit.
32 property is expressed in millimeters and rounded to the closest unit.
/Linux-v5.4/sound/soc/codecs/
Dwm8960.c613 * closest available frequency greater than expected bclk.
632 int diff, closest = mclk; in wm8960_configure_sysclk() local
656 if (diff > 0 && closest > diff) { in wm8960_configure_sysclk()
660 closest = diff; in wm8960_configure_sysclk()
681 * closest available frequency greater than expected bclk.
700 int diff, closest, best_freq_out; in wm8960_configure_pll() local
705 closest = freq_in; in wm8960_configure_pll()
728 if (diff > 0 && closest > diff) { in wm8960_configure_pll()
732 closest = diff; in wm8960_configure_pll()
/Linux-v5.4/Documentation/admin-guide/pm/
Dcpuidle.rst148 First of all, the governor knows the time until the closest timer event. That
153 (in particular, before the closest timer triggers) and it generally is not known
157 time until the closest timer to estimate the idle duration in future. How the
274 It first obtains the time until the closest timer event with the assumption
328 limit. It selects the state with the target residency closest to the predicted
337 the real time until the closest timer event and if it really is greater than
360 values less than the current time till the closest timer (with the scheduler
364 the *sleep length*, which is the time until the closest timer event with the
423 reflect the real time until the closest timer event and if it really is greater
/Linux-v5.4/drivers/gpu/drm/amd/amdgpu/
Damdgpu_sa.c37 * If it's not the case we skip over the bo after last to the closest
223 /* go over all fence list and try to find the closest sa_bo in amdgpu_sa_bo_next_hole()
254 /* this sa bo is the closest one */ in amdgpu_sa_bo_next_hole()
/Linux-v5.4/drivers/gpu/drm/radeon/
Dradeon_sa.c37 * If it's not the case we skip over the bo after last to the closest
264 /* go over all fence list and try to find the closest sa_bo in radeon_sa_bo_next_hole()
294 /* this sa bo is the closest one */ in radeon_sa_bo_next_hole()
/Linux-v5.4/Documentation/vm/
Dnuma.rst44 to the closest cell with memory.
125 closest available memory. This is a consequence of the same mechanism that
/Linux-v5.4/Documentation/hwmon/
Dadc128d818.rst33 or maximum limit. Note that minimum in this case always means 'closest to
Dlm80.rst61 or maximum limit. Note that minimum in this case always means 'closest to
Dgl518sm.rst60 maximum limit. Note that minimum in this case always means 'closest to
/Linux-v5.4/Documentation/networking/
Dvxlan.txt19 The management of vxlan is done in a manner similar to its two closest
/Linux-v5.4/Documentation/crypto/
Dasymmetric-keys.txt378 certificate in order (starting closest to the root) to a keyring. For
393 # certificate closest to the root.
414 # certificate closest to the root.
/Linux-v5.4/drivers/clk/at91/
Dclk-pll.c170 * divider/multiplier pair (the one that generates the closest in clk_pll_get_best_div_mul()
180 * divider that provide the closest rate to the requested one. in clk_pll_get_best_div_mul()
/Linux-v5.4/net/netfilter/
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-v5.4/drivers/net/ethernet/intel/ice/
Dice_sriov.c102 * resolved to the closest known virtchnl speeds in ice_conv_link_speed_to_virtchnl()
/Linux-v5.4/include/linux/regulator/
Ddriver.h78 * The driver should select the voltage closest to min_uV.
94 * The driver should select the current closest to max_uA.
118 * select ramp delay equal to or less than(closest) ramp_delay.

1234567891011