Home
last modified time | relevance | path

Searched full:saturation (Results 1 – 25 of 122) sorted by relevance

12345

/linux/tools/testing/selftests/lkdtm/
H A Dtests.txt64 REFCOUNT_INC_SATURATED Saturation detected: still saturated
65 REFCOUNT_DEC_SATURATED Saturation detected: still saturated
66 REFCOUNT_ADD_SATURATED Saturation detected: still saturated
69 REFCOUNT_DEC_AND_TEST_SATURATED Saturation detected: still saturated
70 REFCOUNT_SUB_AND_TEST_SATURATED Saturation detected: still saturated
/linux/drivers/gpu/drm/nouveau/dispnv04/
H A Doverlay.c48 struct drm_property *saturation; member
55 int saturation; member
221 u32 chroma = ((sin_mul(plane->hue, plane->saturation) & 0xffff) << 16) | in nv10_set_params()
222 (cos_mul(plane->hue, plane->saturation) & 0xffff); in nv10_set_params()
259 else if (property == nv_plane->props.saturation) in nv_set_property()
260 nv_plane->saturation = value; in nv_set_property()
315 plane->props.saturation = drm_property_create_range( in nv10_overlay_init()
316 device, 0, "saturation", 0, 8192 - 1); in nv10_overlay_init()
321 !plane->props.saturation) in nv10_overlay_init()
340 plane->saturation = 0x1000; in nv10_overlay_init()
[all …]
/linux/lib/
H A Drcuref.c49 * <---valid --------> <-------saturation zone-------> <-----dead zone----->
135 * Saturation protection
138 * The reference count has a saturation limit RCUREF_MAXREF (INT_MAX).
142 * leak. When saturation is reached a warning is emitted.
150 * account. The saturation and dead zones are large enough to accomodate
208 * was already on a saturated value restore the saturation in rcuref_get_slowpath()
209 * marker. This keeps it in the middle of the saturation zone and in rcuref_get_slowpath()
273 * mean saturation value and tell the caller to not deconstruct the in rcuref_put_slowpath()
/linux/Documentation/userspace-api/media/v4l/
H A Dmetafmt-vivid.rst18 It sets Brightness, Saturation, Contrast and Hue, each of which maps to
34 * - u16 saturation;
35 - Image color saturation, the value is in the range 0 to 255, with the default value as 128.
H A Dmetafmt-vsp1-hgt.rst24 The histogram is a matrix of 6 Hue and 32 Saturation buckets, 192 in
29 The Saturation position **n** (0 - 31) of the bucket in the matrix is
H A Dhsv-formats.rst13 and the distance to the center is the SATURATION. This is a very
/linux/Documentation/gpu/
H A Dkms-properties.csv15 ,,“saturation”,RANGE,"Min=0, Max=100",Connector,TBD
29 ,,“saturation”,RANGE,"Min=0, Max= SDVO dependent",Connector,TBD
49 ,,“saturation”,RANGE,"Min=0, Max= SDVO dependent",Connector,TBD
69 ,,"""saturation""",RANGE,"Min=0, Max=0x7fff",Plane,TBD
77 ,,“saturation”,RANGE,"Min=0, Max=8192-1",Plane,TBD
/linux/include/linux/
H A Dfile_ref.h20 * <-----------------------saturation zone---------------------->
82 * ordering. The saturation and dead zones provide enough in file_ref_get()
152 * Unconditionally decrease the reference count. The saturation in file_ref_put()
155 * cases inside the saturation and dead zones. in file_ref_put()
/linux/include/media/tpg/
H A Dv4l2-tpg.h157 u8 saturation; member
318 u8 saturation) in tpg_s_saturation() argument
320 if (tpg->saturation == saturation) in tpg_s_saturation()
322 tpg->saturation = saturation; in tpg_s_saturation()
/linux/rust/kernel/sync/
H A Drefcount.rs15 /// This type is conceptually an atomic integer, but provides saturation semantics compared to
17 /// saturation (bad) values. For details about the saturation semantics, please refer to top of
/linux/include/uapi/sound/
H A Demu10k1.h29 #define iMAC0 0x00 /* R = A + (X * Y >> 31) ; saturation */
30 #define iMAC1 0x01 /* R = A + (-X * Y >> 31) ; saturation */
33 #define iMACINT0 0x04 /* R = A + X * Y ; saturation */
35 #define iACC3 0x06 /* R = A + X + Y ; saturation */
43 #define iINTERP 0x0e /* R = A + (X * (Y - A) >> 31) ; saturation */
281 #define EMU10K1_DBG_SATURATION_OCCURED 0x02000000 /* saturation control */
282 #define EMU10K1_DBG_SATURATION_ADDR 0x01ff0000 /* saturation address */
/linux/drivers/media/usb/gspca/
H A Dmars.c27 struct v4l2_ctrl *saturation; member
199 sd->saturation = v4l2_ctrl_new_std(hdl, &mars_ctrl_ops, in sd_init_controls()
295 /* reg 0x5f/0x60 (LE) = saturation */ in sd_start()
298 data[2] = v4l2_ctrl_g_ctrl(sd->saturation) << 3; in sd_start()
299 data[3] = ((v4l2_ctrl_g_ctrl(sd->saturation) >> 2) & 0xf8) | 0x04; in sd_start()
/linux/drivers/net/wireless/intel/iwlegacy/
H A D4965.h282 * In addition, per-band (2.4 and 5 Ghz) saturation txpowers are provided.
316 * 2) Compare target txpower vs. (EEPROM) saturation txpower *reduced by
317 * backoff for this bit rate*. Do not exceed (saturation - backoff[rate]);
329 * Backoff values apply to saturation txpower on a per-transmitter basis;
331 * saturation level provided in EEPROM, and the same backoff values;
334 * Saturation and Backoff values apply equally to 20 Mhz (legacy) channel
467 * NOTE: This compensation is in addition to any saturation backoff that
495 * is within regulatory and saturation limits, driver must additionally
780 * Sanity checks and default values for EEPROM saturation levels.
783 * Saturation is the highest level that the output power amplifier can produce
[all …]
/linux/Documentation/input/
H A Dinteractive.svg19 …nt-size="144px" stroke="#000000" stroke-width=".025in" xml:space="preserve">right saturation</text>
20 …ont-size="144px" stroke="#000000" stroke-width=".025in" xml:space="preserve">left saturation</text>
/linux/drivers/media/usb/gspca/gl860/
H A Dgl860-mi1320.c210 sd->vcur.saturation = 6; in mi1320_init_settings()
222 sd->vmax.saturation = 8; in mi1320_init_settings()
285 sd->vold.saturation = -1; in mi1320_init_pre_alt()
373 s32 sat = sd->vcur.saturation; in mi1320_camera_settings()
443 if (sat != sd->vold.saturation) { in mi1320_camera_settings()
444 sd->vold.saturation = sat; in mi1320_camera_settings()
445 if (sat < 0 || sat > sd->vmax.saturation) in mi1320_camera_settings()
H A Dgl860-ov2640.c181 sd->vcur.saturation = 128; in ov2640_init_settings()
192 sd->vmax.saturation = 255; in ov2640_init_settings()
243 sd->vold.saturation = -1; in ov2640_init_pre_alt()
344 s32 sat = sd->vcur.saturation; in ov2640_camera_settings()
393 if (sat != sd->vold.saturation) { in ov2640_camera_settings()
394 sd->vold.saturation = sat; in ov2640_camera_settings()
395 if (sat < 0 || sat > sd->vmax.saturation) in ov2640_camera_settings()
H A Dgl860.c63 sd->vcur.saturation = ctrl->val; in sd_s_ctrl()
121 if (sd->vmax.saturation) in sd_init_controls()
123 0, sd->vmax.saturation, 1, in sd_init_controls()
124 sd->vcur.saturation); in sd_init_controls()
H A Dgl860.h40 u16 saturation; member
/linux/drivers/media/i2c/
H A Dadv7183_regs.h83 #define ADV7183_SD_SATURATION_CB 0xE3 /* SD saturation Cb */
84 #define ADV7183_SD_SATURATION_CR 0xE4 /* SD saturation Cr */
H A Dsaa711x_regs.h256 "Chrominance saturation control"},
312 "Component saturation control"},
419 "Task A: Chrominance saturation control"},
495 "Task B: Chrominance saturation control"},
/linux/Documentation/input/devices/
H A Diforce-protocol.rst187 08 Positive saturation (Val 0a = 1000 (decimal) Val 64 = 10000 (decimal))
188 09 Negative saturation
321 Idx 05 Set axis saturation threshold (0..2048)
/linux/drivers/media/platform/samsung/exynos4-is/
H A Dfimc-isp.h78 /* Adjust - saturation */
79 struct v4l2_ctrl *saturation; member
/linux/drivers/media/test-drivers/vivid/
H A Dvivid-meta-out.h11 u16 saturation; member
/linux/drivers/media/platform/renesas/vsp1/
H A Dvsp1_hsit.h3 * vsp1_hsit.h -- R-Car VSP1 Hue Saturation value (Inverse) Transform
/linux/drivers/gpu/drm/nouveau/
H A Dnouveau_crtc.h43 int saturation; member

12345