Lines Matching refs:drm_client_dev
56 struct drm_client_dev client;
63 static struct drm_log *client_to_drm_log(struct drm_client_dev *client) in client_to_drm_log()
190 static int drm_log_setup_modeset(struct drm_client_dev *client, in drm_log_setup_modeset()
223 static int drm_log_count_modeset(struct drm_client_dev *client) in drm_log_count_modeset()
237 struct drm_client_dev *client = &dlog->client; in drm_log_init_client()
282 static void drm_log_free_scanout(struct drm_client_dev *client) in drm_log_free_scanout()
296 static void drm_log_client_free(struct drm_client_dev *client) in drm_log_client_free()
306 static void drm_log_client_unregister(struct drm_client_dev *client) in drm_log_client_unregister()
318 static int drm_log_client_restore(struct drm_client_dev *client, bool force) in drm_log_client_restore()
330 static int drm_log_client_hotplug(struct drm_client_dev *client) in drm_log_client_hotplug()
341 static int drm_log_client_suspend(struct drm_client_dev *client) in drm_log_client_suspend()
350 static int drm_log_client_resume(struct drm_client_dev *client) in drm_log_client_resume()