Home
last modified time | relevance | path

Searched refs:closest (Results 1 – 25 of 51) sorted by relevance

123

/linux-6.3-rc2/Documentation/devicetree/bindings/phy/
A 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.3-rc2/drivers/input/keyboard/
A 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()
A 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.3-rc2/Documentation/userspace-api/media/v4l/
A 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
A Dv4l2-selection-flags.rst34 closest possible rectangle.
A 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.
A Dvidioc-g-ctrl.rst46 ``value`` is out of bounds drivers can choose to take the closest valid
A Dvidioc-g-frequency.rst51 assumes the closest possible value. However :ref:`VIDIOC_S_FREQUENCY <VIDIOC_G_FREQUENCY>` is a
/linux-6.3-rc2/Documentation/ABI/testing/
A Dsysfs-bus-iio-adc-ad413046 closest valid one.
/linux-6.3-rc2/Documentation/hwmon/
A Dadc128d818.rst33 or maximum limit. Note that minimum in this case always means 'closest to
A Dlm80.rst61 or maximum limit. Note that minimum in this case always means 'closest to
A Dgl518sm.rst60 maximum limit. Note that minimum in this case always means 'closest to
A Dlm78.rst62 or maximum limit. Note that minimum in this case always means 'closest to
A Dlm87.rst57 'closest to zero'; this is important for negative voltage measurements.
A Dsis5595.rst100 maximum limit. Note that minimum in this case always means 'closest to
A Dadm1026.rst67 case always means 'closest to zero'; this is important for negative voltage
/linux-6.3-rc2/sound/soc/codecs/
A Dwm8960.c694 int diff, closest, best_freq_out; in wm8960_configure_pll() local
699 closest = freq_in; in wm8960_configure_pll()
728 if (diff > 0 && closest > diff) { in wm8960_configure_pll()
732 closest = diff; in wm8960_configure_pll()
/linux-6.3-rc2/Documentation/devicetree/bindings/display/panel/
A 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.3-rc2/Documentation/networking/
A Dvxlan.rst22 The management of vxlan is done in a manner similar to its two closest
/linux-6.3-rc2/drivers/gpu/ipu-v3/
A Dipu-image-convert.c1133 bool closest = (col < ctx->in.num_cols - 1) && in calc_tile_resize_coefficients() local
1150 resized_width, closest); in calc_tile_resize_coefficients()
1167 if (closest && ((last_output * resize_coeff_h) % 8192)) in calc_tile_resize_coefficients()
1190 bool closest = (row < ctx->in.num_rows - 1) && in calc_tile_resize_coefficients() local
1207 resized_height, closest); in calc_tile_resize_coefficients()
1224 if (closest && ((last_output * resize_coeff_v) % 8192)) in calc_tile_resize_coefficients()
/linux-6.3-rc2/arch/arm/boot/dts/
A Dintel-ixp42x-freecom-fsg-3.dts53 /* Unplug USB, closest approximation of what the key should do */
/linux-6.3-rc2/Documentation/mm/
A Dnuma.rst42 to the closest cell with memory.
123 closest available memory. This is a consequence of the same mechanism that
/linux-6.3-rc2/Documentation/crypto/
A 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.3-rc2/arch/arm64/boot/dts/allwinner/
A Dsun50i-a64-olinuxino.dts260 * The board uses DDR3L DRAM chips. 1.36V is the closest to the nominal
/linux-6.3-rc2/Documentation/admin-guide/pm/
A 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
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

Completed in 36 milliseconds

123