/Linux-v4.19/drivers/hid/ |
D | hid-ntrig.c | 31 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/ |
D | vsp1_entity.c | 294 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()
|
D | vsp1_sru.c | 146 fse->min_height = SRU_MIN_SIZE; in sru_enum_frame_size() 150 fse->min_height = format->height; in sru_enum_frame_size()
|
D | vsp1_uds.c | 152 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()
|
D | vsp1_entity.h | 179 unsigned int min_width, unsigned int min_height,
|
/Linux-v4.19/drivers/gpu/drm/atmel-hlcdc/ |
D | atmel_hlcdc_dc.c | 51 .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/ |
D | ov7670.h | 15 int min_height; /* Filter out smaller sizes */ member
|
/Linux-v4.19/Documentation/ABI/testing/ |
D | sysfs-driver-hid-ntrig | 40 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/ |
D | ov7670.c | 248 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/ |
D | xilinx-vip.c | 309 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/ |
D | fsl_dcu_drm_kms.c | 34 fsl_dev->drm->mode_config.min_height = 0; in fsl_dcu_drm_modeset_init()
|
/Linux-v4.19/drivers/media/platform/omap3isp/ |
D | ispresizer.c | 791 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/ |
D | v4l2-subdev.h | 96 __u32 min_height; member
|
/Linux-v4.19/drivers/gpu/drm/shmobile/ |
D | shmob_drm_kms.c | 142 sdev->ddev->mode_config.min_height = 0; in shmob_drm_modeset_init()
|
/Linux-v4.19/drivers/staging/media/imx/ |
D | imx-media-capture.c | 107 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/ |
D | vkms_drv.c | 82 dev->mode_config.min_height = YRES_MIN; in vkms_modeset_init()
|
/Linux-v4.19/drivers/gpu/drm/exynos/ |
D | exynos_drm_fb.c | 169 dev->mode_config.min_height = 0; in exynos_drm_mode_config_init()
|
/Linux-v4.19/drivers/gpu/drm/stm/ |
D | drv.c | 99 ddev->mode_config.min_height = 0; in drv_load()
|
/Linux-v4.19/include/drm/ |
D | drm_mode_config.h | 509 int min_width, min_height; member
|
/Linux-v4.19/drivers/gpu/drm/ |
D | drm_mode_config.c | 118 card_res->min_height = dev->mode_config.min_height; in drm_mode_getresources()
|
/Linux-v4.19/drivers/gpu/drm/zte/ |
D | zx_drm_drv.c | 78 drm->mode_config.min_height = 16; in zx_drm_bind()
|
/Linux-v4.19/drivers/gpu/drm/tinydrm/core/ |
D | tinydrm-pipe.c | 197 drm->mode_config.min_height = mode_copy.vdisplay; in tinydrm_display_pipe_init()
|
/Linux-v4.19/drivers/gpu/drm/rockchip/ |
D | rockchip_drm_fb.c | 217 dev->mode_config.min_height = 0; in rockchip_drm_mode_config_init()
|
/Linux-v4.19/Documentation/input/devices/ |
D | ntrig.rst | 35 |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/ |
D | tve200_drv.c | 78 mode_config->min_height = 240; in tve200_modeset_init()
|