| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/phy/ |
| D | qcom,usb-snps-femto-v2.yaml | 67 The hardware accepts only discrete values. The value closest to the 76 The hardware accepts only discrete values. The value closest to the 84 The hardware accepts only discrete values. The value closest to the 96 The hardware accepts only discrete values. The value closest to the 108 The hardware accepts only discrete values. The value closest to the 116 The hardware accepts only discrete values. The value closest to the 125 The hardware accepts only discrete values. The value closest to the 136 value closest to the provided input will be chosen as the override value 146 The hardware accepts only discrete values. The value closest to the
|
| /kernel/linux/linux-5.10/include/linux/ |
| D | util_macros.h | 19 * find_closest - locate the closest element in a sorted array 21 * @a: The array in which to look for the closest element. Must be sorted 25 * Returns the index of the element closest to 'x'. 30 * find_closest_descending - locate the closest element in a sorted array 32 * @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.
|
| /kernel/linux/linux-6.6/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 | 310 * and round to closest integer. 323 * and round to closest integer. 336 * and round to closest integer.
|
| /kernel/linux/linux-5.10/drivers/cpuidle/governors/ |
| D | teo.c | 13 * idle state with target residency within the time to the closest timer is 20 * idle duration values greater than the time till the closest timer, as the 22 * the time till the closest timer (sleep length) anyway. 80 * it occurs significantly earlier than the closest expected timer event (that 82 * time till the closest timer event). Otherwise, the wakeup is "on time", or 86 * the time till the closest timer event used for idle state selection. 97 * @sleep_length_ns: Time till the closest timer event (at the selection time). 126 * enough to the closest timer event expected at the idle state in teo_update() 428 * till the closest timer including the tick, try to correct in teo_select()
|
| /kernel/linux/linux-5.10/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 | 97 u32 i, ints, val, voltage, diff, keycode = 0, closest = 0xffffffff; in sun4i_lradc_irq() local 117 if (diff < closest) { in sun4i_lradc_irq() 118 closest = diff; in sun4i_lradc_irq()
|
| /kernel/linux/linux-6.6/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()
|
| /kernel/linux/linux-6.6/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()
|
| /kernel/linux/linux-5.10/drivers/staging/media/atomisp/pci/ |
| D | sh_css_param_shading.c | 125 /* calculate closest source points in shading table and in crop_and_interpolate() 137 /* calculate closest source points for distance computation */ in crop_and_interpolate() 156 /* calculate closest source points. */ in crop_and_interpolate() 164 /* if src points fall in padding, select closest ones.*/ in crop_and_interpolate() 169 /* calculate closest source points for distance in crop_and_interpolate() 178 /* if we're at the edge, we just use the closest in crop_and_interpolate()
|
| /kernel/linux/linux-6.6/drivers/gpu/drm/ |
| D | drm_bridge_connector.c | 36 * to the bridge closest to the connector (at the end of the chain) that 62 * The last bridge in the chain (closest to the connector) that provides 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
|
| /kernel/linux/linux-5.10/drivers/gpu/drm/ |
| D | drm_bridge_connector.c | 36 * to the bridge closest to the connector (at the end of the chain) that 62 * The last bridge in the chain (closest to the connector) that provides 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
|
| D | drm_bridge.c | 349 * Note: the bridge passed should be the one closest to the encoder 387 * Note: the bridge passed should be the one closest to the encoder. 426 * Note: the bridge passed should be the one closest to the encoder 456 * Note: the bridge passed should be the one closest to the encoder 483 * Note: the bridge passed should be the one closest to the encoder 511 * Note: the bridge passed should be the one closest to the encoder 540 * Note that the bridge passed should be the one closest to the encoder 567 * Note: the bridge passed should be the one closest to the encoder 611 * Note: the bridge passed should be the one closest to the encoder 652 * Note: the bridge passed should be the one closest to the encoder [all …]
|
| /kernel/linux/linux-6.6/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" },
|
| /kernel/linux/linux-6.6/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 | gov.h | 10 * check the time till the closest expected timer event.
|
| 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()
|
| /kernel/linux/linux-6.6/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
|
| /kernel/linux/linux-5.10/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
|
| /kernel/linux/linux-6.6/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
|
| /kernel/linux/linux-6.6/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.
|
| /kernel/linux/linux-5.10/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 272 It first obtains the time until the closest timer event with the assumption 326 limit. It selects the state with the target residency closest to the predicted 335 the real time until the closest timer event and if it really is greater than 358 values less than the current time till the closest timer (with the scheduler 362 the *sleep length*, which is the time until the closest timer event with the 421 reflect the real time until the closest timer event and if it really is greater
|
| /kernel/linux/linux-5.10/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.
|