Lines Matching refs:mt_usages
98 struct mt_usages { struct
110 struct list_head mt_usages; /* mt usages list */ argument
229 struct mt_usages *slot) in cypress_compute_slot()
487 static struct mt_usages *mt_allocate_usage(struct hid_device *hdev, in mt_allocate_usage()
490 struct mt_usages *usage; in mt_allocate_usage()
510 list_add_tail(&usage->list, &application->mt_usages); in mt_allocate_usage()
526 INIT_LIST_HEAD(&mt_application->mt_usages); in mt_allocate_application()
625 struct mt_usages *usage; in mt_store_field()
628 if (list_empty(&application->mt_usages)) in mt_store_field()
631 usage = list_last_entry(&application->mt_usages, in mt_store_field()
632 struct mt_usages, in mt_store_field()
657 offsetof(struct mt_usages, __name))
849 struct mt_usages *slot, in mt_compute_slot()
949 struct mt_usages *slot) in mt_process_slot()
1121 struct mt_usages *slot; in mt_touch_report()
1163 list_for_each_entry(slot, &app->mt_usages, list) { in mt_touch_report()
1488 if (list_is_singular(&app->mt_usages)) { in mt_post_parse_default_settings()