/linux-6.14.4/Documentation/devicetree/bindings/phy/ |
D | qcom,usb-snps-femto-v2.yaml | 69 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/ |
D | util_macros.h | 8 * 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
|
D | async.h | 84 * CPUs closest to the device. 105 * CPUs closest to the device.
|
D | math64.h | 319 * and round to closest integer. 332 * and round to closest integer. 345 * and round to closest integer.
|
/linux-6.14.4/drivers/input/keyboard/ |
D | adc-keys.c | 36 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()
|
D | sun4i-lradc-keys.c | 111 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/ |
D | sh_css_param_shading.c | 119 /* 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/ |
D | rational-test.c | 18 { 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/ |
D | vidioc-g-crop.rst | 51 rounds to the closest possible values of horizontal and vertical offset, 58 the closest size possible while maintaining the current horizontal and
|
D | crop.rst | 137 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.
|
D | v4l2-selection-flags.rst | 34 closest possible rectangle.
|
/linux-6.14.4/drivers/gpu/drm/display/ |
D | drm_bridge_connector.c | 43 * 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/ |
D | menu.c | 227 /* 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()
|
D | teo.c | 23 * 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()
|
D | gov.h | 10 * check the time till the closest expected timer event.
|
/linux-6.14.4/lib/ |
D | linear_ranges.c | 131 * 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/ |
D | panel-common.yaml | 27 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/ |
D | netlink-raw.rst | 155 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/ |
D | ia_css_vf.host.h | 16 /* compute the log2 of the downscale factor needed to get closest
|
/linux-6.14.4/arch/arm/boot/dts/intel/ixp/ |
D | intel-ixp42x-freecom-fsg-3.dts | 40 /* 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/ |
D | numa.rst | 42 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/ |
D | drm_suballoc.c | 35 * 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/ |
D | adc128d818.rst | 33 or maximum limit. Note that minimum in this case always means 'closest to
|
/linux-6.14.4/Documentation/crypto/ |
D | asymmetric-keys.rst | 373 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/ |
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 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
|