Home
last modified time | relevance | path

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

/linux-4.19.296/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-4.19.296/include/media/i2c/
Dov7670.h14 int min_width; /* Filter out smaller sizes */ member
/linux-4.19.296/include/uapi/linux/
Dv4l2-subdev.h94 __u32 min_width; member
Dvideodev2.h754 __u32 min_width; /* Minimum frame width [pixel] */ member
1468 __u32 min_width; member
/linux-4.19.296/include/drm/
Ddrm_mode_config.h509 int min_width, min_height; member
/linux-4.19.296/include/uapi/drm/
Ddrm_mode.h241 __u32 min_width; member
/linux-4.19.296/drivers/media/usb/gspca/
Dstk1135.c634 fsize->stepwise.min_width = 32; in stk1135_enum_framesizes()
/linux-4.19.296/drivers/media/v4l2-core/
Dv4l2-dv-timings.c156 bt->width < cap->min_width || in v4l2_valid_dv_timings()
Dv4l2-ioctl.c743 p->bt.min_width, p->bt.max_width, in v4l_print_dv_timings_cap()
772 p->stepwise.min_width, in v4l_print_frmsizeenum()