Lines Matching defs:litest_test_device
37 struct litest_test_device { struct
38 struct list node; /* global test device list */
40 enum litest_device_type type;
41 int64_t features;
42 const char *shortname;
43 void (*setup)(void); /* test fixture, used by check */
44 void (*teardown)(void); /* test fixture, used by check */
54 bool (*create)(struct litest_device *d);
59 const char *name;
63 const struct input_id *id;
72 int *events;
77 struct input_absinfo *absinfo;
78 struct litest_device_interface *interface;
80 const char *udev_rule;
81 const char *quirk_file;
83 const struct key_value_str udev_properties[32];