Searched refs:interrupt_handler (Results 1 - 15 of 15) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/isdn/sc/
H A Dcard.h111 irqreturn_t interrupt_handler(int interrupt, void *cardptr);
H A Dinterrupt.c38 irqreturn_t interrupt_handler(int interrupt, void *cardptr) function
H A Dinit.c336 if (request_irq(sc_adapter[cinst]->interrupt, interrupt_handler,
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/net/chelsio/
H A Dgmac.h103 int (*interrupt_handler)(struct cmac *); member in struct:cmac_ops
H A Dcphy.h75 int (*interrupt_handler)(struct cphy *); member in struct:cphy_ops
H A Dsubr.c205 int phy_cause = phy->ops->interrupt_handler(phy);
691 phy_cause = phy->ops->interrupt_handler(phy);
700 phy_cause = phy->ops->interrupt_handler(phy);
715 phy_cause = phy->ops->interrupt_handler(phy);
727 phy_cause = phy->ops->interrupt_handler(phy);
739 mac->ops->interrupt_handler(mac);
755 mac->ops->interrupt_handler(mac);
768 phy_cause = phy->ops->interrupt_handler(phy);
H A Dmv88x201x.c205 .interrupt_handler = mv88x201x_interrupt_handler,
H A Dmy3126.c163 .interrupt_handler = my3126_interrupt_handler,
H A Dmv88e1xxx.c346 .interrupt_handler = mv88e1xxx_interrupt_handler,
H A Dvsc7326.c667 .interrupt_handler = mac_intr_handler,
H A Dpm3393.c592 .interrupt_handler = pm3393_interrupt_handler,
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/scsi/
H A Dibmmca.c494 static irqreturn_t interrupt_handler(int irq, void *dev_id) function
1504 if (request_irq(IM_IRQ, interrupt_handler, IRQF_SHARED, "ibmmcascsi", hosts)) {
1629 if (request_irq(IM_IRQ_FW, interrupt_handler, IRQF_SHARED, "ibmmcascsi", hosts)) {
1690 if (request_irq(IM_IRQ_FW, interrupt_handler, IRQF_SHARED, "ibmmcascsi", hosts))
1865 /* set reduced interrupt_handler-mode for checking */
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/atm/
H A Dambassador.c624 static irqreturn_t interrupt_handler(int irq, void *dev_id) { function
627 PRINTD (DBG_IRQ|DBG_FLOW, "interrupt_handler: %p", dev_id);
665 PRINTD (DBG_IRQ|DBG_FLOW, "interrupt_handler done: %p", dev_id);
1972 err = request_irq(irq, interrupt_handler, IRQF_SHARED, DEV_LABEL, dev);
H A Dhorizon.c1302 static irqreturn_t interrupt_handler(int irq, void *dev_id) { function
1307 PRINTD (DBG_FLOW, "interrupt_handler: %p", dev_id);
1351 PRINTD (DBG_IRQ|DBG_FLOW, "interrupt_handler done: %p", dev_id);
2427 interrupt_handler,
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/sqlite-3.6.22/
H A Dshell.c1489 static void interrupt_handler(int NotUsed){ function
3341 signal(SIGINT, interrupt_handler);

Completed in 194 milliseconds