Searched refs:e_dev (Results 1 – 1 of 1) sorted by relevance
96 static struct irq_node *eisa_find_irq(struct eisa_device *e_dev, int rid);97 static struct resvaddr *eisa_find_maddr(struct eisa_device *e_dev, int rid);98 static struct resvaddr *eisa_find_ioaddr(struct eisa_device *e_dev, int rid);152 struct eisa_device *e_dev; in eisa_probe() local178 e_dev = (struct eisa_device *)malloc(sizeof(*e_dev), in eisa_probe()180 if (!e_dev) { in eisa_probe()185 e_dev->id = eisa_id; in eisa_probe()186 e_dev->ioconf.slot = slot; in eisa_probe()189 LIST_INIT(&(e_dev->ioconf.ioaddrs)); in eisa_probe()190 LIST_INIT(&(e_dev->ioconf.maddrs)); in eisa_probe()[all …]