/openbmc/linux/Documentation/devicetree/bindings/phy/ |
H A 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
|
/openbmc/linux/drivers/input/keyboard/ |
H A 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()
|
H A 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()
|
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-click-spinner/ |
H A D | 0001-Update-Versioneer-to-0.22.patch | 426 + 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 D | openbmc-conversion.md | 12 3. Replace existing flash chip on the motherboard (cradle closest to the
|
/openbmc/linux/Documentation/userspace-api/media/v4l/ |
H A 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
|
H A D | v4l2-selection-flags.rst | 34 closest possible rectangle.
|
H A 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.
|
H A D | vidioc-g-frequency.rst | 51 assumes the closest possible value. However :ref:`VIDIOC_S_FREQUENCY <VIDIOC_G_FREQUENCY>` is a
|
H A D | vidioc-g-ctrl.rst | 46 ``value`` is out of bounds drivers can choose to take the closest valid
|
/openbmc/linux/Documentation/ABI/testing/ |
H A D | sysfs-bus-iio-adc-ad4130 | 46 closest valid one.
|
/openbmc/linux/Documentation/hwmon/ |
H A D | adc128d818.rst | 33 or maximum limit. Note that minimum in this case always means 'closest to
|
H A D | lm80.rst | 61 or maximum limit. Note that minimum in this case always means 'closest to
|
H A D | gl518sm.rst | 60 maximum limit. Note that minimum in this case always means 'closest to
|
H A D | lm78.rst | 62 or maximum limit. Note that minimum in this case always means 'closest to
|
H A D | lm87.rst | 57 'closest to zero'; this is important for negative voltage measurements.
|
/openbmc/openbmc/poky/meta/recipes-devtools/lua/ |
H A D | lua_5.4.6.bb | 12 # 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 D | bootstrap-3.4.1.js | 118 $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 D | bootstrap-3.4.1.min.js | 6 …closest(".alert")),o.trigger(t=s.Event("close.bs.alert")),t.isDefaultPrevented()||(o.removeClass("…
|
/openbmc/linux/sound/soc/codecs/ |
H A D | wm8960.c | 707 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 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.
|
/openbmc/linux/Documentation/networking/ |
H A D | vxlan.rst | 22 The management of vxlan is done in a manner similar to its two closest
|
/openbmc/bmcweb/ |
H A D | README.md | 46 \*Note: Non-Redfish functions are mapped to the closest equivalent Redfish
|
/openbmc/linux/Documentation/sound/cards/ |
H A D | emu-mixer.rst | 189 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 D | ipu-image-convert.c | 1132 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()
|