Home
last modified time | relevance | path

Searched refs:y_max (Results 1 – 25 of 27) sorted by relevance

12

/linux-3.4.99/drivers/input/mouse/
Delantech.c278 etd->y_max - (((packet[1] & 0x03) << 8) | packet[3])); in elantech_report_absolute_v1()
353 y1 = etd->y_max - (((packet[4] & 0x0f) << 8) | packet[5]); in elantech_report_absolute_v2()
368 y1 = etd->y_max - in elantech_report_absolute_v2()
376 y2 = etd->y_max - in elantech_report_absolute_v2()
433 y1 = etd->y_max - (((packet[4] & 0x0f) << 8) | packet[5]); in elantech_report_absolute_v3()
447 etd->mt[0].y = etd->y_max - in elantech_report_absolute_v3()
459 y2 = etd->y_max - (((packet[4] & 0x0f) << 8) | packet[5]); in elantech_report_absolute_v3()
539 etd->mt[id].y = etd->y_max - (((packet[4] & 0x0f) << 8) | packet[5]); in process_packet_head_v4()
868 unsigned int *x_max, unsigned int *y_max, in elantech_set_range() argument
880 *y_max = ETP_YMAX_V1; in elantech_set_range()
[all …]
Delantech.h135 unsigned int y_max; member
Dsynaptics.h156 unsigned int x_max, y_max; /* Max coordinates (from FW) */ member
Dsynaptics.c252 priv->y_max = quirk_min_max[3]; in synaptics_resolution()
273 priv->y_max = (resp[2] << 5) | ((resp[1] & 0xf0) >> 3); in synaptics_resolution()
1192 int y_max = priv->y_max ?: YMAX_NOMINAL; in set_abs_position_params() local
1197 input_set_abs_params(dev, y_code, y_min, y_max, fuzz, 0); in set_abs_position_params()
/linux-3.4.99/drivers/char/agp/
Disoch.c87 u32 tot_bw = 0, tot_n = 0, tot_rq = 0, y_max, rq_isoch, rq_async; in agp_3_5_isochronous_node_enable() local
128 y_max = target.y; in agp_3_5_isochronous_node_enable()
149 y_max = max(y_max, master[cdev].y); in agp_3_5_isochronous_node_enable()
163 target.y = y_max; in agp_3_5_isochronous_node_enable()
/linux-3.4.99/include/linux/input/
Dpixcir_ts.h7 int y_max; member
Dauo-pixcir-ts.h53 unsigned int y_max; member
/linux-3.4.99/include/linux/spi/
Dad7879.h12 u16 y_min, y_max; member
Dad7877.h15 u16 y_min, y_max; member
Dads7846.h40 u16 y_min, y_max; member
/linux-3.4.99/drivers/input/touchscreen/
Dpixcir_i2c_ts.c161 input_set_abs_params(input, ABS_Y, 0, pdata->y_max, 0, 0); in pixcir_i2c_ts_probe()
163 input_set_abs_params(input, ABS_MT_POSITION_Y, 0, pdata->y_max, 0, 0); in pixcir_i2c_ts_probe()
Dauo-pixcir-ts.c163 point[i].coord_y > pdata->y_max) { in auo_pixcir_collect_data()
540 input_set_abs_params(input_dev, ABS_Y, 0, pdata->y_max, 0, 0); in auo_pixcir_probe()
546 pdata->y_max, 0, 0); in auo_pixcir_probe()
Dad7879.c561 pdata->y_max ? : MAX_12BIT, in ad7879_probe()
Dad7877.c761 pdata->y_max ? : MAX_12BIT, in ad7877_probe()
/linux-3.4.99/drivers/input/tablet/
Dwacom_sys.c180 features->y_phy = (features->y_max * 100) / features->y_resolution; in wacom_set_phy_from_res()
196 features->x_max = features->y_max = in wacom_parse_logical_collection()
331 features->y_max = in wacom_parse_hid()
341 features->y_max = in wacom_parse_hid()
345 features->y_max = in wacom_parse_hid()
356 features->y_max = in wacom_parse_hid()
987 wacom_wac->features.x_max = wacom_wac->features.y_max = 4096; in wacom_wireless_work()
Dwacom_wac.h82 int y_max; member
Dwacom_wac.c1186 features->y_max = 1023; in wacom_setup_device_quirks()
1198 features->y_max <<= 5; in wacom_setup_device_quirks()
1234 input_set_abs_params(input_dev, ABS_Y, 0, features->y_max, in wacom_setup_input_capabilities()
1249 wacom_calculate_touch_res(features->y_max, in wacom_setup_input_capabilities()
1383 0, features->y_max, 0, 0); in wacom_setup_input_capabilities()
1452 0, features->y_max, in wacom_setup_input_capabilities()
/linux-3.4.99/arch/arm/mach-omap2/
Dcommon-board-devices.c40 .y_max = 0x0fff,
Dboard-omap3touchbook.c235 .y_max = 3750,
/linux-3.4.99/arch/arm/mach-omap1/
Dboard-nokia770.c128 .y_max = 0x0fff,
Dboard-htcherald.c444 .y_max = 3760,
/linux-3.4.99/arch/arm/mach-at91/
Dboard-neocore926.c101 .y_max = 3830,
Dboard-sam9263ek.c104 .y_max = 3830,
Dboard-yl-9200.c331 .y_max = 3830,
Dboard-sam9261ek.c250 .y_max = 3830,

12