| /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/sound/soc/codecs/ |
| D | wm8960.c | 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() 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/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 | v4l2-selection-flags.rst | 35 closest possible rectangle.
|
| 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 | vidioc-g-ctrl.rst | 53 ``value`` is out of bounds drivers can choose to take the closest valid
|
| D | vidioc-g-frequency.rst | 58 assumes the closest possible value. However :ref:`VIDIOC_S_FREQUENCY <VIDIOC_G_FREQUENCY>` is a
|
| D | vidioc-g-selection.rst | 96 capture/output window or TV display. The closest possible values of
|
| /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
|
| D | lm78.rst | 62 or maximum limit. Note that minimum in this case always means 'closest to
|
| D | lm87.rst | 57 'closest to zero'; this is important for negative voltage measurements.
|
| D | sis5595.rst | 100 maximum limit. Note that minimum in this case always means 'closest to
|
| D | adm1026.rst | 67 case always means 'closest to zero'; this is important for negative voltage
|
| /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/drivers/gpu/ipu-v3/ |
| D | ipu-image-convert.c | 1120 bool closest = (col < ctx->in.num_cols - 1) && in calc_tile_resize_coefficients() local 1137 resized_width, closest); in calc_tile_resize_coefficients() 1154 if (closest && ((last_output * resize_coeff_h) % 8192)) in calc_tile_resize_coefficients() 1177 bool closest = (row < ctx->in.num_rows - 1) && in calc_tile_resize_coefficients() local 1194 resized_height, closest); in calc_tile_resize_coefficients() 1211 if (closest && ((last_output * resize_coeff_v) % 8192)) in calc_tile_resize_coefficients()
|
| /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/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/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/arch/arm64/boot/dts/allwinner/ |
| D | sun50i-a64-olinuxino.dts | 226 * The board uses DDR3L DRAM chips. 1.36V is the closest to the nominal
|
| /Linux-v5.4/Documentation/sound/cards/ |
| D | audigy-mixer.rst | 205 The closest value to pure signal is 20. 211 The closest value to pure signal is 20.
|
| D | sb-live-mixer.rst | 225 The closest value to pure signal is 20. 231 The closest value to pure signal is 20.
|
| /Linux-v5.4/drivers/input/mouse/ |
| D | alps.c | 395 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()
|