Home
last modified time | relevance | path

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

12345678910>>...15

/linux-6.14.4/Documentation/devicetree/bindings/phy/
Dqcom,usb-snps-femto-v2.yaml69 The hardware accepts only discrete values. The value closest to the
78 The hardware accepts only discrete values. The value closest to the
86 The hardware accepts only discrete values. The value closest to the
98 The hardware accepts only discrete values. The value closest to the
110 The hardware accepts only discrete values. The value closest to the
118 The hardware accepts only discrete values. The value closest to the
127 The hardware accepts only discrete values. The value closest to the
138 value closest to the provided input will be chosen as the override value
148 The hardware accepts only discrete values. The value closest to the
/linux-6.14.4/include/linux/
Dutil_macros.h8 * find_closest - locate the closest element in a sorted array
10 * @a: The array in which to look for the closest element. Must be sorted
14 * Returns the index of the element closest to 'x'.
38 * find_closest_descending - locate the closest element in a sorted array
40 * @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.14.4/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.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-6.14.4/drivers/staging/media/atomisp/pci/
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-6.14.4/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.14.4/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.14.4/drivers/gpu/drm/display/
Ddrm_bridge_connector.c43 * to the bridge closest to the connector (at the end of the chain) that
69 * The last bridge in the chain (closest to the connector) that provides
76 * The last bridge in the chain (closest to the connector) that provides
83 * The last bridge in the chain (closest to the connector) that provides
90 * The last bridge in the chain (closest to the connector) that provides
/linux-6.14.4/drivers/cpuidle/governors/
Dmenu.c227 /* Determine the time till the closest timer. */ in menu_select()
247 * in this case, assume that without the tick the closest timer in menu_select()
248 * will be in distant future and that the closest tick will occur in menu_select()
275 * the known time till the closest timer event for the idle in menu_select()
327 * closest timer event, select this one to avoid getting in menu_select()
Dteo.c23 * length in what follows, because the closest timer will ultimately wake up the
110 * the time till the closest expected timer event.
133 * @sleep_length_ns: Time till the closest timer event (at the selection time).
458 * If the closest expected timer is before the target residency of the in teo_select()
488 * the state to be returned is not within the time till the closest in teo_select()
Dgov.h10 * check the time till the closest expected timer event.
/linux-6.14.4/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.14.4/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.14.4/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.14.4/drivers/staging/media/atomisp/pci/isp/kernels/vf/vf_1.0/
Dia_css_vf.host.h16 /* compute the log2 of the downscale factor needed to get closest
/linux-6.14.4/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.14.4/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.14.4/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.14.4/Documentation/hwmon/
Dadc128d818.rst33 or maximum limit. Note that minimum in this case always means 'closest to
/linux-6.14.4/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.
/linux-6.14.4/Documentation/admin-guide/pm/
Dcpuidle.rst148 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
287 the time until the closest timer event with the assumption that the scheduler
316 framework. It selects the state with the target residency closest to the predicted
325 the real time until the closest timer event and if it really is greater than

12345678910>>...15