/linux-6.8/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.8/include/linux/ |
D | util_macros.h | 21 * 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
|
D | async.h | 84 * CPUs closest to the device. 105 * CPUs closest to the device.
|
D | math64.h | 310 * and round to closest integer. 323 * and round to closest integer. 336 * and round to closest integer.
|
/linux-6.8/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 | 112 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.8/drivers/staging/media/atomisp/pci/ |
D | sh_css_param_shading.c | 128 /* 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.8/drivers/gpu/drm/ |
D | drm_bridge_connector.c | 38 * to the bridge closest to the connector (at the end of the chain) that 64 * The last bridge in the chain (closest to the connector) that provides 71 * The last bridge in the chain (closest to the connector) that provides 78 * The last bridge in the chain (closest to the connector) that provides 85 * The last bridge in the chain (closest to the connector) that provides
|
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()
|
D | drm_bridge.c | 484 * Note: the bridge passed should be the one closest to the encoder 522 * Note: the bridge passed should be the one closest to the encoder. 563 * Note: the bridge passed should be the one closest to the encoder 592 * Note: the bridge passed should be the one closest to the encoder 659 * Note: the bridge passed should be the one closest to the encoder 749 * Note: the bridge passed should be the one closest to the encoder 817 * Note: the bridge passed should be the one closest to the encoder
|
/linux-6.8/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.8/drivers/cpuidle/governors/ |
D | teo.c | 22 * idle state with target residency within the (known) time till the closest 31 * closest timer will ultimately wake up the CPU anyway unless it is woken up 131 * TEO metrics mechanism. If it's above, the closest shallower idle state will 185 * @sleep_length_ns: Time till the closest timer event (at the selection time). 238 * enough to the closest timer event expected at the idle state in teo_update() 595 * If the closest expected timer is before the terget residency of the in teo_select() 625 * the state to be returned is not within the time till the closest in teo_select()
|
D | menu.c | 285 /* Determine the time till the closest timer. */ in menu_select() 305 * in this case, assume that without the tick the closest timer in menu_select() 306 * will be in distant future and that the closest tick will occur in menu_select() 333 * the known time till the closest timer event for the idle in menu_select() 392 * closest timer event, select this one to avoid getting in menu_select()
|
D | gov.h | 10 * check the time till the closest expected timer event.
|
/linux-6.8/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.8/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.8/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.8/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.8/drivers/staging/media/atomisp/pci/isp/kernels/vf/vf_1.0/ |
D | ia_css_vf.host.h | 25 /* compute the log2 of the downscale factor needed to get closest
|
/linux-6.8/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.8/Documentation/ABI/testing/ |
D | sysfs-bus-iio-adc-ad4130 | 46 closest valid one.
|
/linux-6.8/Documentation/hwmon/ |
D | adc128d818.rst | 33 or maximum limit. Note that minimum in this case always means 'closest to
|
/linux-6.8/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.
|