Lines Matching refs:drm_device
99 nouveau_name(struct drm_device *dev) in nouveau_name()
108 nouveau_cli_create(struct drm_device *dev, const char *sname, in nouveau_cli_create()
386 nouveau_drm_load(struct drm_device *dev, unsigned long flags) in nouveau_drm_load()
481 nouveau_drm_unload(struct drm_device *dev) in nouveau_drm_unload()
508 nouveau_drm_device_remove(struct drm_device *dev) in nouveau_drm_device_remove()
525 struct drm_device *dev = pci_get_drvdata(pdev); in nouveau_drm_remove()
531 nouveau_do_suspend(struct drm_device *dev, bool runtime) in nouveau_do_suspend()
600 nouveau_do_resume(struct drm_device *dev, bool runtime) in nouveau_do_resume()
632 struct drm_device *drm_dev = pci_get_drvdata(pdev); in nouveau_pmops_suspend()
654 struct drm_device *drm_dev = pci_get_drvdata(pdev); in nouveau_pmops_resume()
675 struct drm_device *drm_dev = pci_get_drvdata(pdev); in nouveau_pmops_freeze()
683 struct drm_device *drm_dev = pci_get_drvdata(pdev); in nouveau_pmops_thaw()
691 struct drm_device *drm_dev = pci_get_drvdata(pdev); in nouveau_pmops_runtime_suspend()
722 struct drm_device *drm_dev = pci_get_drvdata(pdev); in nouveau_pmops_runtime_resume()
749 struct drm_device *drm_dev = pci_get_drvdata(pdev); in nouveau_pmops_runtime_idle()
787 nouveau_drm_open(struct drm_device *dev, struct drm_file *fpriv) in nouveau_drm_open()
834 nouveau_drm_preclose(struct drm_device *dev, struct drm_file *fpriv) in nouveau_drm_preclose()
853 nouveau_drm_postclose(struct drm_device *dev, struct drm_file *fpriv) in nouveau_drm_postclose()
881 struct drm_device *dev = filp->minor->dev; in nouveau_drm_ioctl()
1030 struct drm_device *
1035 struct drm_device *drm; in nouveau_platform_device_create()