Home
last modified time | relevance | path

Searched refs:clamp (Results 1 – 25 of 227) sorted by relevance

12345678910

/kernel/linux/linux-5.10/drivers/macintosh/
Dwindfarm_cpufreq_clamp.c68 struct wf_control *clamp; in wf_cpufreq_clamp_init() local
99 clamp = kmalloc(sizeof(struct wf_control), GFP_KERNEL); in wf_cpufreq_clamp_init()
100 if (clamp == NULL) { in wf_cpufreq_clamp_init()
105 clamp->ops = &clamp_ops; in wf_cpufreq_clamp_init()
106 clamp->name = "cpufreq-clamp"; in wf_cpufreq_clamp_init()
107 ret = wf_register_control(clamp); in wf_cpufreq_clamp_init()
111 clamp_control = clamp; in wf_cpufreq_clamp_init()
115 kfree(clamp); in wf_cpufreq_clamp_init()
/kernel/linux/linux-5.10/samples/bpf/
Dtcp_clamp_kern.c30 int clamp = 100; in bpf_clamp() local
71 &clamp, sizeof(clamp)); in bpf_clamp()
77 &clamp, sizeof(clamp)); in bpf_clamp()
/kernel/linux/linux-5.10/drivers/staging/media/atomisp/pci/
Dsh_css_param_shading.c132 src_y0 = clamp(src_y0, 0, (int)table_height - 1); in crop_and_interpolate()
133 src_y1 = clamp(src_y1, 0, (int)table_height - 1); in crop_and_interpolate()
134 ty = min(clamp(ty, 0, (int)sensor_height - 1), in crop_and_interpolate()
165 src_x0 = clamp(src_x0, 0, (int)table_width - 1); in crop_and_interpolate()
166 src_x1 = clamp(src_x1, 0, (int)table_width - 1); in crop_and_interpolate()
167 tx = min(clamp(tx, 0, (int)sensor_width - 1), in crop_and_interpolate()
/kernel/linux/linux-5.10/mm/
Dmemtest.c73 this_start = clamp(this_start, start, end); in do_one_pass()
74 this_end = clamp(this_end, start, end); in do_one_pass()
/kernel/linux/linux-5.10/drivers/clk/
Dclk-plldig.c134 div = clamp(div, 1UL, MAX_RFDPHI1); in plldig_calc_target_div()
145 req->rate = clamp(req->rate, PHI1_MIN_FREQ, PHI1_MAX_FREQ); in plldig_determine_rate()
159 rate = clamp(rate, PHI1_MIN_FREQ, PHI1_MAX_FREQ); in plldig_set_rate()
/kernel/linux/linux-5.10/drivers/media/platform/vsp1/
Dvsp1_uds.c181 fmt->width = clamp(fmt->width, UDS_MIN_SIZE, UDS_MAX_SIZE); in uds_try_format()
182 fmt->height = clamp(fmt->height, UDS_MIN_SIZE, UDS_MAX_SIZE); in uds_try_format()
192 fmt->width = clamp(fmt->width, minimum, maximum); in uds_try_format()
194 fmt->height = clamp(fmt->height, minimum, maximum); in uds_try_format()
Dvsp1_sru.c181 fmt->width = clamp(fmt->width, SRU_MIN_SIZE, SRU_MAX_SIZE); in sru_try_format()
182 fmt->height = clamp(fmt->height, SRU_MIN_SIZE, SRU_MAX_SIZE); in sru_try_format()
/kernel/linux/linux-5.10/kernel/
Dprofile.c71 prof_shift = clamp(par, 0, BITS_PER_LONG - 1); in profile_setup()
82 prof_shift = clamp(par, 0, BITS_PER_LONG - 1); in profile_setup()
90 prof_shift = clamp(par, 0, BITS_PER_LONG - 1); in profile_setup()
94 prof_shift = clamp(par, 0, BITS_PER_LONG - 1); in profile_setup()
/kernel/linux/linux-5.10/drivers/thermal/intel/
Dintel_powerclamp.c110 duration = clamp(new_duration, 6ul, 25ul); in duration_set()
158 window_size = clamp(new_window_size, 2ul, 10ul); in window_size_set()
529 set_target_ratio = clamp(set_target_ratio, 0U, MAX_TARGET_RATIO - 1); in start_power_clamp()
620 new_target_ratio = clamp(new_target_ratio, 0UL, in powerclamp_set_cur_state()
/kernel/linux/linux-5.10/drivers/media/platform/omap3isp/
Dispccdc.c536 u32 clamp; in ccdc_configure_clamp() local
539 clamp = ccdc->clamp.obgain << ISPCCDC_CLAMP_OBGAIN_SHIFT; in ccdc_configure_clamp()
540 clamp |= ccdc->clamp.oblen << ISPCCDC_CLAMP_OBSLEN_SHIFT; in ccdc_configure_clamp()
541 clamp |= ccdc->clamp.oblines << ISPCCDC_CLAMP_OBSLN_SHIFT; in ccdc_configure_clamp()
542 clamp |= ccdc->clamp.obstpixel << ISPCCDC_CLAMP_OBST_SHIFT; in ccdc_configure_clamp()
543 isp_reg_writel(isp, clamp, OMAP3_ISP_IOMEM_CCDC, ISPCCDC_CLAMP); in ccdc_configure_clamp()
545 isp_reg_writel(isp, ccdc->clamp.dcsubval, in ccdc_configure_clamp()
684 if (copy_from_user(&ccdc->clamp, ccdc_struct->bclamp, in ccdc_config()
685 sizeof(ccdc->clamp))) { in ccdc_config()
858 div = clamp(div, 2U, max_div); in ccdc_config_vp()
[all …]
Dispccdc.h142 struct omap3isp_ccdc_bclamp clamp; member
/kernel/linux/linux-5.10/drivers/hid/
Dhid-elecom.c47 nbuttons = clamp(nbuttons, 0, MOUSE_BUTTONS_MAX); in mouse_button_fixup()
/kernel/linux/linux-5.10/sound/usb/line6/
Dplayback.c38 pv = clamp(val, -0x8000, 0x7fff); in change_volume()
53 val = clamp(val, -0x800000, 0x7fffff); in change_volume()
125 pov = clamp(val, -0x8000, 0x7fff); in add_monitor_signal()
/kernel/linux/linux-5.10/drivers/thermal/
Dsprd_thermal.c181 clamp(rawdata, (u32)SPRD_THM_RAW_DATA_LOW, (u32)SPRD_THM_RAW_DATA_HIGH); in sprd_thm_rawdata_to_temp()
195 clamp(temp, (int)SPRD_THM_TEMP_LOW, (int)SPRD_THM_TEMP_HIGH); in sprd_thm_temp_to_rawdata()
204 return clamp(val, val, (u32)(SPRD_THM_RAW_DATA_HIGH - 1)); in sprd_thm_temp_to_rawdata()
/kernel/linux/linux-5.10/drivers/media/common/v4l2-tpg/
Dv4l2-tpg-core.c539 v = clamp(v, 0, 0xff0); in rec709_to_linear()
545 v = clamp(v, 0, 0xff0); in linear_to_rec709()
731 *r = clamp(*r >> 12, 0, 0xff0); in ycbcr2rgb()
732 *g = clamp(*g >> 12, 0, 0xff0); in ycbcr2rgb()
733 *b = clamp(*b >> 12, 0, 0xff0); in ycbcr2rgb()
919 r = clamp(r, 16 << 4, 235 << 4); in precalculate_color()
920 g = clamp(g, 16 << 4, 235 << 4); in precalculate_color()
921 b = clamp(b, 16 << 4, 235 << 4); in precalculate_color()
985 y = clamp(y, 16, 235); in precalculate_color()
986 cb = clamp(cb, 16, 240); in precalculate_color()
[all …]
/kernel/linux/linux-5.10/sound/soc/codecs/
Dcs4234.c451 .min = mclk / clamp(mclk / 30000, 256, 512), in cs4234_dai_rule_rate()
452 .max = mclk / clamp(mclk / 50000, 256, 512), in cs4234_dai_rule_rate()
455 .min = mclk / clamp(mclk / 60000, 128, 256), in cs4234_dai_rule_rate()
456 .max = mclk / clamp(mclk / 100000, 128, 256), in cs4234_dai_rule_rate()
/kernel/linux/linux-5.10/drivers/staging/media/atomisp/include/media/
Dlm3554.h94 clamp(val, LM3554_MIN_PERCENT, LM3554_MAX_PERCENT)
/kernel/linux/linux-5.10/drivers/input/mouse/
Dfocaltech.c135 clamped_x = clamp(finger->x, 0U, priv->x_max); in focaltech_report_state()
136 clamped_y = clamp(finger->y, 0U, priv->y_max); in focaltech_report_state()
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/display/
Dintel_dp_aux_backlight.c155 f = clamp(DIV_ROUND_CLOSEST(fxp, 1 << pn), 1, 255); in intel_dp_aux_set_pwm_freq()
299 f = clamp(DIV_ROUND_CLOSEST(fxp, 1 << pn), 1, 255); in intel_dp_aux_calc_max_backlight()
/kernel/linux/linux-5.10/drivers/clk/renesas/
Drcar-gen2-cpg.c78 mult = clamp(mult, min_mult, max_mult); in cpg_z_clk_determine_rate()
93 mult = clamp(mult, 1U, 32U); in cpg_z_clk_set_rate()
/kernel/linux/linux-5.10/drivers/rtc/
Drtc-pcf8523.c322 reg_m0 = clamp(DIV_ROUND_CLOSEST(offset, 4340), -64L, 63L); in pcf8523_rtc_set_offset()
323 reg_m1 = clamp(DIV_ROUND_CLOSEST(offset, 4069), -64L, 63L); in pcf8523_rtc_set_offset()
/kernel/linux/linux-5.10/drivers/staging/media/zoran/
Dzoran_card.c719 settings->hor_dcm = clamp(settings->hor_dcm, 1, 2); in zoran_check_jpg_settings()
723 settings->ver_dcm = clamp(settings->ver_dcm, 1, 2); in zoran_check_jpg_settings()
727 settings->tmp_dcm = clamp(settings->tmp_dcm, 1, 2); in zoran_check_jpg_settings()
732 settings->field_per_buff = clamp(settings->field_per_buff, 1, 2); in zoran_check_jpg_settings()
744 settings->img_width = clamp(settings->img_width, 0, (int)BUZ_MAX_WIDTH); in zoran_check_jpg_settings()
748 settings->img_height = clamp(settings->img_height, 0, BUZ_MAX_HEIGHT / 2); in zoran_check_jpg_settings()
/kernel/linux/linux-5.10/include/linux/
Dminmax.h89 #define clamp(val, lo, hi) min((typeof(val))max(val, lo), hi) macro
/kernel/linux/linux-5.10/lib/
Ddynamic_queue_limits.c101 limit = clamp(limit, dql->min_limit, dql->max_limit); in dql_completed()
/kernel/linux/linux-5.10/drivers/media/platform/sunxi/sun4i-csi/
Dsun4i_v4l2.c123 pix->width = clamp(width, _fmt->hsub, CSI_MAX_WIDTH); in _sun4i_csi_try_fmt()
124 pix->height = clamp(height, _fmt->vsub, CSI_MAX_HEIGHT); in _sun4i_csi_try_fmt()

12345678910