/openbmc/linux/drivers/gpu/drm/i915/gt/ |
H A D | sysfs_engines.c | 145 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 D | colorspaces-details.rst | 77 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 D | vidioc-s-hw-freq-seek.rst | 51 will be clamped to fit in the band before the seek is started.
|
H A D | colorspaces.rst | 125 clamped to the [0…1] range those colors can no longer be reproduced in
|
/openbmc/linux/drivers/macintosh/ |
H A D | windfarm_cpufreq_clamp.c | 17 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 D | qcom,pm8941-charger.yaml | 47 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 D | kernel.h | 200 * 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 D | minmax.h | 138 * 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 D | zstd_lib.h | 285 * 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 D | vc4_validate_shaders.c | 208 * 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 D | sysfs-class-net-queues | 79 on this network device transmit queue. This value is clamped
|
H A D | sysfs-platform-dfl-fme | 197 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 D | cros_ec_sensorhub.h | 140 * the future. These timestamps are clamped to
|
/openbmc/linux/drivers/hid/ |
H A D | hid-lg3ff.c | 66 * Already clamped in ff_memless in hid_lg3ff_play()
|
/openbmc/linux/drivers/gpu/drm/sti/ |
H A D | sti_gdp.c | 600 * 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 D | omap3isp-uapi.rst | 183 out of [minimum, maximum] buffer size range, it's clamped to fit in there.
|
/openbmc/linux/include/uapi/linux/ |
H A D | vm_sockets.h | 26 * Value is clamped to the MIN and MAX.
|
/openbmc/linux/drivers/clk/starfive/ |
H A D | clk-starfive-jh71x0.c | 86 * 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 D | CVE-2019-7637.patch | 13 the value is clamped as 65532). As a result SDL_Surface with a pitch
|
/openbmc/qemu/include/libdecnumber/ |
H A D | decContext.h | 217 #define DEC_Condition_PA "Clamped"
|
/openbmc/linux/drivers/gpu/drm/amd/display/dc/ |
H A D | dc_types.h | 423 …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 D | ti-sn65dsi83.c | 276 * 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 D | realtek_otto_wdt.c | 115 * one tick, so small values need to be clamped to correctly reflect the timeout.
|
/openbmc/linux/Documentation/misc-devices/ |
H A D | oxsemi-tornado.rst | 110 clamped by the driver to 1.
|
/openbmc/linux/drivers/media/platform/xilinx/ |
H A D | xilinx-vip.c | 147 * in @format. The width and height are clamped using default min / max values.
|