Searched defs:PowerEventRegistration (Results 1 – 1 of 1) sorted by relevance
181 struct PowerEventRegistration struct183 static std::unique_ptr<PowerEventRegistration> create(int drm_fd, int crtc_id) { in create()190 ~PowerEventRegistration() { in ~PowerEventRegistration()197 PowerEventRegistration(int drm_fd, int crtc_id) : in PowerEventRegistration() argument204 int const fd; //non-owning.205 struct drm_msm_event_req req = {};