Searched refs:max_y (Results 26 - 50 of 52) sorted by relevance

123

/linux-master/drivers/input/tablet/
H A Dhanwang.c66 int max_y; member in struct:hanwang_features
382 0, hanwang->features->max_y, 4, 0);
/linux-master/drivers/input/touchscreen/
H A Dwdt87xx_i2c.c173 u32 max_y; member in struct:wdt87xx_sys_param
467 param->max_y = DIV_ROUND_CLOSEST(MAX_UNIT_AXIS * param->phy_h,
976 if (x > param->max_x || y > param->max_y)
1044 wdt->param.max_y, 0, 0);
H A Dcyttsp4_core.c373 si->si_ofs.max_y = merge_bytes((si->si_ptrs.pcfg->res_yh
670 dev_dbg(cd->dev, "%s: max_y = 0x%04zX (%zd)\n", __func__,
671 si->si_ofs.max_y, si->si_ofs.max_y);
830 touch->abs[CY_TCH_X] = md->si->si_ofs.max_y -
841 touch->abs[CY_TCH_Y] = md->si->si_ofs.max_y -
1903 int max_x, max_y, max_p, min, max; local
1914 max_y_tmp = md->si->si_ofs.max_y;
1919 max_y = max_x_tmp - 1;
1922 max_y
[all...]
H A Datmel_mxt_ts.c293 unsigned int max_y; member in struct:mxt_data
853 if (data->max_y < 1024)
1973 data->max_y = get_unaligned_le16(&range.y);
2016 data->max_y = get_unaligned_le16(&range_y);
2124 if (data->max_y == 0)
2125 data->max_y = 1023;
2128 swap(data->max_x, data->max_y);
2130 dev_info(dev, "Touchscreen size X%uY%u\n", data->max_x, data->max_y);
2152 input_set_abs_params(input_dev, ABS_Y, 0, data->max_y, 0, 0);
2187 0, data->max_y,
[all...]
H A Dzinitix.c219 bt541->prop.max_y);
479 if (!bt541->prop.max_x || !bt541->prop.max_y) {
H A Dcyttsp4_core.h263 size_t max_y; member in struct:cyttsp4_sysinfo_ofs
H A Dgoodix.c1178 if (!ts->prop.max_x || !ts->prop.max_y || !ts->max_touch_num) {
1191 ts->prop.max_x, ts->prop.max_y, ts->max_touch_num);
1193 ts->prop.max_y = GOODIX_MAX_HEIGHT - 1;
1198 ABS_MT_POSITION_Y, ts->prop.max_y);
H A Dcyttsp5.c379 int max_x, max_y, max_p; local
386 max_y = max_y_tmp - 1;
390 input_set_abs_params(ts->input, ABS_MT_POSITION_Y, 0, max_y, 0, 0);
H A Dhideep.c784 ts->prop.max_y = le16_to_cpup(val + 1);
787 ts->prop.max_x, ts->prop.max_y);
816 if (ts->prop.max_x == 0 || ts->prop.max_y == 0) {
H A Dzforce_ts.c281 ret = zforce_resolution(ts, ts->prop.max_x, ts->prop.max_y);
359 point.coord_y > ts->prop.max_y) {
852 if (ts->prop.max_x == 0 || ts->prop.max_y == 0) {
H A Diqs7211.c1176 __le16 max_y; member in struct:iqs7211_tp_config
2173 0, le16_to_cpu(iqs7211->tp_config.max_y), 0, 0);
2183 if (prop->max_x >= U16_MAX || prop->max_y >= U16_MAX) {
2185 prop->max_x, prop->max_y);
2190 iqs7211->tp_config.max_y = cpu_to_le16(prop->max_y);
H A Dmsg2638.c337 if (!msg2638->prop.max_x || !msg2638->prop.max_y) {
H A Dimagis.c257 if (!ts->prop.max_x || !ts->prop.max_y) {
/linux-master/samples/vfio-mdev/
H A Dmbochs.c106 u32 max_y; member in struct:mbochs_type
113 .max_y = 600,
119 .max_y = 1440,
125 .max_y = 0,
553 mdev_state->edid_regs.max_yres = type->max_y;
/linux-master/drivers/input/rmi4/
H A Drmi_f12.c101 sensor->max_y = (buf[offset + 3] << 8) | buf[offset + 2];
105 rmi_dbg(RMI_DEBUG_FN, &fn->dev, "%s: max_x: %d max_y: %d\n", __func__,
106 sensor->max_x, sensor->max_y);
H A Drmi_f11.c1193 sensor->max_y = max_y_pos;
/linux-master/drivers/input/mouse/
H A Delan_i2c_i2c.c388 unsigned int *max_x, unsigned int *max_y)
407 *max_y = le16_to_cpup((__le16 *)val);
387 elan_i2c_get_max(struct i2c_client *client, unsigned int *max_x, unsigned int *max_y) argument
/linux-master/include/uapi/linux/
H A Drkisp1-config.h468 * @max_y: only pixels values < max_y contribute to awb measurement, set to 0
487 __u8 max_y; member in struct:rkisp1_cif_isp_awb_meas_config
/linux-master/drivers/video/fbdev/core/
H A Dfbmon.c838 specs->max_y = block[2];
845 if (specs->max_y)
846 DPRINTK("%d\n", specs->max_y);
H A Dmodedb.c1174 if (specs->max_x && specs->max_y) {
1179 var.yres = (specs->max_y * 7200)/254;
/linux-master/drivers/gpu/drm/vboxvideo/
H A Dvbox_mode.c774 u32 max_y)
787 return drm_helper_probe_single_connector_modes(connector, max_x, max_y);
773 vbox_fill_modes(struct drm_connector *connector, u32 max_x, u32 max_y) argument
/linux-master/tools/lib/perf/
H A Devlist.c655 perf_evsel__alloc_id(evsel, evsel->fd->max_x, evsel->fd->max_y) < 0)
/linux-master/drivers/tty/vt/
H A Dvt.c1390 int min_y, max_y; local
1403 max_y = vc->vc_bottom;
1406 max_y = vc->vc_rows;
1410 else if (new_y >= max_y)
1411 vc->state.y = max_y - 1;
/linux-master/drivers/input/misc/
H A Diqs7222.c2794 if (prop->max_x >= U16_MAX || prop->max_y >= U16_MAX) {
2796 prop->max_x, prop->max_y);
2801 tpad_setup[5] = prop->max_y + 1;
/linux-master/include/linux/
H A Dfb.h94 __u8 max_y; /* Maximum vertical size (cm) */ member in struct:fb_monspecs

Completed in 299 milliseconds

123