Lines Matching defs:litest_test_device
34 struct litest_test_device { struct
35 struct list node; /* global test device list */
37 enum litest_device_type type;
38 int64_t features;
39 const char *shortname;
40 void (*setup)(void); /* test fixture, used by check */
41 void (*teardown)(void); /* test fixture, used by check */
51 bool (*create)(struct litest_device *d);
56 const char *name;
60 const struct input_id *id;
69 int *events;
74 struct input_absinfo *absinfo;
75 struct litest_device_interface *interface;
77 const char *udev_rule;
78 const char *quirk_file;
80 const struct key_value_str udev_properties[32];