/linux-4.4.14/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-4.4.14/include/media/ |
D | ov7670.h | 15 int min_height; /* Filter out smaller sizes */ member
|
/linux-4.4.14/drivers/gpu/drm/atmel-hlcdc/ |
D | atmel_hlcdc_dc.c | 50 .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()
|
D | atmel_hlcdc_dc.h | 58 int min_height; member
|
/linux-4.4.14/drivers/media/i2c/ |
D | ov7670.c | 231 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()
|
D | mt9t001.c | 349 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()
|
D | mt9v032.c | 473 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()
|
D | mt9p031.c | 501 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()
|
D | mt9m032.c | 339 fse->min_height = MT9M032_ROW_SIZE_DEF; in mt9m032_enum_frame_size()
|
D | s5k5baf.c | 1236 fse->min_height = S5K5BAF_CIS_HEIGHT; in s5k5baf_enum_frame_size() 1249 fse->min_height = S5K5BAF_CIS_HEIGHT; in s5k5baf_enum_frame_size()
|
D | ov2659.c | 1034 fse->min_height = fse->max_height; in ov2659_enum_frame_sizes()
|
D | ov9650.c | 1098 fse->min_height = fse->max_height; in ov965x_enum_frame_sizes()
|
D | s5k6aa.c | 1053 fse->min_height = S5K6AA_WIN_HEIGHT_MAX; in s5k6aa_enum_frame_size()
|
/linux-4.4.14/drivers/gpu/drm/fsl-dcu/ |
D | fsl_dcu_drm_kms.c | 31 fsl_dev->drm->mode_config.min_height = 0; in fsl_dcu_drm_modeset_init()
|
/linux-4.4.14/drivers/media/platform/vsp1/ |
D | vsp1_hsit.c | 91 fse->min_height = HSIT_MIN_SIZE; in hsit_enum_frame_size() 99 fse->min_height = format->height; in hsit_enum_frame_size()
|
D | vsp1_lut.c | 132 fse->min_height = LUT_MIN_SIZE; in lut_enum_frame_size() 140 fse->min_height = format->height; in lut_enum_frame_size()
|
D | vsp1_lif.c | 124 fse->min_height = LIF_MIN_SIZE; in lif_enum_frame_size() 129 fse->min_height = format->height; in lif_enum_frame_size()
|
D | vsp1_rwpf.c | 60 fse->min_height = RWPF_MIN_HEIGHT; in vsp1_rwpf_enum_frame_size() 68 fse->min_height = format->height; in vsp1_rwpf_enum_frame_size()
|
D | vsp1_uds.c | 219 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()
|
D | vsp1_sru.c | 216 fse->min_height = SRU_MIN_SIZE; in sru_enum_frame_size() 220 fse->min_height = format->height; in sru_enum_frame_size()
|
D | vsp1_bru.c | 226 fse->min_height = BRU_MIN_SIZE; in bru_enum_frame_size()
|
/linux-4.4.14/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()
|
D | xilinx-tpg.c | 340 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/ |
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()
|
D | ispccdc.c | 141 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()
|
D | ispccp2.c | 728 fse->min_height = format.height; in ccp2_enum_frame_size()
|
D | ispcsi2.c | 955 fse->min_height = format.height; in csi2_enum_frame_size()
|
D | isppreview.c | 1906 fse->min_height = format.height; in preview_enum_frame_size()
|
/linux-4.4.14/include/uapi/linux/ |
D | v4l2-subdev.h | 95 __u32 min_height; member
|
D | videodev2.h | 673 __u32 min_height; /* Minimum frame height [pixel] */ member 1347 __u32 min_height; member
|
/linux-4.4.14/drivers/gpu/drm/shmobile/ |
D | shmob_drm_kms.c | 152 sdev->ddev->mode_config.min_height = 0; in shmob_drm_modeset_init()
|
/linux-4.4.14/drivers/gpu/drm/rockchip/ |
D | rockchip_drm_fb.c | 191 dev->mode_config.min_height = 0; in rockchip_drm_mode_config_init()
|
/linux-4.4.14/drivers/gpu/drm/exynos/ |
D | exynos_drm_fb.c | 230 dev->mode_config.min_height = 0; in exynos_drm_mode_config_init()
|
/linux-4.4.14/Documentation/input/ |
D | ntrig.txt | 30 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/ |
D | mcam-core.c | 1514 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/ |
D | sti_drv.c | 119 dev->mode_config.min_height = 0; in sti_mode_config_init()
|
/linux-4.4.14/include/uapi/drm/ |
D | drm_mode.h | 137 __u32 min_height; member
|
/linux-4.4.14/drivers/gpu/drm/armada/ |
D | armada_drv.c | 93 dev->mode_config.min_height = 200; in armada_drm_load()
|
/linux-4.4.14/drivers/gpu/drm/udl/ |
D | udl_modeset.c | 443 dev->mode_config.min_height = 480; in udl_modeset_init()
|
/linux-4.4.14/drivers/media/platform/davinci/ |
D | vpbe_display.c | 579 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()
|
D | vpfe_capture.c | 821 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/ |
D | bttv-driver.c | 2002 __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/ |
D | ast_main.c | 448 dev->mode_config.min_height = 0; in ast_driver_load()
|
/linux-4.4.14/drivers/gpu/drm/imx/ |
D | imx-drm-core.c | 265 drm->mode_config.min_height = 64; in imx_drm_driver_load()
|
/linux-4.4.14/drivers/staging/media/omap4iss/ |
D | iss_ipipe.c | 291 fse->min_height = format.height; in ipipe_enum_frame_size()
|
D | iss_ipipeif.c | 497 fse->min_height = format.height; in ipipeif_enum_frame_size()
|
D | iss_resizer.c | 558 fse->min_height = format.height; in resizer_enum_frame_size()
|
D | iss_csi2.c | 952 fse->min_height = format.height; in csi2_enum_frame_size()
|
/linux-4.4.14/drivers/media/i2c/s5c73m3/ |
D | s5c73m3-core.c | 1245 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/ |
D | soc_camera.c | 1935 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/ |
D | virtgpu_display.c | 509 vgdev->ddev->mode_config.min_height = YRES_MIN; in virtio_gpu_modeset_init()
|
/linux-4.4.14/drivers/media/usb/gspca/ |
D | stk1135.c | 638 fsize->stepwise.min_height = 32; in stk1135_enum_framesizes()
|
/linux-4.4.14/drivers/gpu/drm/msm/mdp/mdp4/ |
D | mdp4_kms.c | 546 dev->mode_config.min_height = 0; in mdp4_kms_init()
|
/linux-4.4.14/drivers/gpu/drm/msm/mdp/mdp5/ |
D | mdp5_kms.c | 634 dev->mode_config.min_height = 0; in mdp5_kms_init()
|
/linux-4.4.14/drivers/gpu/drm/rcar-du/ |
D | rcar_du_kms.c | 753 dev->mode_config.min_height = 0; in rcar_du_modeset_init()
|
/linux-4.4.14/drivers/gpu/drm/tilcdc/ |
D | tilcdc_drv.c | 80 dev->mode_config.min_height = 0; in modeset_init()
|
/linux-4.4.14/drivers/media/v4l2-core/ |
D | v4l2-dv-timings.c | 162 bt->height < cap->min_height || in v4l2_valid_dv_timings()
|
D | v4l2-ioctl.c | 728 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/ |
D | framebuffer.c | 759 dev->mode_config.min_height = 0; in psb_modeset_init()
|
/linux-4.4.14/drivers/media/usb/em28xx/ |
D | em28xx-video.c | 1788 &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/ |
D | omap_drv.c | 491 dev->mode_config.min_height = 32; in omap_modeset_init()
|
/linux-4.4.14/drivers/gpu/drm/nouveau/ |
D | nouveau_display.c | 467 dev->mode_config.min_height = 0; in nouveau_display_create()
|
/linux-4.4.14/drivers/staging/media/davinci_vpfe/ |
D | dm365_ipipeif.c | 658 fse->min_height = format.height; in ipipeif_enum_frame_size()
|
D | dm365_ipipe.c | 1553 fse->min_height = format.height; in ipipe_enum_frame_size()
|
D | dm365_isif.c | 1495 fse->min_height = format.format.height; in isif_enum_frame_size()
|
D | dm365_resizer.c | 1489 fse->min_height = format.height; in resizer_enum_frame_size()
|
/linux-4.4.14/drivers/gpu/drm/ |
D | drm_crtc.c | 1795 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/ |
D | drm.c | 157 drm->mode_config.min_height = 0; in tegra_drm_load()
|
/linux-4.4.14/drivers/media/platform/s5p-tv/ |
D | hdmi_drv.c | 705 cap->bt.min_height = 480; in hdmi_dv_timings_cap()
|
/linux-4.4.14/include/drm/ |
D | drm_crtc.h | 1084 int min_width, min_height; member
|
/linux-4.4.14/drivers/media/platform/ |
D | via-camera.c | 1144 sizes->stepwise.min_height = QCIF_HEIGHT; in viacam_enum_framesizes()
|
/linux-4.4.14/drivers/gpu/drm/qxl/ |
D | qxl_display.c | 1111 qdev->ddev->mode_config.min_height = 200; in qxl_modeset_init()
|
/linux-4.4.14/drivers/media/usb/hdpvr/ |
D | hdpvr-video.c | 738 cap->bt.min_height = 480; in vidioc_dv_timings_cap()
|
/linux-4.4.14/drivers/gpu/drm/vmwgfx/ |
D | vmwgfx_kms.c | 1120 dev->mode_config.min_height = 1; in vmw_kms_init()
|
/linux-4.4.14/drivers/media/platform/vivid/ |
D | vivid-vid-cap.c | 1748 fsize->stepwise.min_height = MIN_HEIGHT; in vidioc_enum_framesizes()
|
/linux-4.4.14/drivers/media/platform/am437x/ |
D | am437x-vpfe.c | 1654 fse.min_height, fse.max_height); in vpfe_enum_size()
|
/linux-4.4.14/drivers/gpu/drm/i915/ |
D | intel_display.c | 14884 dev->mode_config.min_height = 0; in intel_modeset_init()
|