Home
last modified time | relevance | path

Searched full:clamped (Results 1 – 25 of 80) sorted by relevance

1234

/openbmc/linux/drivers/gpu/drm/i915/gt/
H A Dsysfs_engines.c145 unsigned long long duration, clamped; in max_spin_store() local
169 clamped = intel_clamp_max_busywait_duration_ns(engine, duration); in max_spin_store()
170 if (duration != clamped) in max_spin_store()
205 unsigned long long duration, clamped; in timeslice_store() local
220 clamped = intel_clamp_timeslice_duration_ms(engine, duration); in timeslice_store()
221 if (duration != clamped) in timeslice_store()
259 unsigned long long duration, clamped; in stop_store() local
275 clamped = intel_clamp_stop_timeout_ms(engine, duration); in stop_store()
276 if (duration != clamped) in stop_store()
310 unsigned long long timeout, clamped; in preempt_timeout_store() local
[all …]
/openbmc/linux/Documentation/userspace-api/media/v4l/
H A Dcolorspaces-details.rst77 Y' is clamped to the range [0…1] and Cb and Cr are clamped to the range
153 Y' is clamped to the range [0…1] and Cb and Cr are clamped to the range
192 Y' is clamped to the range [0…1] and Cb and Cr are clamped to the range
276 Y' is clamped to the range [0…1] and Cb and Cr are clamped to the range
345 Y' is clamped to the range [0…1] and Cb and Cr are clamped to the range
416 Y' is clamped to the range [0…1] and Cb and Cr are clamped to the range
439 Yc' is clamped to the range [0…1] and Cbc and Crc are clamped to the
564 Y' is clamped to the range [0…1] and Cb and Cr are clamped to the
638 Y' is clamped to the range [0…1] and Cb and Cr are clamped to the range
709 Y' is clamped to the range [0…1] and Cb and Cr are clamped to the range
H A Dvidioc-s-hw-freq-seek.rst51 will be clamped to fit in the band before the seek is started.
H A Dcolorspaces.rst125 clamped to the [0…1] range those colors can no longer be reproduced in
/openbmc/linux/drivers/macintosh/
H A Dwindfarm_cpufreq_clamp.c17 static int clamped; variable
34 clamped = value; in clamp_set()
41 *value = clamped; in clamp_get()
/openbmc/linux/Documentation/devicetree/bindings/power/supply/
H A Dqcom,pm8941-charger.yaml47 description: Maximum charge current in uA; May be clamped to safety limits; Defaults to 1A
64 May be clamped to safety limits.
73 be clamped by this value. Defaults to 4.2V.
82 will be clamped by this value. Defaults to 1A.
/openbmc/u-boot/include/linux/
H A Dkernel.h200 * clamp - return a value clamped to a given range with strict typechecking
227 * clamp_t - return a value clamped to a given range using a given type
239 * clamp_val - return a value clamped to a given range using val's type
/openbmc/linux/include/linux/
H A Dminmax.h138 * clamp - return a value clamped to a given range with strict typechecking
215 * clamp_t - return a value clamped to a given range using a given type
227 * clamp_val - return a value clamped to a given range using val's type
H A Dzstd_lib.h285 * Must be clamped between ZSTD_WINDOWLOG_MIN and ZSTD_WINDOWLOG_MAX.
291 * Must be clamped between ZSTD_HASHLOG_MIN and ZSTD_HASHLOG_MAX.
297 * Must be clamped between ZSTD_CHAINLOG_MIN and ZSTD_CHAINLOG_MAX.
311 * Must be clamped between ZSTD_MINMATCH_MIN and ZSTD_MINMATCH_MAX.
339 * Must be clamped between ZSTD_HASHLOG_MIN and ZSTD_HASHLOG_MAX
344 … * Must be clamped between ZSTD_LDM_MINMATCH_MIN and ZSTD_LDM_MINMATCH_MAX.
351 … * Must be clamped between 0 and (ZSTD_WINDOWLOG_MAX - ZSTD_HASHLOG_MIN).
444 * otherwise they will either trigger an error or be automatically clamped.
558 * otherwise they will either trigger an error or be automatically clamped.
1648 * cPar can be invalid : all parameters will be clamped within valid range in the @return struct.
/openbmc/linux/drivers/gpu/drm/vc4/
H A Dvc4_validate_shaders.c208 * address of the UBO to a clamped offset within the UBO. in check_tmu_write()
216 /* We assert that the clamped address is the first in check_tmu_write()
223 DRM_DEBUG("direct TMU load wasn't clamped\n"); in check_tmu_write()
229 DRM_DEBUG("direct TMU load wasn't clamped\n"); in check_tmu_write()
535 /* Track live clamps of a value clamped to a minimum of 0 and in track_live_clamps()
/openbmc/linux/Documentation/ABI/testing/
H A Dsysfs-class-net-queues79 on this network device transmit queue. This value is clamped
H A Dsysfs-platform-dfl-fme197 clamped within the range from 0 to 127 Watts. Write fails with
210 clamped within the range from 0 to 127 Watts. Write fails with
/openbmc/linux/include/linux/platform_data/
H A Dcros_ec_sensorhub.h140 * the future. These timestamps are clamped to
/openbmc/linux/drivers/hid/
H A Dhid-lg3ff.c66 * Already clamped in ff_memless in hid_lg3ff_play()
/openbmc/linux/drivers/gpu/drm/sti/
H A Dsti_gdp.c600 * Return the cropped / clamped destination size
603 * cropped / clamped destination size
796 /* output parameters (clamped / cropped) */ in sti_gdp_atomic_update()
/openbmc/linux/Documentation/userspace-api/media/drivers/
H A Domap3isp-uapi.rst183 out of [minimum, maximum] buffer size range, it's clamped to fit in there.
/openbmc/linux/include/uapi/linux/
H A Dvm_sockets.h26 * Value is clamped to the MIN and MAX.
/openbmc/linux/drivers/clk/starfive/
H A Dclk-starfive-jh71x0.c86 * we want the result clamped by min_rate and max_rate if possible: in jh71x0_clk_determine_rate()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/libsdl/libsdl-1.2.15/
H A DCVE-2019-7637.patch13 the value is clamped as 65532). As a result SDL_Surface with a pitch
/openbmc/qemu/include/libdecnumber/
H A DdecContext.h217 #define DEC_Condition_PA "Clamped"
/openbmc/linux/drivers/gpu/drm/amd/display/dc/
H A Ddc_types.h423 …unsigned int out_max_pix_val;/* pixel values greater than out_max_pix_val are clamped to out_max_…
424 …unsigned int out_min_pix_val;/* pixel values less than out_min_pix_val are clamped to out_min_pix…
/openbmc/linux/drivers/gpu/drm/bridge/
H A Dti-sn65dsi83.c276 * the ends of the ranges are clamped to the supported range. Since in sn65dsi83_get_lvds_range()
301 * which is DSI clock in 5 MHz steps, clamped to 40..500 MHz. in sn65dsi83_get_dsi_range()
/openbmc/linux/drivers/watchdog/
H A Drealtek_otto_wdt.c115 * one tick, so small values need to be clamped to correctly reflect the timeout.
/openbmc/linux/Documentation/misc-devices/
H A Doxsemi-tornado.rst110 clamped by the driver to 1.
/openbmc/linux/drivers/media/platform/xilinx/
H A Dxilinx-vip.c147 * in @format. The width and height are clamped using default min / max values.

1234