max_fingers       101 drivers/hid/hid-alps.c 	u8  max_fingers;
max_fingers       326 drivers/hid/hid-alps.c 	for (i = 0; i < hdata->max_fingers; i++) {
max_fingers       371 drivers/hid/hid-alps.c 		for (i = 0; i < hdata->max_fingers; i++) {
max_fingers       603 drivers/hid/hid-alps.c 	pri_data->max_fingers = 5;
max_fingers       653 drivers/hid/hid-alps.c 	pri_data->max_fingers = 5;
max_fingers       719 drivers/hid/hid-alps.c 	input_mt_init_slots(input, data->max_fingers, INPUT_MT_POINTER);
max_fingers        33 drivers/input/touchscreen/pixcir_i2c_ts.c 	int max_fingers;	/* Max fingers supported in this instance */
max_fingers        57 drivers/input/touchscreen/pixcir_i2c_ts.c 	readsize = 2 + tsdata->max_fingers * (4 + i);
max_fingers        78 drivers/input/touchscreen/pixcir_i2c_ts.c 	if (touch > tsdata->max_fingers)
max_fingers        79 drivers/input/touchscreen/pixcir_i2c_ts.c 		touch = tsdata->max_fingers;
max_fingers       460 drivers/input/touchscreen/pixcir_i2c_ts.c 	if (!tsdata->chip->max_fingers) {
max_fingers       494 drivers/input/touchscreen/pixcir_i2c_ts.c 	tsdata->max_fingers = tsdata->chip->max_fingers;
max_fingers       495 drivers/input/touchscreen/pixcir_i2c_ts.c 	if (tsdata->max_fingers > PIXCIR_MAX_SLOTS) {
max_fingers       496 drivers/input/touchscreen/pixcir_i2c_ts.c 		tsdata->max_fingers = PIXCIR_MAX_SLOTS;
max_fingers       498 drivers/input/touchscreen/pixcir_i2c_ts.c 			 tsdata->max_fingers);
max_fingers       501 drivers/input/touchscreen/pixcir_i2c_ts.c 	error = input_mt_init_slots(input, tsdata->max_fingers,
max_fingers       586 drivers/input/touchscreen/pixcir_i2c_ts.c 	.max_fingers = 2,
max_fingers       591 drivers/input/touchscreen/pixcir_i2c_ts.c 	.max_fingers = 5,
max_fingers        72 drivers/input/touchscreen/silead.c 	u32 max_fingers;
max_fingers       100 drivers/input/touchscreen/silead.c 	input_mt_init_slots(data->input, data->max_fingers,
max_fingers       147 drivers/input/touchscreen/silead.c 	if (buf[0] > data->max_fingers) {
max_fingers       149 drivers/input/touchscreen/silead.c 			 buf[0], data->max_fingers);
max_fingers       150 drivers/input/touchscreen/silead.c 		buf[0] = data->max_fingers;
max_fingers       212 drivers/input/touchscreen/silead.c 					data->max_fingers);
max_fingers       405 drivers/input/touchscreen/silead.c 					 &data->max_fingers);
max_fingers       408 drivers/input/touchscreen/silead.c 		data->max_fingers = 5; /* Most devices handle up-to 5 fingers */
max_fingers        40 drivers/input/touchscreen/st1232.c 	u16	max_fingers;
max_fingers        81 drivers/input/touchscreen/st1232.c 	for (i = 0, y = 0; i < ts->chip_info->max_fingers; i++, y += 3) {
max_fingers       111 drivers/input/touchscreen/st1232.c 	for (i = 0; i < ts->chip_info->max_fingers; i++) {
max_fingers       162 drivers/input/touchscreen/st1232.c 	.max_fingers	= 2,
max_fingers       171 drivers/input/touchscreen/st1232.c 	.max_fingers	= 5,
max_fingers       208 drivers/input/touchscreen/st1232.c 				  ts->chip_info->max_fingers, sizeof(*finger),
max_fingers       214 drivers/input/touchscreen/st1232.c 	ts->read_buf_len = ts->chip_info->max_fingers * 4;
max_fingers        54 include/linux/platform_data/pixcir_i2c_ts.h 	u8 max_fingers;