Home
last modified time | relevance | path

Searched refs:get_driver (Results 1 – 5 of 5) sorted by relevance

/third_party/mesa3d/src/tool/pps/
Dpps_config.cc149 auto driver = Driver::get_driver(std::move(device)); in main()
157 if (auto driver = Driver::get_driver(std::move(device.value()))) { in main()
197 if (auto driver = Driver::get_driver(std::move(device.value()))) { in main()
211 if (auto driver = Driver::get_driver(std::move(device.value()))) { in main()
Dpps_driver.h33 static Driver *get_driver(DrmDevice &&drm_device);
Dpps_driver.cc69 Driver *Driver::get_driver(DrmDevice &&drm_device) in get_driver() function in pps::Driver
Dpps_datasource.cc45 if (auto driver = Driver::get_driver(std::move(drm_device))) { in OnSetup()
/third_party/ltp/testcases/kernel/device-drivers/base/tbase/
Dtbase.c494 if ((tmp = get_driver(drv))) { in test_get_drv()