Home
last modified time | relevance | path

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

12345678910>>...15

/linux-6.12.1/Documentation/devicetree/bindings/phy/
Dqcom,usb-snps-femto-v2.yaml68 The hardware accepts only discrete values. The value closest to the
77 The hardware accepts only discrete values. The value closest to the
85 The hardware accepts only discrete values. The value closest to the
97 The hardware accepts only discrete values. The value closest to the
109 The hardware accepts only discrete values. The value closest to the
117 The hardware accepts only discrete values. The value closest to the
126 The hardware accepts only discrete values. The value closest to the
137 value closest to the provided input will be chosen as the override value
147 The hardware accepts only discrete values. The value closest to the
/linux-6.12.1/include/linux/
Dutil_macros.h21 * find_closest - locate the closest element in a sorted array
23 * @a: The array in which to look for the closest element. Must be sorted
27 * Returns the index of the element closest to 'x'.
32 * find_closest_descending - locate the closest element in a sorted array
34 * @a: The array in which to look for the closest element. Must be sorted
Dasync.h84 * CPUs closest to the device.
105 * CPUs closest to the device.
Dmath64.h319 * and round to closest integer.
332 * and round to closest integer.
345 * and round to closest integer.
/linux-6.12.1/drivers/input/keyboard/
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()
Dsun4i-lradc-keys.c112 u32 i, ints, val, voltage, diff, keycode = 0, closest = 0xffffffff; in sun4i_lradc_irq() local
132 if (diff < closest) { in sun4i_lradc_irq()
133 closest = diff; in sun4i_lradc_irq()
/linux-6.12.1/drivers/staging/media/atomisp/pci/
Dsh_css_param_shading.c128 /* calculate closest source points in shading table and in crop_and_interpolate()
140 /* calculate closest source points for distance computation */ in crop_and_interpolate()
159 /* calculate closest source points. */ in crop_and_interpolate()
167 /* if src points fall in padding, select closest ones.*/ in crop_and_interpolate()
173 * calculate closest source points for distance in crop_and_interpolate()
185 /* if we're at the edge, we just use the closest in crop_and_interpolate()
/linux-6.12.1/lib/math/
Drational-test.c18 { 1, 30, 100, 10, 0, 1, "Closest to zero" },
19 { 1, 19, 100, 10, 1, 10, "Closest to smallest non-zero" },
/linux-6.12.1/drivers/gpu/drm/display/
Ddrm_bridge_connector.c40 * to the bridge closest to the connector (at the end of the chain) that
66 * The last bridge in the chain (closest to the connector) that provides
73 * The last bridge in the chain (closest to the connector) that provides
80 * The last bridge in the chain (closest to the connector) that provides
87 * The last bridge in the chain (closest to the connector) that provides
/linux-6.12.1/drivers/cpuidle/governors/
Dteo.c17 * idle state with target residency within the (known) time till the closest
26 * closest timer will ultimately wake up the CPU anyway unless it is woken up
123 * @sleep_length_ns: Time till the closest timer event (at the selection time).
153 * enough to the closest timer event expected at the idle state in teo_update()
457 * If the closest expected timer is before the target residency of the in teo_select()
487 * the state to be returned is not within the time till the closest in teo_select()
Dmenu.c278 /* Determine the time till the closest timer. */ in menu_select()
298 * in this case, assume that without the tick the closest timer in menu_select()
299 * will be in distant future and that the closest tick will occur in menu_select()
326 * the known time till the closest timer event for the idle in menu_select()
385 * closest timer event, select this one to avoid getting in menu_select()
Dgov.h10 * check the time till the closest expected timer event.
/linux-6.12.1/Documentation/userspace-api/media/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
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.
Dv4l2-selection-flags.rst34 closest possible rectangle.
/linux-6.12.1/lib/
Dlinear_ranges.c131 * Return selector for which range value is closest match for given
212 * Return selector for which range value is closest match for given
250 * Return selector for which range value is closest match for given
/linux-6.12.1/Documentation/devicetree/bindings/display/panel/
Dpanel-common.yaml27 property is expressed in millimeters and rounded to the closest unit.
32 property is expressed in millimeters and rounded to the closest unit.
/linux-6.12.1/Documentation/userspace-api/netlink/
Dnetlink-raw.rst155 sub-message selector will be resolved using the value 'closest' to the selector.
158 the selector will be resolved using the value 'closest' to the selector. If the
/linux-6.12.1/arch/arm/boot/dts/intel/ixp/
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-6.12.1/drivers/staging/media/atomisp/pci/isp/kernels/vf/vf_1.0/
Dia_css_vf.host.h25 /* compute the log2 of the downscale factor needed to get closest
/linux-6.12.1/Documentation/mm/
Dnuma.rst42 to the closest cell with memory.
123 closest available memory. This is a consequence of the same mechanism that
/linux-6.12.1/drivers/gpu/drm/
Ddrm_suballoc.c35 * If it's not the case we skip over the bo after last to the closest
242 /* go over all fence list and try to find the closest sa in drm_suballoc_next_hole()
272 /* this sa bo is the closest one */ in drm_suballoc_next_hole()
/linux-6.12.1/Documentation/ABI/testing/
Dsysfs-bus-iio-adc-ad413046 closest valid one.
/linux-6.12.1/Documentation/hwmon/
Dadc128d818.rst33 or maximum limit. Note that minimum in this case always means 'closest to
/linux-6.12.1/Documentation/crypto/
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.

12345678910>>...15