Searched defs:min_height (Results 1 - 7 of 7) sorted by relevance

/drivers/hid/
H A Dhid-ntrig.c31 static unsigned int min_height; variable
32 module_param(min_height, uint, 0644);
33 MODULE_PARM_DESC(min_height, "Minimum touch contact height to accept.");
80 __u16 min_height; member in struct:ntrig_data
261 return sprintf(buf, "%d\n", nd->min_height *
281 nd->min_height = val * nd->sensor_logical_height /
287 static DEVICE_ATTR(min_height, S_IWUSR | S_IRUGO, show_min_height,
509 nd->min_height = min_height *
680 nd->h < nd->min_height)
[all...]
/drivers/media/video/davinci/
H A Dvpbe_display.c535 int min_height = 1; local
556 min_height = 2;
573 if (!pixfmt->height || (pixfmt->height < min_height) ||
H A Dvpfe_capture.c820 u32 min_height = 1, min_width = 32, max_width, max_height; local
893 min_height = 2;
903 pixfmt->height = clamp((pixfmt->height), min_height, max_height);
/drivers/media/video/omap3isp/
H A Dispccdc.c146 unsigned int min_width, min_height, min_size; local
180 min_height = ((input_height + lsc_cfg->initial_y + paxel_height - 1)
183 min_size = 4 * min_width * min_height;
192 if ((lsc_cfg->size / lsc_cfg->offset) < min_height) {
1924 fse->min_height = format.height;
H A Dispresizer.c805 unsigned int min_height; local
816 min_height = ((input->height - 7) * 256 - 32 - 64 * spv) / 1024 + 1;
817 min_height = max_t(unsigned int, min_height, MIN_OUT_HEIGHT);
820 output->height = clamp(output->height, min_height, max_height);
1231 unsigned int min_height = local
1239 crop->height = clamp_t(u32, crop->height, min_height, max_height);
1411 fse->min_height = format.height;
/drivers/media/video/bt8xx/
H A Dbttv-driver.c2147 __s32 min_height; local
2168 min_height = 32;
2182 if (min_height > max_height)
2191 min_height = c->min_scaled_height;
2202 min_height = min_height;
2208 *height = clamp(*height, min_height, max_height);
2224 *height < min_height ||
/drivers/media/video/
H A Dov7670.c197 int min_height; /* Filter out smaller sizes */ member in struct:ov7670_info
943 if (info->min_height && win->height < info->min_height)
1535 info->min_height = config->min_height;

Completed in 485 milliseconds