Lines Matching refs:handler
617 ide_handler_t *handler; in ide_timer_expiry() local
625 handler = hwif->handler; in ide_timer_expiry()
627 if (handler == NULL || hwif->req_gen != hwif->req_gen_timer) { in ide_timer_expiry()
651 hwif->handler = NULL; in ide_timer_expiry()
664 startstop = handler(drive); in ide_timer_expiry()
673 startstop = handler(drive); in ide_timer_expiry()
775 ide_handler_t *handler; in ide_intr() local
793 handler = hwif->handler; in ide_intr()
795 if (handler == NULL || hwif->polling) { in ide_intr()
836 hwif->handler = NULL; in ide_intr()
849 startstop = handler(drive); in ide_intr()
860 BUG_ON(hwif->handler); in ide_intr()