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

/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/ide/
H A Dide-tape.c1730 * idetape_pc_intr is the usual interrupt handler which will be called
1737 static ide_startstop_t idetape_pc_intr (ide_drive_t *drive) function
1753 printk (KERN_INFO "ide-tape: Reached idetape_pc_intr interrupt handler\n");
1843 printk (KERN_ERR "ide-tape: CoD != 0 in idetape_pc_intr\n");
1857 ide_set_handler (drive, &idetape_pc_intr, IDETAPE_WAIT_CMD, NULL);
1883 ide_set_handler (drive, &idetape_pc_intr, IDETAPE_WAIT_CMD, NULL); /* And set the interrupt handler again */
1898 * drive, and will set the interrupt handler to idetape_pc_intr.
1900 * 2. On each interrupt, idetape_pc_intr will be called. This step
1957 ide_set_handler(drive, &idetape_pc_intr, IDETAPE_WAIT_CMD, NULL); /* Set the interrupt routine */

Completed in 90 milliseconds