Home
last modified time | relevance | path

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

/linux/drivers/ata/
H A Dlibata-sff.c2164 ap->ops = &ata_dummy_port_ops; in ata_pci_sff_init_host()
2176 ap->ops = &ata_dummy_port_ops; in ata_pci_sff_init_host()
2356 if (ppi[i]->port_ops != &ata_dummy_port_ops) in ata_sff_find_valid_pi()
H A Dsata_highbank.c549 ap->ops = &ata_dummy_port_ops; in ahci_highbank_probe()
H A Dlibahci_platform.c764 ap->ops = &ata_dummy_port_ops; in ahci_platform_init_host()
H A Dlibata-core.c5852 if (!host->ops && (pi->port_ops != &ata_dummy_port_ops)) in ata_host_alloc_pinfo()
6902 struct ata_port_operations ata_dummy_port_ops = { variable
6908 EXPORT_SYMBOL_GPL(ata_dummy_port_ops);
6911 .port_ops = &ata_dummy_port_ops,
H A Dahci.c2113 ap->ops = &ata_dummy_port_ops; in ahci_init_one()