Home
last modified time | relevance | path

Searched refs:test_device (Results 1 – 4 of 4) sorted by relevance

/third_party/ltp/testcases/kernel/device-drivers/base/tbase/
Dtbase.c98 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/
Dhwdevice.c97 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/
Dlitest.h44 struct test_device { struct
57 static const struct test_device _test_device \ argument
Dlitest.c4733 extern const struct test_device __start_test_section, __stop_test_section;
4738 const struct test_device *t; in litest_init_test_devices()