Home
last modified time | relevance | path

Searched refs:min_height (Results 1 – 25 of 129) sorted by relevance

123456

/Linux-v4.19/drivers/hid/
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
262 return sprintf(buf, "%d\n", nd->min_height * in show_min_height()
282 nd->min_height = val * nd->sensor_logical_height / in set_min_height()
288 static DEVICE_ATTR(min_height, S_IWUSR | S_IRUGO, show_min_height,
510 nd->min_height = min_height * in ntrig_input_mapping()
681 nd->h < nd->min_height) in ntrig_event()
915 nd->min_height = 0; in ntrig_probe()
/Linux-v4.19/drivers/media/platform/vsp1/
Dvsp1_entity.c294 unsigned int min_width, unsigned int min_height, in vsp1_subdev_enum_frame_size() argument
318 fse->min_height = min_height; in vsp1_subdev_enum_frame_size()
327 fse->min_height = format->height; in vsp1_subdev_enum_frame_size()
358 unsigned int min_width, unsigned int min_height, in vsp1_subdev_set_pad_format() argument
397 min_height, max_height); in vsp1_subdev_set_pad_format()
Dvsp1_sru.c146 fse->min_height = SRU_MIN_SIZE; in sru_enum_frame_size()
150 fse->min_height = format->height; in sru_enum_frame_size()
Dvsp1_uds.c152 fse->min_height = UDS_MIN_SIZE; in uds_enum_frame_size()
157 uds_output_limits(format->height, &fse->min_height, in uds_enum_frame_size()
Dvsp1_entity.h179 unsigned int min_width, unsigned int min_height,
/Linux-v4.19/drivers/gpu/drm/atmel-hlcdc/
Datmel_hlcdc_dc.c51 .min_height = 0,
144 .min_height = 0,
262 .min_height = 0,
358 .min_height = 0,
590 dev->mode_config.min_height = dc->desc->min_height; in atmel_hlcdc_dc_modeset_init()
/Linux-v4.19/include/media/i2c/
Dov7670.h15 int min_height; /* Filter out smaller sizes */ member
/Linux-v4.19/Documentation/ABI/testing/
Dsysfs-driver-hid-ntrig40 What: /sys/bus/hid/drivers/ntrig/<dev>/min_height
50 min_height: (RW) Minimum touch contact height to decide
/Linux-v4.19/drivers/media/i2c/
Dov7670.c248 int min_height; /* Filter out smaller sizes */ member
972 if (info->min_width || info->min_height) in ov7670_try_fmt_internal()
977 wsize->height < info->min_height) { in ov7670_try_fmt_internal()
1185 if (info->min_height && win->height < info->min_height) in ov7670_enum_frame_interval()
1221 if (info->min_height && win->height < info->min_height) in ov7670_enum_frame_size()
1225 fse->min_height = fse->max_height = win->height; in ov7670_enum_frame_size()
1794 info->min_height = config->min_height; in ov7670_probe()
/Linux-v4.19/drivers/media/platform/xilinx/
Dxilinx-vip.c309 fse->min_height = XVIP_MIN_HEIGHT; in xvip_enum_frame_size()
317 fse->min_height = format->height; in xvip_enum_frame_size()
/Linux-v4.19/drivers/gpu/drm/fsl-dcu/
Dfsl_dcu_drm_kms.c34 fsl_dev->drm->mode_config.min_height = 0; in fsl_dcu_drm_modeset_init()
/Linux-v4.19/drivers/media/platform/omap3isp/
Dispresizer.c791 unsigned int min_height; in resizer_calc_ratios() local
802 min_height = ((input->height - 7) * 256 - 32 - 64 * spv) / 1024 + 1; in resizer_calc_ratios()
803 min_height = max_t(unsigned int, min_height, MIN_OUT_HEIGHT); in resizer_calc_ratios()
806 output->height = clamp(output->height, min_height, max_height); in resizer_calc_ratios()
1196 unsigned int min_height = in resizer_try_crop() local
1204 crop->height = clamp_t(u32, crop->height, min_height, max_height); in resizer_try_crop()
1456 fse->min_height = format.height; in resizer_enum_frame_size()
/Linux-v4.19/include/uapi/linux/
Dv4l2-subdev.h96 __u32 min_height; member
/Linux-v4.19/drivers/gpu/drm/shmobile/
Dshmob_drm_kms.c142 sdev->ddev->mode_config.min_height = 0; in shmob_drm_modeset_init()
/Linux-v4.19/drivers/staging/media/imx/
Dimx-media-capture.c107 fse.min_height == fse.max_height) { in capture_enum_framesizes()
110 fsize->discrete.height = fse.min_height; in capture_enum_framesizes()
115 fsize->stepwise.min_height = fse.min_height; in capture_enum_framesizes()
/Linux-v4.19/drivers/gpu/drm/vkms/
Dvkms_drv.c82 dev->mode_config.min_height = YRES_MIN; in vkms_modeset_init()
/Linux-v4.19/drivers/gpu/drm/exynos/
Dexynos_drm_fb.c169 dev->mode_config.min_height = 0; in exynos_drm_mode_config_init()
/Linux-v4.19/drivers/gpu/drm/stm/
Ddrv.c99 ddev->mode_config.min_height = 0; in drv_load()
/Linux-v4.19/include/drm/
Ddrm_mode_config.h509 int min_width, min_height; member
/Linux-v4.19/drivers/gpu/drm/
Ddrm_mode_config.c118 card_res->min_height = dev->mode_config.min_height; in drm_mode_getresources()
/Linux-v4.19/drivers/gpu/drm/zte/
Dzx_drm_drv.c78 drm->mode_config.min_height = 16; in zx_drm_bind()
/Linux-v4.19/drivers/gpu/drm/tinydrm/core/
Dtinydrm-pipe.c197 drm->mode_config.min_height = mode_copy.vdisplay; in tinydrm_display_pipe_init()
/Linux-v4.19/drivers/gpu/drm/rockchip/
Drockchip_drm_fb.c217 dev->mode_config.min_height = 0; in rockchip_drm_mode_config_init()
/Linux-v4.19/Documentation/input/devices/
Dntrig.rst35 |min_height, |size threshold bellow which fingers are ignored |
108 Contacts continue to be filtered with min_height and min_width even after
/Linux-v4.19/drivers/gpu/drm/tve200/
Dtve200_drv.c78 mode_config->min_height = 240; in tve200_modeset_init()

123456