Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/ata/
Dpata_isapnp.c35 .lost_interrupt = ATA_OP_NULL,
Dsata_vsc.c305 .lost_interrupt = ATA_OP_NULL,
Dsata_qstor.c145 .lost_interrupt = ATA_OP_NULL,
Dpdc_adma.c151 .lost_interrupt = ATA_OP_NULL,
Dsata_promise.c194 .lost_interrupt = ATA_OP_NULL,
Dsata_sx4.c262 .lost_interrupt = ATA_OP_NULL,
Dlibata-eh.c611 if (ap->ops->lost_interrupt) in ata_scsi_cmd_error_handler()
612 ap->ops->lost_interrupt(ap); in ata_scsi_cmd_error_handler()
Dsata_mv.c691 .lost_interrupt = ATA_OP_NULL,
711 .lost_interrupt = ATA_OP_NULL,
Dlibata-sff.c69 .lost_interrupt = ata_sff_lost_interrupt,
Dsata_nv.c469 .lost_interrupt = ATA_OP_NULL,
/Linux-v4.19/drivers/parport/
Dparport_ip32.c1317 static unsigned int lost_interrupt = 0; in parport_ip32_fwp_wait_interrupt() local
1350 && !lost_interrupt) { in parport_ip32_fwp_wait_interrupt()
1354 lost_interrupt = 1; in parport_ip32_fwp_wait_interrupt()
/Linux-v4.19/include/linux/
Dlibata.h940 void (*lost_interrupt)(struct ata_port *ap); member