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)
337 static void el3_isa_remove(struct device *pdev,
345 static int el3_isa_suspend(struct device *dev, unsigned int n,
352 static int el3_isa_resume(struct device *dev, unsigned int n)
482 static int el3_eisa_probe (struct device *device);
528 /* The EL3-specific entries in the device structure. */
557 static int el3_eisa_probe(struct device *device)
567 edev = to_eisa_device (device);
590 SET_NETDEV_DEV(dev, device);
607 /* This remove works for all device types.
610 static int el3_device_remove(struct device *device)
614 dev = dev_get_drvdata(device);
875 single-threaded if the device is active. This is expected to be a rare
1315 el3_suspend(struct device *pdev, pm_message_t state)
1339 el3_resume(struct device *pdev)