Home
last modified time | relevance | path

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

123456789

/linux/drivers/staging/media/hantro/
A Drockchip_vpu_hw.c51 .min_width = 96,
78 .min_width = 48,
91 .min_width = 48,
104 .min_width = 48,
124 .min_width = 48,
137 .min_width = 48,
150 .min_width = 48,
170 .min_width = 48,
183 .min_width = 48,
196 .min_width = 48,
A Dsama5d4_vdec_hw.c31 .min_width = 48,
44 .min_width = 48,
57 .min_width = 48,
A Dimx8m_vpu_hw.c98 .min_width = 48,
111 .min_width = 48,
124 .min_width = 48,
144 .min_width = 48,
/linux/drivers/hid/
A Dhid-ntrig.c23 static unsigned int min_width; variable
24 module_param(min_width, uint, 0644);
25 MODULE_PARM_DESC(min_width, "Minimum touch contact width to accept.");
75 __u16 min_width; member
223 return sprintf(buf, "%d\n", nd->min_width * in show_min_width()
243 nd->min_width = val * nd->sensor_logical_width / in set_min_width()
249 static DEVICE_ATTR(min_width, S_IWUSR | S_IRUGO, show_min_width, set_min_width);
484 nd->min_width = min_width * in ntrig_input_mapping()
676 if (nd->w < nd->min_width || in ntrig_event()
910 nd->min_width = 0; in ntrig_probe()
/linux/drivers/staging/media/atomisp/pci/
A Datomisp_compat.h271 unsigned int min_width,
286 unsigned int min_width,
291 unsigned int min_width,
296 unsigned int min_width,
305 unsigned int min_width,
311 unsigned int min_width,
A Datomisp_compat_css20.c2230 unsigned int min_width, in __configure_output() argument
2262 unsigned int min_width, in __configure_video_preview_output() argument
2586 unsigned int min_width, in __configure_vf_output() argument
2601 min_width; in __configure_vf_output()
2609 unsigned int min_width, in __configure_video_vf_output() argument
2848 unsigned int min_width, in atomisp_css_yuvpp_configure_viewfinder() argument
2863 min_width; in atomisp_css_yuvpp_configure_viewfinder()
2887 unsigned int min_width, in atomisp_css_preview_configure_output() argument
2905 unsigned int min_width, in atomisp_css_capture_configure_output() argument
2944 unsigned int min_width, in atomisp_css_video_configure_viewfinder() argument
[all …]
A Dia_css_acc_types.h107 u32 min_width; member
115 u32 min_width; member
/linux/drivers/gpu/drm/atmel-hlcdc/
A Datmel_hlcdc_dc.c50 .min_width = 0,
143 .min_width = 0,
261 .min_width = 0,
357 .min_width = 0,
452 .min_width = 0,
635 dev->mode_config.min_width = dc->desc->min_width; in atmel_hlcdc_dc_modeset_init()
/linux/drivers/media/platform/vsp1/
A Dvsp1_entity.c298 unsigned int min_width, unsigned int min_height, in vsp1_subdev_enum_frame_size() argument
320 fse->min_width = min_width; in vsp1_subdev_enum_frame_size()
329 fse->min_width = format->width; in vsp1_subdev_enum_frame_size()
362 unsigned int min_width, unsigned int min_height, in vsp1_subdev_set_pad_format() argument
399 min_width, max_width); in vsp1_subdev_set_pad_format()
A Dvsp1_sru.c145 fse->min_width = SRU_MIN_SIZE; in sru_enum_frame_size()
150 fse->min_width = format->width; in sru_enum_frame_size()
A Dvsp1_uds.c151 fse->min_width = UDS_MIN_SIZE; in uds_enum_frame_size()
156 uds_output_limits(format->width, &fse->min_width, in uds_enum_frame_size()
A Dvsp1_entity.h182 unsigned int min_width, unsigned int min_height,
/linux/Documentation/ABI/testing/
A Dsysfs-driver-hid-ntrig40 What: /sys/bus/hid/drivers/ntrig/<dev>/min_width
49 min_width (RW) Minimum touch contact width to decide
/linux/drivers/media/i2c/
A Dov7670.c248 int min_width; /* Filter out smaller sizes */ member
1003 if (info->min_width || info->min_height) in ov7670_try_fmt_internal()
1007 if (wsize->width < info->min_width || in ov7670_try_fmt_internal()
1227 if (info->min_width && win->width < info->min_width) in ov7670_enum_frame_interval()
1264 if (info->min_width && win->width < info->min_width) in ov7670_enum_frame_size()
1269 fse->min_width = fse->max_width = win->width; in ov7670_enum_frame_size()
1884 info->min_width = config->min_width; in ov7670_probe()
/linux/drivers/media/platform/omap3isp/
A 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()
1458 fse->min_width = format.width; in resizer_enum_frame_size()
/linux/include/media/i2c/
A Dov7670.h12 int min_width; /* Filter out smaller sizes */ member
/linux/drivers/media/platform/xilinx/
A Dxilinx-vip.c302 fse->min_width = XVIP_MIN_WIDTH; in xvip_enum_frame_size()
310 fse->min_width = format->width; in xvip_enum_frame_size()
A Dxilinx-dma.c539 unsigned int min_width; in __xvip_dma_try_format() local
560 min_width = roundup(XVIP_DMA_MIN_WIDTH, align); in __xvip_dma_try_format()
564 pix->width = clamp(width, min_width, max_width) / info->bpp; in __xvip_dma_try_format()
/linux/drivers/gpu/drm/fsl-dcu/
A Dfsl_dcu_drm_kms.c28 fsl_dev->drm->mode_config.min_width = 0; in fsl_dcu_drm_modeset_init()
/linux/drivers/staging/media/imx/
A Dimx-media-capture.c120 fsize->stepwise.min_width = 1; in capture_enum_framesizes()
302 if (fse.min_width == fse.max_width && in capture_legacy_enum_framesizes()
305 fsize->discrete.width = fse.min_width; in capture_legacy_enum_framesizes()
309 fsize->stepwise.min_width = fse.min_width; in capture_legacy_enum_framesizes()
/linux/drivers/gpu/drm/tegra/
A Dhub.c541 u32 value, min_width, bypass = 0; in tegra_shared_plane_atomic_update() local
583 min_width = min(new_state->src_w >> 16, new_state->crtc_w); in tegra_shared_plane_atomic_update()
587 if (min_width < MAX_PIXELS_5TAP444(value)) { in tegra_shared_plane_atomic_update()
592 if (min_width < MAX_PIXELS_2TAP444(value)) in tegra_shared_plane_atomic_update()
595 dev_err(dc->dev, "invalid minimum width: %u\n", min_width); in tegra_shared_plane_atomic_update()
/linux/drivers/gpu/drm/gud/
A Dgud_drv.c104 le32_to_cpu(desc->min_width) > le32_to_cpu(desc->max_width) || in gud_get_display_descriptor()
489 drm->mode_config.min_width = le32_to_cpu(desc.min_width); in gud_probe()
/linux/drivers/gpu/drm/shmobile/
A Dshmob_drm_kms.c141 sdev->ddev->mode_config.min_width = 0; in shmob_drm_modeset_init()
/linux/drivers/gpu/drm/rockchip/
A Drockchip_drm_fb.c124 dev->mode_config.min_width = 0; in rockchip_drm_mode_config_init()
/linux/include/uapi/linux/
A Dv4l2-subdev.h110 __u32 min_width; member

Completed in 49 milliseconds

123456789