/Linux-v5.4/include/linux/ |
D | util_macros.h | 19 * 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
|
D | async.h | 84 * CPUs closest to the device. 103 * CPUs closest to the device.
|
D | cpufreq.h | 247 #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/ |
D | drm_bridge.c | 184 * 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/ |
D | teo.c | 13 * 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/ |
D | adc-keys.c | 37 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()
|
D | sun4i-lradc-keys.c | 97 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/ |
D | vidioc-g-crop.rst | 58 rounds to the closest possible values of horizontal and vertical offset, 65 the closest size possible while maintaining the current horizontal and
|
D | crop.rst | 144 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.
|
D | v4l2-selection-flags.rst | 35 closest possible rectangle.
|
/Linux-v5.4/Documentation/devicetree/bindings/display/panel/ |
D | panel-common.yaml | 27 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/ |
D | wm8960.c | 613 * 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/ |
D | cpuidle.rst | 148 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/ |
D | amdgpu_sa.c | 37 * 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/ |
D | radeon_sa.c | 37 * 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/ |
D | numa.rst | 44 to the closest cell with memory. 125 closest available memory. This is a consequence of the same mechanism that
|
/Linux-v5.4/Documentation/hwmon/ |
D | adc128d818.rst | 33 or maximum limit. Note that minimum in this case always means 'closest to
|
D | lm80.rst | 61 or maximum limit. Note that minimum in this case always means 'closest to
|
D | gl518sm.rst | 60 maximum limit. Note that minimum in this case always means 'closest to
|
/Linux-v5.4/Documentation/networking/ |
D | vxlan.txt | 19 The management of vxlan is done in a manner similar to its two closest
|
/Linux-v5.4/Documentation/crypto/ |
D | asymmetric-keys.txt | 378 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/ |
D | clk-pll.c | 170 * 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/ |
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-v5.4/drivers/net/ethernet/intel/ice/ |
D | ice_sriov.c | 102 * resolved to the closest known virtchnl speeds in ice_conv_link_speed_to_virtchnl()
|
/Linux-v5.4/include/linux/regulator/ |
D | driver.h | 78 * 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.
|