Searched refs:lost_interrupt (Results 1 – 4 of 4) sorted by relevance
1307 static unsigned int lost_interrupt = 0; in parport_ip32_fwp_wait_interrupt() local1340 && !lost_interrupt) { in parport_ip32_fwp_wait_interrupt()1343 lost_interrupt = 1; in parport_ip32_fwp_wait_interrupt()
646 if (ap->ops->lost_interrupt) in ata_scsi_cmd_error_handler()647 ap->ops->lost_interrupt(ap); in ata_scsi_cmd_error_handler()
682 .lost_interrupt = ATA_OP_NULL,702 .lost_interrupt = ATA_OP_NULL,
999 void (*lost_interrupt)(struct ata_port *ap); member