Home
last modified time | relevance | path

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

/openbmc/linux/drivers/ata/
H A Dpata_isapnp.c36 .lost_interrupt = ATA_OP_NULL,
H A Dsata_vsc.c289 .lost_interrupt = ATA_OP_NULL,
H A Dsata_qstor.c129 .lost_interrupt = ATA_OP_NULL,
H A Dpdc_adma.c135 .lost_interrupt = ATA_OP_NULL,
H A Dsata_promise.c177 .lost_interrupt = ATA_OP_NULL,
H A Dsata_sx4.c246 .lost_interrupt = ATA_OP_NULL,
H A 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()
H A Dsata_mv.c682 .lost_interrupt = ATA_OP_NULL,
702 .lost_interrupt = ATA_OP_NULL,
H A Dlibata-sff.c49 .lost_interrupt = ata_sff_lost_interrupt,
H A Dsata_nv.c460 .lost_interrupt = ATA_OP_NULL,
/openbmc/linux/drivers/parport/
H A 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()
/openbmc/linux/include/linux/
H A Dlibata.h925 void (*lost_interrupt)(struct ata_port *ap); member