Home
last modified time | relevance | path

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

12

/linux/drivers/input/keyboard/
H A 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()
H A Dsun4i-lradc-keys.c111 u32 i, ints, val, voltage, diff, keycode = 0, closest = 0xffffffff; in sun4i_lradc_irq() local
131 if (diff < closest) { in sun4i_lradc_irq()
132 closest = diff; in sun4i_lradc_irq()
/linux/Documentation/userspace-api/media/v4l/
H A 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
H A Dv4l2-selection-flags.rst35 closest possible rectangle.
H A Dcrop.rst138 The driver sets the image size to the closest possible values 304 × 224,
139 then chooses the cropping rectangle closest to the requested size, that
149 and adjusts the image size to closest possible 304 × 192.
H A Dvidioc-g-ctrl.rst46 ``value`` is out of bounds drivers can choose to take the closest valid
H A Dvidioc-g-frequency.rst51 assumes the closest possible value. However :ref:`VIDIOC_S_FREQUENCY <VIDIOC_G_FREQUENCY>` is a
H A Dvidioc-g-selection.rst89 capture/output window or TV display. The closest possible values of
/linux/Documentation/hwmon/
H A Dadc128d818.rst33 or maximum limit. Note that minimum in this case always means 'closest to
H A Dlm80.rst61 or maximum limit. Note that minimum in this case always means 'closest to
H A Dgl518sm.rst60 maximum limit. Note that minimum in this case always means 'closest to
H A Dlm78.rst62 or maximum limit. Note that minimum in this case always means 'closest to
H A Dlm87.rst57 'closest to zero'; this is important for negative voltage measurements.
H A Dsis5595.rst100 maximum limit. Note that minimum in this case always means 'closest to
H A Dadm1026.rst67 case always means 'closest to zero'; this is important for negative voltage
/linux/Documentation/networking/
H A Dvxlan.rst22 The management of vxlan is done in a manner similar to its two closest
/linux/Documentation/sound/cards/
H A Demu-mixer.rst189 The closest value to pure signal is 20.
195 The closest value to pure signal is 20.
H A Daudigy-mixer.rst206 The closest value to pure signal is 20.
212 The closest value to pure signal is 20.
H A Dsb-live-mixer.rst225 The closest value to pure signal is 20.
231 The closest value to pure signal is 20.
/linux/drivers/gpu/ipu-v3/
H A Dipu-image-convert.c1118 bool closest = (col < ctx->in.num_cols - 1) && in calc_tile_resize_coefficients() local
1135 resized_width, closest); in calc_tile_resize_coefficients()
1152 if (closest && ((last_output * resize_coeff_h) % 8192)) in calc_tile_resize_coefficients()
1175 bool closest = (row < ctx->in.num_rows - 1) && in calc_tile_resize_coefficients() local
1192 resized_height, closest); in calc_tile_resize_coefficients()
1209 if (closest && ((last_output * resize_coeff_v) % 8192)) in calc_tile_resize_coefficients()
/linux/arch/arm/boot/dts/intel/ixp/
H A Dintel-ixp42x-freecom-fsg-3.dts53 /* Unplug USB, closest approximation of what the key should do */
/linux/Documentation/crypto/
H A 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.
/linux/arch/arm64/boot/dts/allwinner/
H A Dsun50i-a64-olinuxino.dts260 * The board uses DDR3L DRAM chips. 1.36V is the closest to the nominal
/linux/Documentation/ABI/testing/
H A Dsysfs-bus-dax70 closest online cpu node which is the typical expectation of a
/linux/arch/arm64/boot/dts/qcom/
H A Dsdm660-xiaomi-lavender.dts180 * Tighten the range to 1.8-3.328 (closest to 3.3) to

12