Searched refs:lost_interrupt (Results 1 – 10 of 10) sorted by relevance
36 .lost_interrupt = ATA_OP_NULL,
129 .lost_interrupt = ATA_OP_NULL,
135 .lost_interrupt = ATA_OP_NULL,
177 .lost_interrupt = ATA_OP_NULL,
246 .lost_interrupt = ATA_OP_NULL,
630 if (ap->ops->lost_interrupt) in ata_scsi_cmd_error_handler()631 ap->ops->lost_interrupt(ap); in ata_scsi_cmd_error_handler()
682 .lost_interrupt = ATA_OP_NULL,702 .lost_interrupt = ATA_OP_NULL,
462 .lost_interrupt = ATA_OP_NULL,
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()
977 void (*lost_interrupt)(struct ata_port *ap); member