Searched refs:clamp (Results 1 - 6 of 6) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/macintosh/
H A Dwindfarm_cpufreq_clamp.c76 struct wf_control *clamp; local
84 clamp = kmalloc(sizeof(struct wf_control), GFP_KERNEL);
85 if (clamp == NULL)
88 clamp->ops = &clamp_ops;
89 clamp->name = "cpufreq-clamp";
90 if (wf_register_control(clamp))
92 clamp_control = clamp;
95 kfree(clamp);
110 MODULE_DESCRIPTION("CPU frequency clamp fo
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/bt8xx/
H A Dbttv-vbi.c279 start = clamp(f->start[i], min_start, max_start);
283 f->count[i] = clamp(count, (s64) 1,
H A Dbttvp.h85 #define clamp(x, low, high) min (max (low, x), high) macro
H A Dbttv-driver.c2386 *width = clamp(*width, min_width, max_width);
2387 *height = clamp(*height, min_height, max_height);
3507 c.rect.left = clamp(crop->c.left, b_left, b_right - 48);
3510 c.rect.width = clamp(crop->c.width,
3513 c.rect.top = clamp(crop->c.top, b_top, b_bottom - 32);
3517 c.rect.height = clamp(crop->c.height,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/usbvideo/
H A Dvicam.c74 #define clamp( x, l, h ) max_t( __typeof__( x ), \ macro
911 rgb[0] = clamp( ( ( Y + ( 2017 * Cb ) ) +
913 rgb[1] = clamp( ( ( Y - ( 392 * Cb ) -
916 rgb[2] = clamp( ( ( Y + ( 1594 * Cr ) ) +
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iproute2/doc/
H A Dip-cref.tex1305 --- \threeonly the clamp for congestion window. It is ignored if the \verb|lock|

Completed in 97 milliseconds