Home
last modified time | relevance | path

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

/linux-4.4.14/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-4.4.14/include/media/
Dov7670.h15 int min_height; /* Filter out smaller sizes */ member
/linux-4.4.14/drivers/gpu/drm/atmel-hlcdc/
Datmel_hlcdc_dc.c50 .min_height = 0,
134 .min_height = 0,
237 .min_height = 0,
320 .min_height = 0,
473 dev->mode_config.min_height = dc->desc->min_height; in atmel_hlcdc_dc_modeset_init()
Datmel_hlcdc_dc.h58 int min_height; member
/linux-4.4.14/drivers/media/i2c/
Dov7670.c231 int min_height; /* Filter out smaller sizes */ member
943 if (info->min_width || info->min_height) in ov7670_try_fmt_internal()
948 wsize->height < info->min_height) { in ov7670_try_fmt_internal()
1103 if (info->min_height && win->height < info->min_height) in ov7670_enum_frame_interval()
1139 if (info->min_height && win->height < info->min_height) in ov7670_enum_frame_size()
1143 fse->min_height = fse->max_height = win->height; in ov7670_enum_frame_size()
1575 info->min_height = config->min_height; in ov7670_probe()
Dmt9t001.c349 fse->min_height = (MT9T001_WINDOW_HEIGHT_DEF + 1) / fse->index; in mt9t001_enum_frame_size()
350 fse->max_height = fse->min_height; in mt9t001_enum_frame_size()
Dmt9v032.c473 fse->min_height = MT9V032_WINDOW_HEIGHT_DEF / (1 << fse->index); in mt9v032_enum_frame_size()
474 fse->max_height = fse->min_height; in mt9v032_enum_frame_size()
Dmt9p031.c501 fse->min_height = MT9P031_WINDOW_HEIGHT_DEF / (fse->index + 1); in mt9p031_enum_frame_size()
502 fse->max_height = fse->min_height; in mt9p031_enum_frame_size()
Dmt9m032.c339 fse->min_height = MT9M032_ROW_SIZE_DEF; in mt9m032_enum_frame_size()
Ds5k5baf.c1236 fse->min_height = S5K5BAF_CIS_HEIGHT; in s5k5baf_enum_frame_size()
1249 fse->min_height = S5K5BAF_CIS_HEIGHT; in s5k5baf_enum_frame_size()
Dov2659.c1034 fse->min_height = fse->max_height; in ov2659_enum_frame_sizes()
Dov9650.c1098 fse->min_height = fse->max_height; in ov965x_enum_frame_sizes()
Ds5k6aa.c1053 fse->min_height = S5K6AA_WIN_HEIGHT_MAX; in s5k6aa_enum_frame_size()
/linux-4.4.14/drivers/gpu/drm/fsl-dcu/
Dfsl_dcu_drm_kms.c31 fsl_dev->drm->mode_config.min_height = 0; in fsl_dcu_drm_modeset_init()
/linux-4.4.14/drivers/media/platform/vsp1/
Dvsp1_hsit.c91 fse->min_height = HSIT_MIN_SIZE; in hsit_enum_frame_size()
99 fse->min_height = format->height; in hsit_enum_frame_size()
Dvsp1_lut.c132 fse->min_height = LUT_MIN_SIZE; in lut_enum_frame_size()
140 fse->min_height = format->height; in lut_enum_frame_size()
Dvsp1_lif.c124 fse->min_height = LIF_MIN_SIZE; in lif_enum_frame_size()
129 fse->min_height = format->height; in lif_enum_frame_size()
Dvsp1_rwpf.c60 fse->min_height = RWPF_MIN_HEIGHT; in vsp1_rwpf_enum_frame_size()
68 fse->min_height = format->height; in vsp1_rwpf_enum_frame_size()
Dvsp1_uds.c219 fse->min_height = UDS_MIN_SIZE; in uds_enum_frame_size()
224 uds_output_limits(format->height, &fse->min_height, in uds_enum_frame_size()
Dvsp1_sru.c216 fse->min_height = SRU_MIN_SIZE; in sru_enum_frame_size()
220 fse->min_height = format->height; in sru_enum_frame_size()
Dvsp1_bru.c226 fse->min_height = BRU_MIN_SIZE; in bru_enum_frame_size()
/linux-4.4.14/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()
Dxilinx-tpg.c340 fse->min_height = XVIP_MIN_HEIGHT; in xtpg_enum_frame_size()
345 fse->min_height = format->height; in xtpg_enum_frame_size()
/linux-4.4.14/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()
Dispccdc.c141 unsigned int min_width, min_height, min_size; in ccdc_lsc_validate_config() local
175 min_height = ((input_height + lsc_cfg->initial_y + paxel_height - 1) in ccdc_lsc_validate_config()
178 min_size = 4 * min_width * min_height; in ccdc_lsc_validate_config()
187 if ((lsc_cfg->size / lsc_cfg->offset) < min_height) { in ccdc_lsc_validate_config()
2200 fse->min_height = format.height; in ccdc_enum_frame_size()
Dispccp2.c728 fse->min_height = format.height; in ccp2_enum_frame_size()
Dispcsi2.c955 fse->min_height = format.height; in csi2_enum_frame_size()
Disppreview.c1906 fse->min_height = format.height; in preview_enum_frame_size()
/linux-4.4.14/include/uapi/linux/
Dv4l2-subdev.h95 __u32 min_height; member
Dvideodev2.h673 __u32 min_height; /* Minimum frame height [pixel] */ member
1347 __u32 min_height; member
/linux-4.4.14/drivers/gpu/drm/shmobile/
Dshmob_drm_kms.c152 sdev->ddev->mode_config.min_height = 0; in shmob_drm_modeset_init()
/linux-4.4.14/drivers/gpu/drm/rockchip/
Drockchip_drm_fb.c191 dev->mode_config.min_height = 0; in rockchip_drm_mode_config_init()
/linux-4.4.14/drivers/gpu/drm/exynos/
Dexynos_drm_fb.c230 dev->mode_config.min_height = 0; in exynos_drm_mode_config_init()
/linux-4.4.14/Documentation/input/
Dntrig.txt30 min_height size threshold bellow which fingers are ignored
97 Contacts continue to be filtered with min_height and min_width even after
/linux-4.4.14/drivers/media/platform/marvell-ccic/
Dmcam-core.c1514 fse.min_height == fse.max_height) { in mcam_vidioc_enum_framesizes()
1517 sizes->discrete.height = fse.min_height; in mcam_vidioc_enum_framesizes()
1523 sizes->stepwise.min_height = fse.min_height; in mcam_vidioc_enum_framesizes()
1762 .min_height = 240,
/linux-4.4.14/drivers/gpu/drm/sti/
Dsti_drv.c119 dev->mode_config.min_height = 0; in sti_mode_config_init()
/linux-4.4.14/include/uapi/drm/
Ddrm_mode.h137 __u32 min_height; member
/linux-4.4.14/drivers/gpu/drm/armada/
Darmada_drv.c93 dev->mode_config.min_height = 200; in armada_drm_load()
/linux-4.4.14/drivers/gpu/drm/udl/
Dudl_modeset.c443 dev->mode_config.min_height = 480; in udl_modeset_init()
/linux-4.4.14/drivers/media/platform/davinci/
Dvpbe_display.c579 int min_height = 1; in vpbe_try_format() local
600 min_height = 2; in vpbe_try_format()
617 if (!pixfmt->height || (pixfmt->height < min_height) || in vpbe_try_format()
Dvpfe_capture.c821 u32 min_height = 1, min_width = 32, max_width, max_height; in vpfe_check_format() local
894 min_height = 2; in vpfe_check_format()
904 pixfmt->height = clamp((pixfmt->height), min_height, max_height); in vpfe_check_format()
/linux-4.4.14/drivers/media/pci/bt8xx/
Dbttv-driver.c2002 __s32 min_height; in limit_scaled_size_lock() local
2023 min_height = 32; in limit_scaled_size_lock()
2037 if (min_height > max_height) in limit_scaled_size_lock()
2046 min_height = c->min_scaled_height; in limit_scaled_size_lock()
2057 min_height = min_height; in limit_scaled_size_lock()
2063 *height = clamp(*height, min_height, max_height); in limit_scaled_size_lock()
2079 *height < min_height || in limit_scaled_size_lock()
/linux-4.4.14/drivers/gpu/drm/ast/
Dast_main.c448 dev->mode_config.min_height = 0; in ast_driver_load()
/linux-4.4.14/drivers/gpu/drm/imx/
Dimx-drm-core.c265 drm->mode_config.min_height = 64; in imx_drm_driver_load()
/linux-4.4.14/drivers/staging/media/omap4iss/
Diss_ipipe.c291 fse->min_height = format.height; in ipipe_enum_frame_size()
Diss_ipipeif.c497 fse->min_height = format.height; in ipipeif_enum_frame_size()
Diss_resizer.c558 fse->min_height = format.height; in resizer_enum_frame_size()
Diss_csi2.c952 fse->min_height = format.height; in csi2_enum_frame_size()
/linux-4.4.14/drivers/media/i2c/s5c73m3/
Ds5c73m3-core.c1245 fse->min_height = fse->max_height; in s5c73m3_enum_frame_size()
1282 fse->max_height = fse->min_height = h; in s5c73m3_oif_enum_frame_size()
1304 fse->min_height = fse->max_height; in s5c73m3_oif_enum_frame_size()
/linux-4.4.14/drivers/media/platform/soc_camera/
Dsoc_camera.c1935 fse.min_height == fse.max_height) { in default_enum_framesizes()
1938 fsize->discrete.height = fse.min_height; in default_enum_framesizes()
1944 fsize->stepwise.min_height = fse.min_height; in default_enum_framesizes()
/linux-4.4.14/drivers/gpu/drm/virtio/
Dvirtgpu_display.c509 vgdev->ddev->mode_config.min_height = YRES_MIN; in virtio_gpu_modeset_init()
/linux-4.4.14/drivers/media/usb/gspca/
Dstk1135.c638 fsize->stepwise.min_height = 32; in stk1135_enum_framesizes()
/linux-4.4.14/drivers/gpu/drm/msm/mdp/mdp4/
Dmdp4_kms.c546 dev->mode_config.min_height = 0; in mdp4_kms_init()
/linux-4.4.14/drivers/gpu/drm/msm/mdp/mdp5/
Dmdp5_kms.c634 dev->mode_config.min_height = 0; in mdp5_kms_init()
/linux-4.4.14/drivers/gpu/drm/rcar-du/
Drcar_du_kms.c753 dev->mode_config.min_height = 0; in rcar_du_modeset_init()
/linux-4.4.14/drivers/gpu/drm/tilcdc/
Dtilcdc_drv.c80 dev->mode_config.min_height = 0; in modeset_init()
/linux-4.4.14/drivers/media/v4l2-core/
Dv4l2-dv-timings.c162 bt->height < cap->min_height || in v4l2_valid_dv_timings()
Dv4l2-ioctl.c728 p->bt.min_height, p->bt.max_height, in v4l_print_dv_timings_cap()
756 p->stepwise.min_width, p->stepwise.min_height, in v4l_print_frmsizeenum()
/linux-4.4.14/drivers/gpu/drm/gma500/
Dframebuffer.c759 dev->mode_config.min_height = 0; in psb_modeset_init()
/linux-4.4.14/drivers/media/usb/em28xx/
Dem28xx-video.c1788 &fsize->stepwise.min_width, &fsize->stepwise.min_height); in vidioc_enum_framesizes()
1791 if (fsize->stepwise.min_height < 38) in vidioc_enum_framesizes()
1792 fsize->stepwise.min_height = 38; in vidioc_enum_framesizes()
/linux-4.4.14/drivers/gpu/drm/omapdrm/
Domap_drv.c491 dev->mode_config.min_height = 32; in omap_modeset_init()
/linux-4.4.14/drivers/gpu/drm/nouveau/
Dnouveau_display.c467 dev->mode_config.min_height = 0; in nouveau_display_create()
/linux-4.4.14/drivers/staging/media/davinci_vpfe/
Ddm365_ipipeif.c658 fse->min_height = format.height; in ipipeif_enum_frame_size()
Ddm365_ipipe.c1553 fse->min_height = format.height; in ipipe_enum_frame_size()
Ddm365_isif.c1495 fse->min_height = format.format.height; in isif_enum_frame_size()
Ddm365_resizer.c1489 fse->min_height = format.height; in resizer_enum_frame_size()
/linux-4.4.14/drivers/gpu/drm/
Ddrm_crtc.c1795 card_res->min_height = dev->mode_config.min_height; in drm_mode_getresources()
3255 if ((config->min_height > r->height) || (r->height > config->max_height)) { in internal_framebuffer_create()
3257 r->height, config->min_height, config->max_height); in internal_framebuffer_create()
/linux-4.4.14/drivers/gpu/drm/tegra/
Ddrm.c157 drm->mode_config.min_height = 0; in tegra_drm_load()
/linux-4.4.14/drivers/media/platform/s5p-tv/
Dhdmi_drv.c705 cap->bt.min_height = 480; in hdmi_dv_timings_cap()
/linux-4.4.14/include/drm/
Ddrm_crtc.h1084 int min_width, min_height; member
/linux-4.4.14/drivers/media/platform/
Dvia-camera.c1144 sizes->stepwise.min_height = QCIF_HEIGHT; in viacam_enum_framesizes()
/linux-4.4.14/drivers/gpu/drm/qxl/
Dqxl_display.c1111 qdev->ddev->mode_config.min_height = 200; in qxl_modeset_init()
/linux-4.4.14/drivers/media/usb/hdpvr/
Dhdpvr-video.c738 cap->bt.min_height = 480; in vidioc_dv_timings_cap()
/linux-4.4.14/drivers/gpu/drm/vmwgfx/
Dvmwgfx_kms.c1120 dev->mode_config.min_height = 1; in vmw_kms_init()
/linux-4.4.14/drivers/media/platform/vivid/
Dvivid-vid-cap.c1748 fsize->stepwise.min_height = MIN_HEIGHT; in vidioc_enum_framesizes()
/linux-4.4.14/drivers/media/platform/am437x/
Dam437x-vpfe.c1654 fse.min_height, fse.max_height); in vpfe_enum_size()
/linux-4.4.14/drivers/gpu/drm/i915/
Dintel_display.c14884 dev->mode_config.min_height = 0; in intel_modeset_init()