/linux-4.4.14/drivers/input/touchscreen/ |
D | penmount.c | 203 int max_x, max_y; in pm_connect() local 235 max_x = max_y = 0x3ff; in pm_connect() 242 max_x = max_y = 0x3ff; in pm_connect() 249 max_x = max_y = 0x7ff; in pm_connect() 257 max_x = max_y = 0x3ff; in pm_connect() 262 input_set_abs_params(pm->dev, ABS_X, 0, max_x, 0, 0); in pm_connect() 268 ABS_MT_POSITION_X, 0, max_x, 0, 0); in pm_connect()
|
D | ft6236.c | 45 u32 max_x; member 131 x = ft6236->max_x - x; in ft6236_interrupt() 249 &ft6236->max_x) || in ft6236_probe() 269 ft6236->max_x, fuzz_x, 0); in ft6236_probe() 272 ft6236->max_x, fuzz_x, 0); in ft6236_probe()
|
D | chipone_icn8318.c | 55 u32 max_x; member 131 x = data->max_x - x; in icn8318_irq() 226 if (of_property_read_u32(np, "touchscreen-size-x", &data->max_x) || in icn8318_probe() 251 data->max_x, fuzz_x, 0); in icn8318_probe() 258 data->max_x, fuzz_x, 0); in icn8318_probe()
|
D | bcm_iproc_tsc.c | 132 u32 max_x; member 162 .max_x = X_MAX, 244 x = priv->cfg_params.max_x - x; in iproc_touchscreen_interrupt() 397 of_property_read_u32(np, "touchscreen-size-x", &priv->cfg_params.max_x); in iproc_get_tsc_config() 470 input_set_abs_params(idev, ABS_X, X_MIN, priv->cfg_params.max_x, in iproc_ts_probe()
|
D | tsc200x-core.c | 462 unsigned int max_x = MAX_12BIT; in tsc200x_probe() local 494 max_x = pdata->ts_x_max; in tsc200x_probe() 557 input_set_abs_params(input_dev, ABS_X, 0, max_x, fudge_x, 0); in tsc200x_probe()
|
D | wdt87xx_i2c.c | 172 u32 max_x; member 466 param->max_x = MAX_UNIT_AXIS; in wdt87xx_get_sysparam() 979 if (x > param->max_x || y > param->max_y) in wdt87xx_report_contact() 1045 wdt->param.max_x, 0, 0); in wdt87xx_ts_create_input_device() 1052 0, wdt->param.max_x, 0, 0); in wdt87xx_ts_create_input_device()
|
D | atmel_mxt_ts.c | 217 unsigned int max_x; member 706 if (data->max_x < 1024) in mxt_proc_t9_message() 1685 data->max_x = range.y; in mxt_read_t9_resolution() 1688 data->max_x = range.x; in mxt_read_t9_resolution() 1693 "Touchscreen size X%uY%u\n", data->max_x, data->max_y); in mxt_read_t9_resolution() 1747 data->max_x = range_y; in mxt_read_t100_config() 1750 data->max_x = range_x; in mxt_read_t100_config() 1771 "T100 Touchscreen size X%uY%u\n", data->max_x, data->max_y); in mxt_read_t100_config() 1847 input_set_abs_params(input_dev, ABS_X, 0, data->max_x, 0, 0); in mxt_initialize_input_device() 1881 0, data->max_x, 0, 0); in mxt_initialize_input_device()
|
D | cyttsp4_core.c | 343 si->si_ofs.max_x = merge_bytes((si->si_ptrs.pcfg->res_xh in cyttsp4_si_get_pcfg_data() 633 si->si_ofs.max_x, si->si_ofs.max_x); in cyttsp4_si_put_log_data() 802 touch->abs[CY_TCH_X] = md->si->si_ofs.max_x - in cyttsp4_get_touch() 807 touch->abs[CY_TCH_Y] = md->si->si_ofs.max_x - in cyttsp4_get_touch() 1878 int max_x, max_y, max_p, min, max; in cyttsp4_setup_input_device() local 1888 max_x_tmp = md->si->si_ofs.max_x; in cyttsp4_setup_input_device() 1893 max_x = max_y_tmp - 1; in cyttsp4_setup_input_device() 1896 max_x = max_x_tmp - 1; in cyttsp4_setup_input_device() 1916 max = max_x; in cyttsp4_setup_input_device()
|
D | cyttsp4_core.h | 285 size_t max_x; member
|
/linux-4.4.14/drivers/input/tablet/ |
D | wacom_serial4.c | 177 unsigned int max_x, max_y; member 241 wacom->max_x = 5103; in wacom_handle_model_response() 282 r = sscanf(wacom->data, "~C%u,%u", &wacom->max_x, &wacom->max_y); in wacom_handle_coordinates_response() 510 if (!(wacom->max_x && wacom->max_y)) { in wacom_setup() 577 input_set_abs_params(wacom->dev, ABS_X, 0, wacom->max_x, 0, 0); in wacom_connect()
|
D | hanwang.c | 86 int max_x; member 398 0, hanwang->features->max_x, 4, 0); in hanwang_probe()
|
/linux-4.4.14/drivers/input/mouse/ |
D | elan_i2c_core.c | 73 unsigned int max_x; member 306 error = data->ops->get_max(data->client, &data->max_x, &data->max_y); in elan_query_device_parameters() 314 data->width_x = data->max_x / x_traces; in elan_query_device_parameters() 807 if (pos_x > data->max_x || pos_y > data->max_y) { in elan_report_contact() 811 data->max_x, data->max_y); in elan_report_contact() 935 input_set_abs_params(input, ABS_X, 0, data->max_x, 0, 0); in elan_setup_input_device() 944 input_set_abs_params(input, ABS_MT_POSITION_X, 0, data->max_x, 0, 0); in elan_setup_input_device() 1062 data->max_x, data->max_y, in elan_probe()
|
D | elan_i2c.h | 66 unsigned int *max_x, unsigned int *max_y);
|
D | elan_i2c_smbus.c | 223 unsigned int *max_x, unsigned int *max_y) in elan_smbus_get_max() argument 234 *max_x = (0x0f & val[0]) << 8 | val[1]; in elan_smbus_get_max()
|
D | elan_i2c_i2c.c | 315 unsigned int *max_x, unsigned int *max_y) in elan_i2c_get_max() argument 326 *max_x = le16_to_cpup((__le16 *)val) & 0x0fff; in elan_i2c_get_max()
|
/linux-4.4.14/drivers/gpu/drm/vmwgfx/ |
D | vmwgfx_fb.c | 177 u32 cpp, max_x, max_y; in vmw_fb_dirty_flush() local 201 max_x = par->fb_x + cur_fb->width; in vmw_fb_dirty_flush() 211 dst_x2 = min_t(s32, dst_x2, max_x); in vmw_fb_dirty_flush()
|
/linux-4.4.14/drivers/hid/ |
D | hid-rmi.c | 123 unsigned int max_x; member 1048 data->max_x = data->f11_ctrl_regs[6] | (data->f11_ctrl_regs[7] << 8); in rmi_populate_f11() 1215 input_set_abs_params(input, ABS_MT_POSITION_X, 1, data->max_x, 0, 0); in rmi_input_configured() 1219 res_x = (data->max_x - 1) / data->x_size_mm; in rmi_input_configured()
|
/linux-4.4.14/drivers/video/fbdev/core/ |
D | modedb.c | 1210 if (specs->max_x && specs->max_y) { in fb_find_best_display() 1214 var.xres = (specs->max_x * 7200)/254; in fb_find_best_display()
|
D | fbmon.c | 836 specs->max_x = block[1]; in get_monspecs() 839 if (specs->max_x) in get_monspecs() 840 DPRINTK("%d\n", specs->max_x); in get_monspecs()
|
/linux-4.4.14/drivers/media/i2c/ |
D | s5k6aa.c | 1193 unsigned int max_x, max_y; in s5k6aa_set_selection() local 1213 max_x = (S5K6AA_WIN_WIDTH_MAX - sel->r.width) & ~1; in s5k6aa_set_selection() 1216 sel->r.left = clamp_t(unsigned int, sel->r.left, 0, max_x); in s5k6aa_set_selection()
|
/linux-4.4.14/include/linux/ |
D | fb.h | 88 __u8 max_x; /* Maximum horizontal size (cm) */ member
|
/linux-4.4.14/drivers/video/fbdev/ |
D | sh_mobile_lcdcfb.c | 581 ch->display.width = monspec->max_x * 10; in sh_mobile_lcdc_display_notify()
|