Home
last modified time | relevance | path

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

12345678

/linux-6.14.4/tools/testing/selftests/lkdtm/
Dtests.txt60 REFCOUNT_INC_SATURATED Saturation detected: still saturated
61 REFCOUNT_DEC_SATURATED Saturation detected: still saturated
62 REFCOUNT_ADD_SATURATED Saturation detected: still saturated
65 REFCOUNT_DEC_AND_TEST_SATURATED Saturation detected: still saturated
66 REFCOUNT_SUB_AND_TEST_SATURATED Saturation detected: still saturated
/linux-6.14.4/drivers/gpu/drm/nouveau/dispnv04/
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-6.14.4/lib/
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-6.14.4/Documentation/userspace-api/media/v4l/
Dmetafmt-vivid.rst17 It sets Brightness, Saturation, Contrast and Hue, each of which maps to
33 * - u16 saturation;
34 - Image color saturation, the value is in the range 0 to 255, with the default value as 128.
Dmetafmt-vsp1-hgt.rst23 The histogram is a matrix of 6 Hue and 32 Saturation buckets, 192 in
28 The Saturation position **n** (0 - 31) of the bucket in the matrix is
Dhsv-formats.rst12 and the distance to the center is the SATURATION. This is a very
/linux-6.14.4/include/linux/
Drcuref.h64 * Unconditionally increase the reference count. The saturation and in rcuref_get()
70 /* Handle the cases inside the saturation and dead zones */ in rcuref_get()
86 * Unconditionally decrease the reference count. The saturation and in __rcuref_put()
94 * Handle the last reference drop and cases inside the saturation in __rcuref_put()
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-6.14.4/drivers/media/test-drivers/vivid/
Dvivid-meta-out.c164 v4l2_ctrl_s_ctrl(dev->saturation, meta->saturation); in vivid_meta_out_process()
167 dprintk(dev, 2, " %s brightness %u contrast %u saturation %u hue %d\n", in vivid_meta_out_process()
169 meta->saturation, meta->hue); in vivid_meta_out_process()
Dvivid-meta-out.h11 u16 saturation; member
/linux-6.14.4/Documentation/gpu/
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-6.14.4/include/media/tpg/
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-6.14.4/include/uapi/sound/
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-6.14.4/drivers/media/usb/gspca/
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-6.14.4/drivers/staging/media/atomisp/pci/isp/kernels/eed1_8/
Dia_css_eed1_8_types.h41 s32 fc_sat_coef; /** How much color saturation to maintain in high color saturation region. */
/linux-6.14.4/drivers/gpu/drm/armada/
Darmada_overlay.c39 u16 saturation; member
53 return drm_to_overlay_state(state)->saturation << 16; in armada_spu_saturation()
322 state->saturation = DEFAULT_SATURATION; in armada_overlay_reset()
405 drm_to_overlay_state(state)->saturation = val; in armada_overlay_set_property()
457 *val = drm_to_overlay_state(state)->saturation; in armada_overlay_get_property()
533 "saturation", 0, 0x7fff); in armada_overlay_create_properties()
/linux-6.14.4/drivers/media/i2c/adv748x/
Dadv748x.h325 /* Saturation */
346 /* Saturation Control - Unsigned */
348 #define ADV748X_CP_SAT_MIN 0 /* Minimum saturation */
350 #define ADV748X_CP_SAT_MAX 255 /* Maximum saturation */
/linux-6.14.4/Documentation/input/
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-6.14.4/drivers/net/wireless/intel/iwlegacy/
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-6.14.4/drivers/media/usb/gspca/gl860/
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()
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()
/linux-6.14.4/drivers/media/i2c/
Dadv7183_regs.h83 #define ADV7183_SD_SATURATION_CB 0xE3 /* SD saturation Cb */
84 #define ADV7183_SD_SATURATION_CR 0xE4 /* SD saturation Cr */
/linux-6.14.4/drivers/media/platform/samsung/exynos4-is/
Dfimc-isp.h78 /* Adjust - saturation */
79 struct v4l2_ctrl *saturation; member
/linux-6.14.4/Documentation/input/devices/
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-6.14.4/drivers/video/fbdev/matrox/
Dmatroxfb_maven.c80 "saturation",
83 }, offsetof(struct matrox_fb_info, altout.tvo_params.saturation) },
512 /* Set saturation */ in maven_init_TVdata()
515 data->regs[0x22] = minfo->altout.tvo_params.saturation; in maven_init_TVdata()
572 LR(0x20); /* saturation #1 */ in maven_init_TV()
573 LR(0x22); /* saturation #2 */ in maven_init_TV()
650 LR(0x20); /* saturation #1 */ in maven_init_TV()
651 LR(0x22); /* saturation #2 */ in maven_init_TV()
653 LR(0x20); /* oh, saturation #1 again */ in maven_init_TV()
654 LR(0x22); /* oh, saturation #2 again */ in maven_init_TV()

12345678