Home
last modified time | relevance | path

Searched refs:min_width (Results 1 – 25 of 131) sorted by relevance

123456

/Linux-v4.19/drivers/hid/
Dhid-ntrig.c27 static unsigned int min_width; variable
28 module_param(min_width, uint, 0644);
29 MODULE_PARM_DESC(min_width, "Minimum touch contact width to accept.");
79 __u16 min_width; member
227 return sprintf(buf, "%d\n", nd->min_width * in show_min_width()
247 nd->min_width = val * nd->sensor_logical_width / in set_min_width()
253 static DEVICE_ATTR(min_width, S_IWUSR | S_IRUGO, show_min_width, set_min_width);
488 nd->min_width = min_width * in ntrig_input_mapping()
680 if (nd->w < nd->min_width || in ntrig_event()
914 nd->min_width = 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
316 fse->min_width = min_width; in vsp1_subdev_enum_frame_size()
325 fse->min_width = format->width; in vsp1_subdev_enum_frame_size()
358 unsigned int min_width, unsigned int min_height, in vsp1_subdev_set_pad_format() argument
395 min_width, max_width); in vsp1_subdev_set_pad_format()
Dvsp1_uds.c150 fse->min_width = UDS_MIN_SIZE; in uds_enum_frame_size()
155 uds_output_limits(format->width, &fse->min_width, in uds_enum_frame_size()
Dvsp1_sru.c144 fse->min_width = SRU_MIN_SIZE; in sru_enum_frame_size()
149 fse->min_width = format->width; in sru_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.c50 .min_width = 0,
143 .min_width = 0,
261 .min_width = 0,
357 .min_width = 0,
589 dev->mode_config.min_width = dc->desc->min_width; in atmel_hlcdc_dc_modeset_init()
/Linux-v4.19/include/media/i2c/
Dov7670.h14 int min_width; /* Filter out smaller sizes */ member
/Linux-v4.19/Documentation/ABI/testing/
Dsysfs-driver-hid-ntrig39 What: /sys/bus/hid/drivers/ntrig/<dev>/min_width
47 min_width: (RW) Minimum touch contact width to decide
/Linux-v4.19/drivers/media/i2c/
Dov7670.c247 int min_width; /* Filter out smaller sizes */ member
972 if (info->min_width || info->min_height) in ov7670_try_fmt_internal()
976 if (wsize->width < info->min_width || in ov7670_try_fmt_internal()
1183 if (info->min_width && win->width < info->min_width) in ov7670_enum_frame_interval()
1219 if (info->min_width && win->width < info->min_width) in ov7670_enum_frame_size()
1224 fse->min_width = fse->max_width = win->width; in ov7670_enum_frame_size()
1793 info->min_width = config->min_width; in ov7670_probe()
/Linux-v4.19/drivers/media/platform/xilinx/
Dxilinx-vip.c307 fse->min_width = XVIP_MIN_WIDTH; in xvip_enum_frame_size()
315 fse->min_width = format->width; in xvip_enum_frame_size()
Dxilinx-dma.c552 unsigned int min_width; in __xvip_dma_try_format() local
575 min_width = roundup(XVIP_DMA_MIN_WIDTH, align); in __xvip_dma_try_format()
579 pix->width = clamp(width, min_width, max_width) / info->bpp; in __xvip_dma_try_format()
/Linux-v4.19/drivers/gpu/drm/fsl-dcu/
Dfsl_dcu_drm_kms.c33 fsl_dev->drm->mode_config.min_width = 0; in fsl_dcu_drm_modeset_init()
/Linux-v4.19/drivers/media/platform/omap3isp/
Dispresizer.c790 unsigned int min_width; in resizer_calc_ratios() local
830 min_width = ((input->width - 7) * 256 - 32 - 64 * sph) / 1024 + 1; in resizer_calc_ratios()
831 min_width = max_t(unsigned int, min_width, MIN_OUT_WIDTH); in resizer_calc_ratios()
875 output->width = clamp(output->width, min_width, in resizer_calc_ratios()
1194 unsigned int min_width = in resizer_try_crop() local
1203 crop->width = clamp_t(u32, crop->width, min_width, max_width); in resizer_try_crop()
1455 fse->min_width = format.width; in resizer_enum_frame_size()
/Linux-v4.19/include/uapi/linux/
Dv4l2-subdev.h94 __u32 min_width; member
/Linux-v4.19/drivers/gpu/drm/shmobile/
Dshmob_drm_kms.c141 sdev->ddev->mode_config.min_width = 0; in shmob_drm_modeset_init()
/Linux-v4.19/drivers/staging/media/imx/
Dimx-media-capture.c106 if (fse.min_width == fse.max_width && in capture_enum_framesizes()
109 fsize->discrete.width = fse.min_width; in capture_enum_framesizes()
113 fsize->stepwise.min_width = fse.min_width; in capture_enum_framesizes()
/Linux-v4.19/drivers/gpu/drm/vkms/
Dvkms_drv.c81 dev->mode_config.min_width = XRES_MIN; in vkms_modeset_init()
/Linux-v4.19/drivers/gpu/drm/exynos/
Dexynos_drm_fb.c168 dev->mode_config.min_width = 0; in exynos_drm_mode_config_init()
/Linux-v4.19/drivers/gpu/drm/stm/
Ddrv.c98 ddev->mode_config.min_width = 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.c120 card_res->min_width = dev->mode_config.min_width; in drm_mode_getresources()
/Linux-v4.19/drivers/gpu/drm/zte/
Dzx_drm_drv.c77 drm->mode_config.min_width = 16; in zx_drm_bind()
/Linux-v4.19/drivers/gpu/drm/tinydrm/core/
Dtinydrm-pipe.c195 drm->mode_config.min_width = mode_copy.hdisplay; in tinydrm_display_pipe_init()
/Linux-v4.19/drivers/gpu/drm/rockchip/
Drockchip_drm_fb.c216 dev->mode_config.min_width = 0; in rockchip_drm_mode_config_init()
/Linux-v4.19/Documentation/input/devices/
Dntrig.rst36 |min_width |both to decide activation and during activity |
108 Contacts continue to be filtered with min_height and min_width even after

123456