Lines Matching defs:device
987 ret = ath9k_init_device(id->device, sc, &ath_pci_bus_ops);
989 dev_err(&pdev->dev, "Failed to initialize device\n");
1023 static int ath_pci_suspend(struct device *device)
1025 struct ieee80211_hw *hw = dev_get_drvdata(device);
1030 dev_info(device, "WOW is enabled, bypassing PCI suspend\n");
1034 /* The device has to be moved to FULLSLEEP forcibly.
1046 static int ath_pci_resume(struct device *device)
1048 struct pci_dev *pdev = to_pci_dev(device);