Searched refs:ata_dummy_port_ops (Results 1 – 4 of 4) sorted by relevance
549 ap->ops = &ata_dummy_port_ops; in ahci_highbank_probe()
764 ap->ops = &ata_dummy_port_ops; in ahci_platform_init_host()
5632 if (!host->ops && (pi->port_ops != &ata_dummy_port_ops)) in ata_host_alloc_pinfo()6634 struct ata_port_operations ata_dummy_port_ops = { variable6640 EXPORT_SYMBOL_GPL(ata_dummy_port_ops);6643 .port_ops = &ata_dummy_port_ops,
1072 extern struct ata_port_operations ata_dummy_port_ops;1111 return ap->ops == &ata_dummy_port_ops; in ata_port_is_dummy()