Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/ata/
Dpata_isapnp.c36 .lost_interrupt = ATA_OP_NULL,
Dsata_vsc.c289 .lost_interrupt = ATA_OP_NULL,
Dsata_qstor.c129 .lost_interrupt = ATA_OP_NULL,
Dpdc_adma.c135 .lost_interrupt = ATA_OP_NULL,
Dsata_promise.c177 .lost_interrupt = ATA_OP_NULL,
Dsata_sx4.c246 .lost_interrupt = ATA_OP_NULL,
Dlibata-eh.c615 if (ap->ops->lost_interrupt) in ata_scsi_cmd_error_handler()
616 ap->ops->lost_interrupt(ap); in ata_scsi_cmd_error_handler()
Dsata_mv.c682 .lost_interrupt = ATA_OP_NULL,
702 .lost_interrupt = ATA_OP_NULL,
Dlibata-sff.c49 .lost_interrupt = ata_sff_lost_interrupt,
Dsata_nv.c460 .lost_interrupt = ATA_OP_NULL,
/Linux-v6.6/drivers/parport/
Dparport_ip32.c1307 static unsigned int lost_interrupt = 0; in parport_ip32_fwp_wait_interrupt() local
1340 && !lost_interrupt) { in parport_ip32_fwp_wait_interrupt()
1343 lost_interrupt = 1; in parport_ip32_fwp_wait_interrupt()
/Linux-v6.6/include/linux/
Dlibata.h924 void (*lost_interrupt)(struct ata_port *ap); member