Home
last modified time | relevance | path

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

/linux/drivers/ata/
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.c5632 if (!host->ops && (pi->port_ops != &ata_dummy_port_ops)) in ata_host_alloc_pinfo()
6634 struct ata_port_operations ata_dummy_port_ops = { variable
6640 EXPORT_SYMBOL_GPL(ata_dummy_port_ops);
6643 .port_ops = &ata_dummy_port_ops,
/linux/include/linux/
H A Dlibata.h1072 extern struct ata_port_operations ata_dummy_port_ops;
1111 return ap->ops == &ata_dummy_port_ops; in ata_port_is_dummy()