Searched defs:gendev (Results 1 - 6 of 6) sorted by relevance

/drivers/macintosh/
H A Dmacio_asic.c548 static void maciom_release(struct device *gendev, void *res) argument
550 struct macio_dev *dev = to_macio_device(gendev);
/drivers/net/ethernet/hp/
H A Dhp100.c2843 static int __init hp100_eisa_probe (struct device *gendev) argument
2846 struct eisa_device *edev = to_eisa_device(gendev);
2862 dev_set_drvdata(gendev, dev);
2869 static int __devexit hp100_eisa_remove (struct device *gendev) argument
2871 struct net_device *dev = dev_get_drvdata(gendev);
/drivers/pci/
H A Dpci.c1257 static void pcim_release(struct device *gendev, void *res) argument
1259 struct pci_dev *dev = container_of(gendev, struct pci_dev, dev);
/drivers/net/ethernet/dec/tulip/
H A Dde4x5.c856 struct device *gendev; /* Generic device */ member in struct:de4x5_private
910 static int de4x5_hw_init(struct net_device *dev, u_long iobase, struct device *gendev);
1096 de4x5_hw_init(struct net_device *dev, u_long iobase, struct device *gendev) argument
1103 dev_set_drvdata(gendev, dev);
1109 pdev = to_pci_dev (gendev);
1127 EISA_signature(name, gendev);
1135 printk ("%s: %s at 0x%04lx", dev_name(gendev), name, iobase);
1150 lp->gendev = gendev;
1170 sprintf(lp->adapter_name,"%s (%s)", name, dev_name(gendev));
1994 de4x5_eisa_probe(struct device *gendev) argument
[all...]
/drivers/ata/
H A Dlibata-core.c5576 static void ata_host_release(struct device *gendev, void *res) argument
5578 struct ata_host *host = dev_get_drvdata(gendev);
5596 dev_set_drvdata(gendev, NULL);
5775 static void ata_host_stop(struct device *gendev, void *res) argument
5777 struct ata_host *host = dev_get_drvdata(gendev);
/drivers/net/ethernet/3com/
H A D3c59x.c611 struct device *gendev; member in struct:vortex_private
703 ((struct pci_dev *) (((vp)->gendev) ? DEVICE_PCI((vp)->gendev) : NULL))
712 ((struct eisa_device *) (((vp)->gendev) ? DEVICE_EISA((vp)->gendev) : NULL))
755 static int vortex_probe1(struct device *gendev, void __iomem *ioaddr, int irq,
1086 * Start up the PCI/EISA device which is described by *gendev.
1091 static int __devinit vortex_probe1(struct device *gendev, argument
1112 if (gendev) {
1113 if ((pdev = DEVICE_PCI(gendev))) {
[all...]

Completed in 168 milliseconds