mt_application    154 drivers/hid/hid-multitouch.c 	struct mt_application *application;
mt_application    173 drivers/hid/hid-multitouch.c 					   struct mt_application *app);
mt_application    174 drivers/hid/hid-multitouch.c static void mt_post_parse(struct mt_device *td, struct mt_application *app);
mt_application    229 drivers/hid/hid-multitouch.c static int cypress_compute_slot(struct mt_application *application,
mt_application    396 drivers/hid/hid-multitouch.c 	struct mt_application *application;
mt_application    505 drivers/hid/hid-multitouch.c 					   struct mt_application *application)
mt_application    532 drivers/hid/hid-multitouch.c static struct mt_application *mt_allocate_application(struct mt_device *td,
mt_application    536 drivers/hid/hid-multitouch.c 	struct mt_application *mt_application;
mt_application    538 drivers/hid/hid-multitouch.c 	mt_application = devm_kzalloc(&td->hdev->dev, sizeof(*mt_application),
mt_application    540 drivers/hid/hid-multitouch.c 	if (!mt_application)
mt_application    543 drivers/hid/hid-multitouch.c 	mt_application->application = application;
mt_application    544 drivers/hid/hid-multitouch.c 	INIT_LIST_HEAD(&mt_application->mt_usages);
mt_application    547 drivers/hid/hid-multitouch.c 		mt_application->mt_flags |= INPUT_MT_DIRECT;
mt_application    553 drivers/hid/hid-multitouch.c 		mt_application->mt_flags |= INPUT_MT_POINTER;
mt_application    557 drivers/hid/hid-multitouch.c 	mt_application->scantime = DEFAULT_ZERO;
mt_application    558 drivers/hid/hid-multitouch.c 	mt_application->raw_cc = DEFAULT_ZERO;
mt_application    559 drivers/hid/hid-multitouch.c 	mt_application->quirks = td->mtclass.quirks;
mt_application    560 drivers/hid/hid-multitouch.c 	mt_application->report_id = report->id;
mt_application    562 drivers/hid/hid-multitouch.c 	list_add_tail(&mt_application->list, &td->applications);
mt_application    564 drivers/hid/hid-multitouch.c 	return mt_application;
mt_application    567 drivers/hid/hid-multitouch.c static struct mt_application *mt_find_application(struct mt_device *td,
mt_application    571 drivers/hid/hid-multitouch.c 	struct mt_application *tmp, *mt_application = NULL;
mt_application    577 drivers/hid/hid-multitouch.c 				mt_application = tmp;
mt_application    583 drivers/hid/hid-multitouch.c 	if (!mt_application)
mt_application    584 drivers/hid/hid-multitouch.c 		mt_application = mt_allocate_application(td, report);
mt_application    586 drivers/hid/hid-multitouch.c 	return mt_application;
mt_application    644 drivers/hid/hid-multitouch.c 			   struct mt_application *application,
mt_application    691 drivers/hid/hid-multitouch.c 		unsigned long **bit, int *max, struct mt_application *app)
mt_application    878 drivers/hid/hid-multitouch.c static int mt_compute_slot(struct mt_device *td, struct mt_application *app,
mt_application    900 drivers/hid/hid-multitouch.c 				     struct mt_application *app,
mt_application    925 drivers/hid/hid-multitouch.c static void mt_sync_frame(struct mt_device *td, struct mt_application *app,
mt_application    947 drivers/hid/hid-multitouch.c static int mt_compute_timestamp(struct mt_application *app, __s32 value)
mt_application    978 drivers/hid/hid-multitouch.c 			    struct mt_application *app,
mt_application   1105 drivers/hid/hid-multitouch.c 				struct mt_application *app,
mt_application   1148 drivers/hid/hid-multitouch.c 	struct mt_application *app = rdata->application;
mt_application   1245 drivers/hid/hid-multitouch.c 				     struct mt_application *app)
mt_application   1295 drivers/hid/hid-multitouch.c 	struct mt_application *application;
mt_application   1520 drivers/hid/hid-multitouch.c 					   struct mt_application *app)
mt_application   1536 drivers/hid/hid-multitouch.c static void mt_post_parse(struct mt_device *td, struct mt_application *app)
mt_application   1548 drivers/hid/hid-multitouch.c 	struct mt_application *mt_application = NULL;
mt_application   1559 drivers/hid/hid-multitouch.c 		mt_application = rdata->application;
mt_application   1563 drivers/hid/hid-multitouch.c 							mt_application);
mt_application   1643 drivers/hid/hid-multitouch.c 	struct mt_application *application;