Home
last modified time | relevance | path

Searched full:closest (Results 1 – 25 of 230) sorted by relevance

12345678910

/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/drivers/staging/media/atomisp/pci/
H A Dsh_css_param_shading.c119 /* calculate closest source points in shading table and in crop_and_interpolate()
131 /* calculate closest source points for distance computation */ in crop_and_interpolate()
150 /* calculate closest source points. */ in crop_and_interpolate()
158 /* if src points fall in padding, select closest ones.*/ in crop_and_interpolate()
164 * calculate closest source points for distance in crop_and_interpolate()
176 /* if we're at the edge, we just use the closest in crop_and_interpolate()
/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 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 Dv4l2-selection-flags.rst35 closest possible rectangle.
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
/linux/include/linux/
H A Dasync.h84 * CPUs closest to the device.
105 * CPUs closest to the device.
H A Dmath64.h376 * and round to closest integer.
389 * and round to closest integer.
402 * and round to closest integer.
/linux/arch/arm/boot/dts/intel/ixp/
H A Dintel-ixp42x-freecom-fsg-3.dts40 /* Closest approximation of what the key should do */
53 /* Unplug USB, closest approximation of what the key should do */
/linux/net/netfilter/
H A Dnft_set_rbtree.c247 /* this element is closest to where the new element is to be inserted: in nft_rbtree_update_first()
325 /* Closest start element differs from last element added. */ in nft_rbtree_insert_same_interval()
487 /* - new start element with existing closest, less or equal key value in __nft_rbtree_insert()
504 /* - new end element with existing closest, less or equal key value in __nft_rbtree_insert()
511 /* - new end element with existing closest, greater or equal key value in __nft_rbtree_insert()
758 /* Closest start element differs from last element added. */ in nft_rbtree_deactivate_same_interval()
H A Dxt_time.c109 * Find the year that is closest to said days. in localtime_3()
126 * number of days-since-New Year have passed, and find the closest in localtime_3()
/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/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.
/linux/drivers/clk/at91/
H A Dclk-pll.c171 * divider/multiplier pair (the one that generates the closest in clk_pll_get_best_div_mul()
181 * divider that provide the closest rate to the requested one. in clk_pll_get_best_div_mul()
/linux/drivers/clk/versatile/
H A Dclk-icst.c250 /* Slam to closest megahertz */ in icst_determine_rate()
263 /* Slam to closest 0.5 megahertz */ in icst_determine_rate()
277 /* Slam to closest 0.25 MHz */ in icst_determine_rate()
H A Dicst.c71 * Now find the closest divisor combination in icst_hz_to_vco()
/linux/Documentation/networking/
H A Dvxlan.rst22 The management of vxlan is done in a manner similar to its two closest
/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_sa.c37 * If it's not the case we skip over the bo after last to the 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.

12345678910