Home
last modified time | relevance | path

Searched refs:closest (Results 1 – 25 of 46) sorted by relevance

12

/kernel/linux/linux-5.10/drivers/input/keyboard/
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()
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()
/kernel/linux/linux-5.10/Documentation/userspace-api/media/v4l/
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
Dv4l2-selection-flags.rst28 closest possible rectangle.
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.
Dvidioc-g-ctrl.rst46 ``value`` is out of bounds drivers can choose to take the closest valid
Dvidioc-g-frequency.rst51 assumes the closest possible value. However :ref:`VIDIOC_S_FREQUENCY <VIDIOC_G_FREQUENCY>` is a
Dvidioc-g-selection.rst89 capture/output window or TV display. The closest possible values of
/kernel/linux/linux-5.10/sound/soc/codecs/
Dwm8960.c690 int diff, closest, best_freq_out; in wm8960_configure_pll() local
695 closest = freq_in; in wm8960_configure_pll()
724 if (diff > 0 && closest > diff) { in wm8960_configure_pll()
728 closest = diff; in wm8960_configure_pll()
/kernel/linux/linux-5.10/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
Dlm78.rst62 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
Dlm87.rst57 'closest to zero'; this is important for negative voltage measurements.
Dsis5595.rst100 maximum limit. Note that minimum in this case always means 'closest to
Dadm1026.rst67 case always means 'closest to zero'; this is important for negative voltage
/kernel/linux/linux-5.10/Documentation/networking/
Dvxlan.rst22 The management of vxlan is done in a manner similar to its two closest
/kernel/linux/linux-5.10/drivers/gpu/ipu-v3/
Dipu-image-convert.c1136 bool closest = (col < ctx->in.num_cols - 1) && in calc_tile_resize_coefficients() local
1153 resized_width, closest); in calc_tile_resize_coefficients()
1170 if (closest && ((last_output * resize_coeff_h) % 8192)) in calc_tile_resize_coefficients()
1193 bool closest = (row < ctx->in.num_rows - 1) && in calc_tile_resize_coefficients() local
1210 resized_height, closest); in calc_tile_resize_coefficients()
1227 if (closest && ((last_output * resize_coeff_v) % 8192)) in calc_tile_resize_coefficients()
/kernel/linux/linux-5.10/Documentation/vm/
Dnuma.rst44 to the closest cell with memory.
125 closest available memory. This is a consequence of the same mechanism that
/kernel/linux/linux-5.10/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
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
/kernel/linux/linux-5.10/Documentation/crypto/
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.
/kernel/linux/linux-5.10/arch/arm64/boot/dts/allwinner/
Dsun50i-a64-olinuxino.dts247 * The board uses DDR3L DRAM chips. 1.36V is the closest to the nominal
/kernel/linux/linux-5.10/Documentation/sound/cards/
Dsb-live-mixer.rst225 The closest value to pure signal is 20.
231 The closest value to pure signal is 20.
Daudigy-mixer.rst205 The closest value to pure signal is 20.
211 The closest value to pure signal is 20.
/kernel/linux/linux-5.10/drivers/input/mouse/
Dalps.c395 int i, fingers_x = 0, fingers_y = 0, fingers, closest; in alps_process_bitmap() local
481 closest = 0x7fffffff; in alps_process_bitmap()
487 if (distance < closest) { in alps_process_bitmap()
489 closest = distance; in alps_process_bitmap()

12