Home
last modified time | relevance | path

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

/external/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()
/external/clang/test/SemaCUDA/
Daddr-of-overloaded-fn.cu22 __device__ void test_device() { in test_device() function
/external/libusb/examples/
Dxusb.c796 static int test_device(uint16_t vid, uint16_t pid) in test_device() function
1120 test_device(VID, PID); in main()
/external/vulkan-validation-layers/tests/
Dlayer_validation_tests.cpp1125 VkDeviceObj test_device(0, gpu(), device_extension_names, &features); in TEST_F() local
1127 VkRenderpassObj render_pass(&test_device); in TEST_F()
1135 err = vkCreatePipelineLayout(test_device.device(), &pipeline_layout_ci, NULL, &pipeline_layout); in TEST_F()
1144 VkShaderObj vs(&test_device, bindStateVertShaderText, VK_SHADER_STAGE_VERTEX_BIT, this); in TEST_F()
1145 VkShaderObj fs(&test_device, bindStateFragShaderText, VK_SHADER_STAGE_FRAGMENT_BIT, this); in TEST_F()
1151 VkPipelineObj pipe(&test_device); in TEST_F()
1166 VkPipelineObj pipe(&test_device); in TEST_F()
1177 vkDestroyPipelineLayout(test_device.device(), pipeline_layout, NULL); in TEST_F()
11879 VkDeviceObj test_device(0, gpu(), device_extension_names, &features); in TEST_F() local
11897 VkShaderObj vs(&test_device, vsSource, VK_SHADER_STAGE_VERTEX_BIT, this); in TEST_F()
[all …]