Lines Matching defs:device
981 ret = ath9k_init_device(id->device, sc, &ath_pci_bus_ops);
983 dev_err(&pdev->dev, "Failed to initialize device\n");
1017 static int ath_pci_suspend(struct device *device)
1019 struct ieee80211_hw *hw = dev_get_drvdata(device);
1024 dev_info(device, "WOW is enabled, bypassing PCI suspend\n");
1028 /* The device has to be moved to FULLSLEEP forcibly.
1040 static int ath_pci_resume(struct device *device)
1042 struct pci_dev *pdev = to_pci_dev(device);