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

/linux-4.4.14/drivers/ata/
H A Dpata_isapnp.c35 .lost_interrupt = ATA_OP_NULL,
H A Dsata_vsc.c305 .lost_interrupt = ATA_OP_NULL,
H A Dpdc_adma.c151 .lost_interrupt = ATA_OP_NULL,
H A Dsata_qstor.c145 .lost_interrupt = ATA_OP_NULL,
H A Dsata_promise.c194 .lost_interrupt = ATA_OP_NULL,
H A Dsata_sx4.c262 .lost_interrupt = ATA_OP_NULL,
H A Dlibata-eh.c656 The lost_interrupt handler checks for any completed but ata_scsi_cmd_error_handler()
662 if (ap->ops->lost_interrupt) ata_scsi_cmd_error_handler()
663 ap->ops->lost_interrupt(ap); ata_scsi_cmd_error_handler()
H A Dsata_nv.c469 .lost_interrupt = ATA_OP_NULL,
H A Dsata_mv.c691 .lost_interrupt = ATA_OP_NULL,
711 .lost_interrupt = ATA_OP_NULL,
H A Dlibata-sff.c69 .lost_interrupt = ata_sff_lost_interrupt,
/linux-4.4.14/drivers/parport/
H A Dparport_ip32.c1317 static unsigned int lost_interrupt = 0; parport_ip32_fwp_wait_interrupt() local
1350 && !lost_interrupt) { parport_ip32_fwp_wait_interrupt()
1354 lost_interrupt = 1; parport_ip32_fwp_wait_interrupt()
/linux-4.4.14/include/linux/
H A Dlibata.h924 void (*lost_interrupt)(struct ata_port *ap); member in struct:ata_port_operations

Completed in 291 milliseconds