Lines Matching refs:drm_device
47 void gma_power_init(struct drm_device *dev) in gma_power_init()
71 void gma_power_uninit(struct drm_device *dev) in gma_power_uninit()
83 static void gma_suspend_display(struct drm_device *dev) in gma_suspend_display()
102 struct drm_device *dev = pci_get_drvdata(pdev); in gma_resume_display()
126 struct drm_device *dev = pci_get_drvdata(pdev); in gma_suspend_pci()
156 struct drm_device *dev = pci_get_drvdata(pdev); in gma_resume_pci()
191 struct drm_device *dev = pci_get_drvdata(pdev); in gma_power_suspend()
218 struct drm_device *dev = pci_get_drvdata(pdev); in gma_power_resume()
235 bool gma_power_is_on(struct drm_device *dev) in gma_power_is_on()
249 bool gma_power_begin(struct drm_device *dev, bool force_on) in gma_power_begin()
288 void gma_power_end(struct drm_device *dev) in gma_power_end()
311 struct drm_device *drmdev = pci_get_drvdata(to_pci_dev(dev)); in psb_runtime_idle()