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,
1095 static int vortex_probe1(struct device *gendev, void __iomem *ioaddr, int irq, in vortex_probe1() argument
1115 if (gendev) { in vortex_probe1()
1116 if ((pdev = DEVICE_PCI(gendev))) { in vortex_probe1()
1120 if ((edev = DEVICE_EISA(gendev))) { in vortex_probe1()
1130 SET_NETDEV_DEV(dev, gendev); in vortex_probe1()
1179 if (gendev == NULL) { in vortex_probe1()
1209 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()