Lines Matching refs:mt_usages
98 struct mt_usages { struct
111 struct list_head mt_usages; /* mt usages list */ argument
235 struct mt_usages *slot) in cypress_compute_slot()
532 static struct mt_usages *mt_allocate_usage(struct hid_device *hdev, in mt_allocate_usage()
535 struct mt_usages *usage; in mt_allocate_usage()
555 list_add_tail(&usage->list, &application->mt_usages); in mt_allocate_usage()
572 INIT_LIST_HEAD(&mt_application->mt_usages); in mt_allocate_application()
680 struct mt_usages *usage; in mt_store_field()
683 if (list_empty(&application->mt_usages)) in mt_store_field()
686 usage = list_last_entry(&application->mt_usages, in mt_store_field()
687 struct mt_usages, in mt_store_field()
719 offsetof(struct mt_usages, __name))
915 struct mt_usages *slot, in mt_compute_slot()
1015 struct mt_usages *slot) in mt_process_slot()
1208 struct mt_usages *slot; in mt_touch_report()
1250 list_for_each_entry(slot, &app->mt_usages, list) { in mt_touch_report()
1607 if (list_is_singular(&app->mt_usages)) { in mt_post_parse_default_settings()