Home
last modified time | relevance | path

Searched refs:ATA_OP_NULL (Results 1 – 11 of 11) sorted by relevance

/linux/drivers/ata/
H A Dpata_isapnp.c36 .lost_interrupt = ATA_OP_NULL,
H A Dsata_uli.c70 .reset.hardreset = ATA_OP_NULL,
H A Dsata_qstor.c127 .reset.softreset = ATA_OP_NULL,
129 .lost_interrupt = ATA_OP_NULL,
H A Dpata_ep93xx.c883 .reset.hardreset = ATA_OP_NULL,
894 .sff_irq_clear = ATA_OP_NULL,
H A Dpata_icside.c341 .port_start = ATA_OP_NULL, /* don't need PRD table */
H A Dpdc_adma.c135 .lost_interrupt = ATA_OP_NULL,
H A Dsata_mv.c682 .lost_interrupt = ATA_OP_NULL,
702 .lost_interrupt = ATA_OP_NULL,
735 .dev_config = 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 Dsata_nv.c462 .lost_interrupt = ATA_OP_NULL,
/linux/include/linux/
H A Dlibata.h950 #define ATA_OP_NULL (void *)(unsigned long)(-ENOENT) macro