Home
last modified time | relevance | path

Searched refs:ata_dummy_port_ops (Results 1 – 6 of 6) sorted by relevance

/drivers/ata/
Dahci_platform.c204 ap->ops = &ata_dummy_port_ops; in ahci_probe()
Dacard-ahci.c486 ap->ops = &ata_dummy_port_ops; in acard_ahci_init_one()
Dsata_highbank.c351 ap->ops = &ata_dummy_port_ops; in ahci_highbank_probe()
Dlibata-sff.c2314 ap->ops = &ata_dummy_port_ops; in ata_pci_sff_init_host()
2326 ap->ops = &ata_dummy_port_ops; in ata_pci_sff_init_host()
2505 if (ppi[i]->port_ops != &ata_dummy_port_ops) in ata_sff_find_valid_pi()
Dlibata-core.c5810 if (!host->ops && (pi->port_ops != &ata_dummy_port_ops)) in ata_host_alloc_pinfo()
6760 struct ata_port_operations ata_dummy_port_ops = { variable
6769 .port_ops = &ata_dummy_port_ops,
6859 EXPORT_SYMBOL_GPL(ata_dummy_port_ops);
Dahci.c1346 ap->ops = &ata_dummy_port_ops; in ahci_init_one()