Lines Matching full:irq
1539 * - Removed SA_INTERRUPT flag from irq handler.
1610 * v1.11 Aug 31, 2000 - Do not try to register irq 0 if no irq line was
1775 static int TLan_probe1( struct pci_dev *pdev, long ioaddr, int irq, int rev, const struct pci_device_id *ent);
1978 long ioaddr, int irq, int rev, const struct pci_device_id *ent )
2023 dev->irq = pdev->irq;
2041 dev->irq = irq;
2064 * within our irq handler */
2091 printk(KERN_INFO "TLAN: %s irq=%2d, io=%04x, %s, Rev. %d\n",
2093 (int) dev->irq,
2154 int irq;
2192 /* Get irq from board */
2195 irq=5;
2198 irq=9;
2201 irq=10;
2204 irq=11;
2212 rc = TLan_probe1( NULL, ioaddr, irq,
2326 * It allocates the IRQ, resets and brings the adapter
2339 err = request_irq( dev->irq, TLan_HandleInterrupt, SA_SHIRQ, TLanSignature, dev );
2342 printk(KERN_ERR "TLAN: Cannot open %s because IRQ %d is already in use.\n", dev->name, dev->irq );
2536 * irq The line on which the interrupt
2539 * this irq line.
2551 static void TLan_HandleInterrupt(int irq, void *dev_id, struct pt_regs *regs)
2592 * its time as needed, and frees the irq it is using.
2610 free_irq( dev->irq, dev );
2738 * dev Device assigned the IRQ that was
2745 * the IRQ line assigned to the device.
2762 * dev Device assigned the IRQ that was
2845 * dev Device assigned the IRQ that was
2870 * dev Device assigned the IRQ that was
3007 * dev Device assigned the IRQ that was
3031 * dev Device assigned the IRQ that was
3053 TLAN_DBG( TLAN_DEBUG_TX, "TRANSMIT: Handling TX EOC (Head=%d Tail=%d) -- IRQ\n", priv->txHead, priv->txTail );
3074 * dev Device assigned the IRQ that was
3147 * dev Device assigned the IRQ that was
3168 TLAN_DBG( TLAN_DEBUG_RX, "RECEIVE: Handling RX EOC (Head=%d Tail=%d) -- IRQ\n", priv->rxHead, priv->rxTail );