Searched refs:ata_dummy_port_ops (Results 1 - 7 of 7) sorted by relevance

/linux-master/drivers/ata/
H A Dacard-ahci.c433 ap->ops = &ata_dummy_port_ops;
H A Dsata_highbank.c548 ap->ops = &ata_dummy_port_ops;
H A Dlibahci_platform.c747 ap->ops = &ata_dummy_port_ops;
H A Dlibata-sff.c2171 ap->ops = &ata_dummy_port_ops;
2183 ap->ops = &ata_dummy_port_ops;
2363 if (ppi[i]->port_ops != &ata_dummy_port_ops)
H A Dlibata-core.c5647 if (!host->ops && (pi->port_ops != &ata_dummy_port_ops))
6649 struct ata_port_operations ata_dummy_port_ops = { variable in typeref:struct:ata_port_operations
6656 EXPORT_SYMBOL_GPL(ata_dummy_port_ops); variable
6659 .port_ops = &ata_dummy_port_ops,
H A Dahci.c2015 ap->ops = &ata_dummy_port_ops;
/linux-master/include/linux/
H A Dlibata.h1018 extern struct ata_port_operations ata_dummy_port_ops;
1057 return ap->ops == &ata_dummy_port_ops;

Completed in 188 milliseconds