Lines Matching refs:debugfs
75 struct nouveau_debugfs *debugfs = nouveau_debugfs(drm); in nouveau_debugfs_pstate_get() local
76 struct nvif_object *ctrl = &debugfs->ctrl; in nouveau_debugfs_pstate_get()
80 if (!debugfs) in nouveau_debugfs_pstate_get()
146 struct nouveau_debugfs *debugfs = nouveau_debugfs(drm); in nouveau_debugfs_pstate_set() local
147 struct nvif_object *ctrl = &debugfs->ctrl; in nouveau_debugfs_pstate_set()
152 if (!debugfs) in nouveau_debugfs_pstate_set()
258 drm->debugfs = kzalloc(sizeof(*drm->debugfs), GFP_KERNEL); in nouveau_debugfs_init()
259 if (!drm->debugfs) in nouveau_debugfs_init()
264 &drm->debugfs->ctrl); in nouveau_debugfs_init()
270 if (drm->debugfs && drm->debugfs->ctrl.priv) in nouveau_debugfs_fini()
271 nvif_object_dtor(&drm->debugfs->ctrl); in nouveau_debugfs_fini()
273 kfree(drm->debugfs); in nouveau_debugfs_fini()
274 drm->debugfs = NULL; in nouveau_debugfs_fini()