Lines Matching refs:mt_usages
95 struct mt_usages { struct
108 struct list_head mt_usages; /* mt usages list */ argument
228 struct mt_usages *slot) in cypress_compute_slot()
493 static struct mt_usages *mt_allocate_usage(struct hid_device *hdev, in mt_allocate_usage()
496 struct mt_usages *usage; in mt_allocate_usage()
516 list_add_tail(&usage->list, &application->mt_usages); in mt_allocate_usage()
533 INIT_LIST_HEAD(&mt_application->mt_usages); in mt_allocate_application()
637 struct mt_usages *usage; in mt_store_field()
640 if (list_empty(&application->mt_usages)) in mt_store_field()
643 usage = list_last_entry(&application->mt_usages, in mt_store_field()
644 struct mt_usages, in mt_store_field()
676 offsetof(struct mt_usages, __name))
868 struct mt_usages *slot, in mt_compute_slot()
968 struct mt_usages *slot) in mt_process_slot()
1140 struct mt_usages *slot; in mt_touch_report()
1182 list_for_each_entry(slot, &app->mt_usages, list) { in mt_touch_report()
1514 if (list_is_singular(&app->mt_usages)) { in mt_post_parse_default_settings()