Searched refs:test_device (Results 1 – 4 of 4) sorted by relevance
/third_party/ltp/testcases/kernel/device-drivers/base/tbase/ |
D | tbase.c | 98 struct device test_device; variable 106 if (drv == &test_driver && dev == &test_device) { in test_device_match() 142 struct device test_device = { variable 170 .dev = &test_device, 469 if (bus_add_device(&test_device)) { in test_bus_add() 660 struct device *dev = &test_device; in test_dev_file() 866 device_register(&test_device); in tbase_init_module() 896 device_unregister(&test_device); in tbase_exit_module()
|
/third_party/ffmpeg/libavutil/tests/ |
D | hwdevice.c | 97 static int test_device(enum AVHWDeviceType type, const char *name, in test_device() function 167 err = test_device(type, name, NULL, NULL, 0); in test_device_type() 182 err = test_device(type, name, in test_device_type()
|
/third_party/libinput/test/ |
D | litest.h | 44 struct test_device { struct 57 static const struct test_device _test_device \ argument
|
D | litest.c | 4733 extern const struct test_device __start_test_section, __stop_test_section; 4738 const struct test_device *t; in litest_init_test_devices()
|