Lines Matching refs:mt_usages
97 struct mt_usages { struct
110 struct list_head mt_usages; /* mt usages list */ argument
234 struct mt_usages *slot) in cypress_compute_slot()
526 static struct mt_usages *mt_allocate_usage(struct hid_device *hdev, in mt_allocate_usage()
529 struct mt_usages *usage; in mt_allocate_usage()
549 list_add_tail(&usage->list, &application->mt_usages); in mt_allocate_usage()
566 INIT_LIST_HEAD(&mt_application->mt_usages); in mt_allocate_application()
674 struct mt_usages *usage; in mt_store_field()
677 if (list_empty(&application->mt_usages)) in mt_store_field()
680 usage = list_last_entry(&application->mt_usages, in mt_store_field()
681 struct mt_usages, in mt_store_field()
713 offsetof(struct mt_usages, __name))
909 struct mt_usages *slot, in mt_compute_slot()
1009 struct mt_usages *slot) in mt_process_slot()
1181 struct mt_usages *slot; in mt_touch_report()
1223 list_for_each_entry(slot, &app->mt_usages, list) { in mt_touch_report()
1555 if (list_is_singular(&app->mt_usages)) { in mt_post_parse_default_settings()