/linux-5.10/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 | math64.h | 277 * and round to closest integer. 290 * and round to closest integer.
|
D | cpufreq.h | 272 #define CPUFREQ_RELATION_C 2 /* closest frequency to target */ 891 /* Find closest freq to target in a table in ascending order */ 915 /* Choose the closest freq */ in cpufreq_table_find_index_ac() 925 /* Find closest freq to target in a table in descending order */ 949 /* Choose the closest freq */ in cpufreq_table_find_index_dc()
|
/linux-5.10/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). 126 * enough to the closest timer event expected at the idle state in teo_update() 428 * till the closest timer including the tick, try to correct in teo_select()
|
/linux-5.10/drivers/input/keyboard/ |
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()
|
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-5.10/drivers/staging/media/atomisp/pci/ |
D | sh_css_param_shading.c | 125 /* calculate closest source points in shading table and in crop_and_interpolate() 137 /* calculate closest source points for distance computation */ in crop_and_interpolate() 156 /* calculate closest source points. */ in crop_and_interpolate() 164 /* if src points fall in padding, select closest ones.*/ in crop_and_interpolate() 169 /* calculate closest source points for distance in crop_and_interpolate() 178 /* if we're at the edge, we just use the closest in crop_and_interpolate()
|
/linux-5.10/drivers/gpu/drm/ |
D | drm_bridge_connector.c | 36 * to the bridge closest to the connector (at the end of the chain) that 62 * The last bridge in the chain (closest to the connector) that provides 69 * The last bridge in the chain (closest to the connector) that provides 76 * The last bridge in the chain (closest to the connector) that provides 83 * The last bridge in the chain (closest to the connector) that provides
|
D | drm_bridge.c | 349 * Note: the bridge passed should be the one closest to the encoder 387 * Note: the bridge passed should be the one closest to the encoder. 426 * Note: the bridge passed should be the one closest to the encoder 456 * Note: the bridge passed should be the one closest to the encoder 483 * Note: the bridge passed should be the one closest to the encoder 511 * Note: the bridge passed should be the one closest to the encoder 537 * Note that the bridge passed should be the one closest to the encoder 564 * Note: the bridge passed should be the one closest to the encoder 608 * Note: the bridge passed should be the one closest to the encoder 649 * Note: the bridge passed should be the one closest to the encoder [all …]
|
/linux-5.10/Documentation/userspace-api/media/v4l/ |
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
|
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.
|
D | v4l2-selection-flags.rst | 28 closest possible rectangle.
|
/linux-5.10/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 272 It first obtains the time until the closest timer event with the assumption 326 limit. It selects the state with the target residency closest to the predicted 335 the real time until the closest timer event and if it really is greater than 358 values less than the current time till the closest timer (with the scheduler 362 the *sleep length*, which is the time until the closest timer event with the 421 reflect the real time until the closest timer event and if it really is greater
|
/linux-5.10/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-5.10/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-5.10/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-5.10/drivers/staging/media/atomisp/pci/isp/kernels/vf/vf_1.0/ |
D | ia_css_vf.host.h | 25 /* compute the log2 of the downscale factor needed to get closest
|
/linux-5.10/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-5.10/lib/ |
D | linear_ranges.c | 131 * Return selector which which range value is closest match for given 212 * Return selector which which range value is closest match for given
|
/linux-5.10/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-5.10/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
|
/linux-5.10/Documentation/crypto/ |
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-5.10/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()
|