Lines Matching defs:_dev
188 int gma_power_suspend(struct device *_dev)
190 struct pci_dev *pdev = to_pci_dev(_dev);
215 int gma_power_resume(struct device *_dev)
217 struct pci_dev *pdev = to_pci_dev(_dev);
319 int gma_power_thaw(struct device *_dev)
321 return gma_power_resume(_dev);
324 int gma_power_freeze(struct device *_dev)
326 return gma_power_suspend(_dev);
329 int gma_power_restore(struct device *_dev)
331 return gma_power_resume(_dev);