/Linux-v4.19/drivers/input/keyboard/ |
D | adc-keys.c | 40 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()
|
D | sun4i-lradc-keys.c | 85 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/ |
D | wm8960.c | 635 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/ |
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 | v4l2-selection-flags.rst | 28 closest possible rectangle.
|
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 | vidioc-g-ctrl.rst | 46 ``value`` is out of bounds drivers can choose to take the closest valid
|
D | vidioc-g-frequency.rst | 51 assumes the closest possible value. However :ref:`VIDIOC_S_FREQUENCY <VIDIOC_G_FREQUENCY>` is a
|
D | pixfmt-v4l2.rst | 29 size, drivers return the closest possible values. In case of
|
D | vidioc-g-selection.rst | 89 capture/output window or TV display. The closest possible values of
|
D | diff-v4l.rst | 124 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/ |
D | vxlan.txt | 19 The management of vxlan is done in a manner similar to its two closest
|
/Linux-v4.19/Documentation/hwmon/ |
D | adc128d818 | 30 or maximum limit. Note that minimum in this case always means 'closest to
|
D | lm80 | 50 or maximum limit. Note that minimum in this case always means 'closest to
|
D | gl518sm | 53 maximum limit. Note that minimum in this case always means 'closest to
|
D | lm78 | 50 or maximum limit. Note that minimum in this case always means 'closest to
|
D | lm87 | 48 'closest to zero'; this is important for negative voltage measurements.
|
D | sis5595 | 82 maximum limit. Note that minimum in this case always means 'closest to
|
D | adm1026 | 59 case always means 'closest to zero'; this is important for negative voltage
|
/Linux-v4.19/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-v4.19/Documentation/crypto/ |
D | asymmetric-keys.txt | 362 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/ |
D | panel-common.txt | 19 millimeters and rounded to the closest unit.
|
/Linux-v4.19/Documentation/sound/cards/ |
D | sb-live-mixer.rst | 225 The closest value to pure signal is 20. 231 The closest value to pure signal is 20.
|
D | audigy-mixer.rst | 205 The closest value to pure signal is 20. 211 The closest value to pure signal is 20.
|
/Linux-v4.19/drivers/input/mouse/ |
D | alps.c | 397 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()
|