Searched refs:test_device (Results 1 – 12 of 12) 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/flutter/skia/third_party/externals/sdl/src/audio/ |
D | SDL_audiodev.c | 50 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/ |
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/eudev/ |
D | README_zh.md | 34 void test_device(struct udev *udev, const char *syspath) 64 test_device(udev, path);
|
/third_party/glib/glib/tests/ |
D | mappedfile.c | 52 test_device (void) in test_device() function 197 g_test_add_func ("/mappedfile/device", test_device); in main()
|
/third_party/eudev/test/ |
D | test-libudev.c | 111 static int test_device(struct udev *udev, const char *syspath) { in test_device() function 466 test_device(udev, syspath); in main()
|
/third_party/mindspore/tests/ut/cpp/parallel/ |
D | device_manager_test.cc | 44 TEST_F(TestDevice, test_device) { in TEST_F() argument
|
/third_party/gstreamer/gstreamer/tests/check/gst/ |
D | gstdevice.c | 87 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/ |
D | litest.h | 43 struct test_device { struct 56 static const struct test_device _test_device \ argument
|
D | litest.c | 4458 extern const struct test_device __start_test_section, __stop_test_section; 4463 const struct test_device *t; in litest_init_test_devices()
|
/third_party/libusb/examples/ |
D | xusb.c | 797 static int test_device(uint16_t vid, uint16_t pid) in test_device() function 1121 test_device(VID, PID); in main()
|
/third_party/boost/libs/compute/test/ |
D | CMakeLists.txt | 76 add_compute_test("core.device" test_device.cpp)
|