Lines Matching refs:device
85 #include <linux/device.h>
200 static int el3_suspend(struct device *, pm_message_t);
201 static int el3_resume(struct device *);
208 /* generic device remove for all device types */
209 static int el3_device_remove (struct device *device);
280 static int el3_isa_match(struct device *pdev, unsigned int ndev)
338 static int el3_isa_remove(struct device *pdev,
347 static int el3_isa_suspend(struct device *dev, unsigned int n,
354 static int el3_isa_resume(struct device *dev, unsigned int n)
485 static int el3_eisa_probe (struct device *device);
529 /* The EL3-specific entries in the device structure. */
558 static int el3_eisa_probe(struct device *device)
568 edev = to_eisa_device (device);
591 SET_NETDEV_DEV(dev, device);
609 /* This remove works for all device types.
612 static int el3_device_remove(struct device *device)
616 dev = dev_get_drvdata(device);
877 single-threaded if the device is active. This is expected to be a rare
1316 el3_suspend(struct device *pdev, pm_message_t state)
1340 el3_resume(struct device *pdev)