tag | line | file | source code |
---|---|---|---|
lance_interrupt | 278 | drivers/net/lance.c | static void lance_interrupt(int irq, void *dev_id, struct pt_regs *regs); |
lance_interrupt | 590 | drivers/net/lance.c | request_irq(dev->irq, &lance_interrupt, 0, lp->name, NULL)) { |
lance_interrupt | 491 | drivers/net/sunlance.c | if (request_irq (dev->irq, &lance_interrupt, 0, lancestr, NULL)){ |