Searched refs:y_min (Results 1 - 10 of 10) sorted by relevance

/linux-master/include/linux/spi/
H A Dad7877.h16 u16 y_min, y_max; member in struct:ad7877_platform_data
H A Dads7846.h30 u16 y_min, y_max; member in struct:ads7846_platform_data
/linux-master/drivers/input/mouse/
H A Delantech.h149 unsigned int y_min; member in struct:elantech_device_info
H A Dsynaptics.c411 info->y_min = (resp[2] << 5) | ((resp[1] & 0xf0) >> 3);
414 info->x_min, info->y_min);
467 u32 x_min, x_max, y_min, y_max; member in struct:min_max_quirk
548 info->y_min = min_max_pnpid_table[i].y_min;
553 info->y_min, info->y_max);
1242 int y_min = info->y_min ?: YMIN_NOMINAL; local
1248 input_set_abs_params(dev, y_code, y_min, y_max, fuzz, 0);
H A Dsynaptics.h177 u32 x_min, y_min; /* Min coordinates (from FW) */ member in struct:synaptics_device_info
H A Delantech.c1170 unsigned int x_min = info->x_min, y_min = info->y_min, local
1198 input_set_abs_params(dev, ABS_Y, y_min, y_max, 0, 0);
1209 input_set_abs_params(dev, ABS_Y, y_min, y_max, 0, 0);
1218 input_set_abs_params(dev, ABS_MT_POSITION_Y, y_min, y_max, 0, 0);
1226 input_set_abs_params(dev, ABS_Y, y_min, y_max, 0, 0);
1238 input_set_abs_params(dev, ABS_MT_POSITION_Y, y_min, y_max, 0, 0);
1788 info->y_min = ETP_YMIN_V1;
1798 info->y_min = ETP_YMIN_V2;
1915 info->y_min);
[all...]
/linux-master/drivers/hid/
H A Dhid-alps.c92 * @y_min: minimum y coordinate value
110 u32 y_min; member in struct:alps_dev
330 y = hdata->y_max - y + hdata->y_min;
564 pri_data->y_min = 1;
625 pri_data->y_min = T4_COUNT_PER_ELECTRODE;
708 data->y_min, data->y_max, 0, 0);
/linux-master/drivers/input/keyboard/
H A Dapplespi.c365 int y_min; member in struct:applespi_tp_info
1054 applespi->pos[n].y = tp_info->y_min + tp_info->y_max -
1252 applespi->tp_info.y_min = y;
1266 applespi->tp_info.y_min,
1268 applespi->tp_info.y_max - applespi->tp_info.y_min);
1316 applespi->tp_info.y_min, applespi->tp_info.y_max,
/linux-master/drivers/input/touchscreen/
H A Dads7846.c1141 device_property_read_u16(dev, "ti,y-min", &pdata->y_min);
1278 pdata->y_min ? : 0,
H A Dad7877.c750 pdata->y_min ? : 0,

Completed in 145 milliseconds