Home
last modified time | relevance | path

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

12

/Linux-v4.19/drivers/input/keyboard/
Dadc-keys.c40 u32 diff, closest = 0xffffffff; in adc_keys_poll() local
50 if (diff < closest) { in adc_keys_poll()
51 closest = diff; in adc_keys_poll()
57 if (abs(st->keyup_voltage - value) < closest) in adc_keys_poll()
Dsun4i-lradc-keys.c85 u32 i, ints, val, voltage, diff, keycode = 0, closest = 0xffffffff; in sun4i_lradc_irq() local
105 if (diff < closest) { in sun4i_lradc_irq()
106 closest = diff; in sun4i_lradc_irq()
/Linux-v4.19/sound/soc/codecs/
Dwm8960.c635 int diff, closest = mclk; in wm8960_configure_sysclk() local
659 if (diff > 0 && closest > diff) { in wm8960_configure_sysclk()
663 closest = diff; in wm8960_configure_sysclk()
703 int diff, closest, best_freq_out; in wm8960_configure_pll() local
708 closest = freq_in; in wm8960_configure_pll()
731 if (diff > 0 && closest > diff) { in wm8960_configure_pll()
735 closest = diff; in wm8960_configure_pll()
/Linux-v4.19/Documentation/media/uapi/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
Dpixfmt-v4l2.rst29 size, drivers return the closest possible values. In case of
Dvidioc-g-selection.rst89 capture/output window or TV display. The closest possible values of
Ddiff-v4l.rst124 driver returns the closest sizes possible. For more information on
164 dimensions returns the closest size possible, taking into account the
/Linux-v4.19/Documentation/networking/
Dvxlan.txt19 The management of vxlan is done in a manner similar to its two closest
/Linux-v4.19/Documentation/hwmon/
Dadc128d81830 or maximum limit. Note that minimum in this case always means 'closest to
Dlm8050 or maximum limit. Note that minimum in this case always means 'closest to
Dgl518sm53 maximum limit. Note that minimum in this case always means 'closest to
Dlm7850 or maximum limit. Note that minimum in this case always means 'closest to
Dlm8748 'closest to zero'; this is important for negative voltage measurements.
Dsis559582 maximum limit. Note that minimum in this case always means 'closest to
Dadm102659 case always means 'closest to zero'; this is important for negative voltage
/Linux-v4.19/Documentation/vm/
Dnuma.rst44 to the closest cell with memory.
125 closest available memory. This is a consequence of the same mechanism that
/Linux-v4.19/Documentation/crypto/
Dasymmetric-keys.txt362 certificate in order (starting closest to the root) to a keyring. For
377 # certificate closest to the root.
398 # certificate closest to the root.
/Linux-v4.19/Documentation/devicetree/bindings/display/panel/
Dpanel-common.txt19 millimeters and rounded to the closest unit.
/Linux-v4.19/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.
/Linux-v4.19/drivers/input/mouse/
Dalps.c397 int i, fingers_x = 0, fingers_y = 0, fingers, closest; in alps_process_bitmap() local
483 closest = 0x7fffffff; in alps_process_bitmap()
489 if (distance < closest) { in alps_process_bitmap()
491 closest = distance; in alps_process_bitmap()

12