Lines Matching defs:device
136 This device driver is designed for the 3Com FastEtherLink and FastEtherLink
272 * be kept in sync with both the enums above, and the PCI device
611 struct device *gendev;
645 unsigned char phys[2]; /* MII device addresses. */
753 static int vortex_probe1(struct device *gendev, void __iomem *ioaddr, int irq,
834 MODULE_PARM_DESC(compaq_device_id, "3c59x PCI device ID (Compaq BIOS problem workaround)");
848 static int vortex_suspend(struct device *dev)
861 static int vortex_resume(struct device *dev)
903 static int vortex_eisa_probe(struct device *device)
908 edev = to_eisa_device(device);
915 if (vortex_probe1(device, ioaddr, ioread16(ioaddr + 0xC88) >> 12,
926 static int vortex_eisa_remove(struct device *device)
933 edev = to_eisa_device(device);
937 pr_err("vortex_eisa_remove called for Compaq device!\n");
976 * any device have been found when we exit from
1002 /* wake up and enable device */
1083 * Start up the PCI/EISA device which is described by *gendev.
1086 * NOTE: pdev can be NULL, for the case of a Compaq device
1088 static int vortex_probe1(struct device *gendev, void __iomem *ioaddr, int irq,
1172 /* module list only for Compaq device */
1444 /* The 3c59x-specific entries in the device structure. */
1561 pr_warn("%s: Could not enable device\n", dev->name);
1577 pr_info("%s: using NWAY device table, not %d\n",
1901 " IRQ blocked by another device?\n", dev->name);
3027 * Must power the device up to do MDIO operations
3262 pr_err("vortex_remove_one called for Compaq device!\n");