Searched refs:get_driver (Results 1 – 5 of 5) sorted by relevance
149 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()
33 static Driver *get_driver(DrmDevice &&drm_device);
69 Driver *Driver::get_driver(DrmDevice &&drm_device) in get_driver() function in pps::Driver
45 if (auto driver = Driver::get_driver(std::move(drm_device))) { in OnSetup()
494 if ((tmp = get_driver(drv))) { in test_get_drv()