Searched refs:gendev (Results 1 – 4 of 4) sorted by relevance
| /linux/drivers/net/ethernet/3com/ |
| H A D | 3c59x.c | 611 struct device *gendev; member 701 ((struct pci_dev *) (((vp)->gendev) ? DEVICE_PCI((vp)->gendev) : NULL)) 710 ((struct eisa_device *) (((vp)->gendev) ? DEVICE_EISA((vp)->gendev) : NULL)) 753 static int vortex_probe1(struct device *gendev, void __iomem *ioaddr, int irq, 1088 static int vortex_probe1(struct device *gendev, void __iomem *ioaddr, int irq, in vortex_probe1() argument 1109 if (gendev) { in vortex_probe1() 1110 if ((pdev = DEVICE_PCI(gendev))) { in vortex_probe1() 1114 if ((edev = DEVICE_EISA(gendev))) { in vortex_probe1() 1124 SET_NETDEV_DEV(dev, gendev); in vortex_probe1() 1173 if (gendev == NULL) { in vortex_probe1() [all …]
|
| /linux/drivers/macintosh/ |
| H A D | macio_asic.c | 551 static void maciom_release(struct device *gendev, void *res) in maciom_release() argument 553 struct macio_dev *dev = to_macio_device(gendev); in maciom_release()
|
| /linux/drivers/pci/ |
| H A D | devres.c | 408 static void pcim_iomap_release(struct device *gendev, void *res) in pcim_iomap_release() argument
|
| /linux/drivers/net/arcnet/ |
| H A D | arcnet.c | 221 static void arcnet_led_release(struct device *gendev, void *res) in arcnet_led_release() argument 223 struct arcnet_local *lp = netdev_priv(to_net_dev(gendev)); in arcnet_led_release()
|