Home
last modified time | relevance | path

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

123

/openbmc/linux/Documentation/devicetree/bindings/phy/
H A Dqcom,usb-snps-femto-v2.yaml67 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
/openbmc/linux/drivers/input/keyboard/
H 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()
H A Dsun4i-lradc-keys.c112 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()
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-click-spinner/
H A D0001-Update-Versioneer-to-0.22.patch426 + if pieces["closest-tag"]:
451 + if pieces["closest-tag"]:
488 + if pieces["closest-tag"]:
516 + if pieces["closest-tag"]:
541 + if pieces["closest-tag"]:
570 + if pieces["closest-tag"]:
592 + if pieces["closest-tag"]:
613 + if pieces["closest-tag"]:
1613 if pieces["closest-tag"]:
1650 + if pieces["closest-tag"]:
[all …]
/openbmc/docs/
H A Dopenbmc-conversion.md12 3. Replace existing flash chip on the motherboard (cradle closest to the
/openbmc/linux/Documentation/userspace-api/media/v4l/
H 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
H A Dv4l2-selection-flags.rst34 closest possible rectangle.
H 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.
H A Dvidioc-g-frequency.rst51 assumes the closest possible value. However :ref:`VIDIOC_S_FREQUENCY <VIDIOC_G_FREQUENCY>` is a
H A Dvidioc-g-ctrl.rst46 ``value`` is out of bounds drivers can choose to take the closest valid
/openbmc/linux/Documentation/ABI/testing/
H A Dsysfs-bus-iio-adc-ad413046 closest valid one.
/openbmc/linux/Documentation/hwmon/
H A Dadc128d818.rst33 or maximum limit. Note that minimum in this case always means 'closest to
H A Dlm80.rst61 or maximum limit. Note that minimum in this case always means 'closest to
H A Dgl518sm.rst60 maximum limit. Note that minimum in this case always means 'closest to
H A Dlm78.rst62 or maximum limit. Note that minimum in this case always means 'closest to
H A Dlm87.rst57 'closest to zero'; this is important for negative voltage measurements.
/openbmc/openbmc/poky/meta/recipes-devtools/lua/
H A Dlua_5.4.6.bb12 # if no test suite matches PV release of Lua exactly, download the suite for the closest Lua releas…
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/js/
H A Dbootstrap-3.4.1.js118 $parent = $this.closest('.alert')
228 var $parent = this.$element.closest('[data-toggle="buttons"]')
285 var $btn = $(e.target).closest('.btn')
296 $(e.target).closest('.btn').toggleClass('focus', /^focus(in)?$/.test(e.type))
829 if ('ontouchstart' in document.documentElement && !$parent.closest('.navbar-nav').length) {
2206 .closest('li.dropdown')
2288 var $ul = $this.closest('ul:not(.dropdown-menu)')
2313 this.activate($this.closest('li'), $ul)
2355 .closest('li.dropdown')
H A Dbootstrap-3.4.1.min.js6closest(".alert")),o.trigger(t=s.Event("close.bs.alert")),t.isDefaultPrevented()||(o.removeClass("…
/openbmc/linux/sound/soc/codecs/
H A Dwm8960.c707 int diff, closest, best_freq_out; in wm8960_configure_pll() local
712 closest = freq_in; in wm8960_configure_pll()
741 if (diff > 0 && closest > diff) { in wm8960_configure_pll()
745 closest = diff; in wm8960_configure_pll()
/openbmc/linux/Documentation/devicetree/bindings/display/panel/
H 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.
/openbmc/linux/Documentation/networking/
H A Dvxlan.rst22 The management of vxlan is done in a manner similar to its two closest
/openbmc/bmcweb/
H A DREADME.md46 \*Note: Non-Redfish functions are mapped to the closest equivalent Redfish
/openbmc/linux/Documentation/sound/cards/
H A Demu-mixer.rst189 The closest value to pure signal is 20.
195 The closest value to pure signal is 20.
/openbmc/linux/drivers/gpu/ipu-v3/
H A Dipu-image-convert.c1132 bool closest = (col < ctx->in.num_cols - 1) && in calc_tile_resize_coefficients() local
1149 resized_width, closest); in calc_tile_resize_coefficients()
1166 if (closest && ((last_output * resize_coeff_h) % 8192)) in calc_tile_resize_coefficients()
1189 bool closest = (row < ctx->in.num_rows - 1) && in calc_tile_resize_coefficients() local
1206 resized_height, closest); in calc_tile_resize_coefficients()
1223 if (closest && ((last_output * resize_coeff_v) % 8192)) in calc_tile_resize_coefficients()

123