Home
last modified time | relevance | path

Searched refs:max_touches (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/input/touchscreen/
H A Dili210x.c35 unsigned int max_touches; member
109 .max_touches = 2,
170 .max_touches = 10,
201 .max_touches = 10,
269 .max_touches = 10,
282 for (i = 0; i < priv->chip->max_touches; i++) { in ili210x_report_events()
456 error = input_mt_init_slots(input, priv->chip->max_touches, in ili210x_i2c_probe()
/OK3568_Linux_fs/kernel/drivers/input/touchscreen/focaltech_touch_ft5436/
H A Dfocaltech_point_report_check.c62 u32 max_touches = fts_data->pdata->max_touch_number; in fts_prc_func() local
69 for (finger_count = 0; finger_count < max_touches; finger_count++) { in fts_prc_func()
H A Dfocaltech_core.c358 u32 max_touches = fts_data->pdata->max_touch_number; in fts_release_all_finger() local
364 for (finger_count = 0; finger_count < max_touches; finger_count++) { in fts_release_all_finger()
/OK3568_Linux_fs/external/xserver/dix/
H A Ddevices.c1621 InitTouchClassDeviceStruct(DeviceIntPtr device, unsigned int max_touches, in InitTouchClassDeviceStruct() argument
1646 touch->max_touches = max_touches; in InitTouchClassDeviceStruct()
1647 if (max_touches == 0) in InitTouchClassDeviceStruct()
1648 max_touches = 5; /* arbitrary number plucked out of the air */ in InitTouchClassDeviceStruct()
1649 touch->touches = calloc(max_touches, sizeof(*touch->touches)); in InitTouchClassDeviceStruct()
1652 touch->num_touches = max_touches; in InitTouchClassDeviceStruct()
1653 for (i = 0; i < max_touches; i++) in InitTouchClassDeviceStruct()
1660 device->last.touches = calloc(max_touches, sizeof(*device->last.touches)); in InitTouchClassDeviceStruct()
/OK3568_Linux_fs/external/xserver/include/
H A Dinputstr.h347 unsigned short max_touches; /* maximum number of touches, may be 0 */ member
/OK3568_Linux_fs/external/xserver/Xi/
H A Dexevents.c639 t->max_touches = f->max_touches; in DeepCopyPointerClasses()