Home
last modified time | relevance | path

Searched refs:test_device (Results 1 – 6 of 6) 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/flutter/skia/third_party/externals/sdl/src/audio/
DSDL_audiodev.c50 test_device(const int iscapture, const char *fname, int flags, int (*test) (int fd)) in test_device() function
102 test_device(iscapture, audiodev, flags, test); in SDL_EnumUnixAudioDevices_Internal()
109 test_device(iscapture, audiopath, flags, test); in SDL_EnumUnixAudioDevices_Internal()
/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/gstreamer/gstreamer/tests/check/gst/
Dgstdevice.c87 GST_START_TEST (test_device) in GST_START_TEST() argument
550 tcase_add_test (tc_chain, test_device); in gst_device_suite()
/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()