Lines Matching refs:gendev
611 struct device *gendev; member
702 ((struct pci_dev *) (((vp)->gendev) ? DEVICE_PCI((vp)->gendev) : NULL))
711 ((struct eisa_device *) (((vp)->gendev) ? DEVICE_EISA((vp)->gendev) : NULL))
754 static int vortex_probe1(struct device *gendev, void __iomem *ioaddr, int irq,
1097 static int vortex_probe1(struct device *gendev, void __iomem *ioaddr, int irq, in vortex_probe1() argument
1117 if (gendev) { in vortex_probe1()
1118 if ((pdev = DEVICE_PCI(gendev))) { in vortex_probe1()
1122 if ((edev = DEVICE_EISA(gendev))) { in vortex_probe1()
1132 SET_NETDEV_DEV(dev, gendev); in vortex_probe1()
1181 if (gendev == NULL) { in vortex_probe1()
1211 vp->gendev = gendev; in vortex_probe1()
2989 strlcpy(info->bus_info, dev_name(vp->gendev), in vortex_get_drvinfo()
3252 device_set_wakeup_enable(vp->gendev, vp->enable_wol); in acpi_set_WOL()