Home
last modified time | relevance | path

Searched refs:test_device (Results 1 – 12 of 12) 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/eudev/
DREADME_zh.md34 void test_device(struct udev *udev, const char *syspath)
64 test_device(udev, path);
/third_party/glib/glib/tests/
Dmappedfile.c52 test_device (void) in test_device() function
197 g_test_add_func ("/mappedfile/device", test_device); in main()
/third_party/eudev/test/
Dtest-libudev.c111 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/
Ddevice_manager_test.cc44 TEST_F(TestDevice, test_device) { in TEST_F() argument
/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.h43 struct test_device { struct
56 static const struct test_device _test_device \ argument
Dlitest.c4458 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/
Dxusb.c797 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/
DCMakeLists.txt76 add_compute_test("core.device" test_device.cpp)