Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/ata/
H A Dacard-ahci.c439 ap->ops = &ata_dummy_port_ops; in acard_ahci_init_one()
H A Dlibahci_platform.c649 ap->ops = &ata_dummy_port_ops; in ahci_platform_init_host()
H A Dlibata-sff.c2262 ap->ops = &ata_dummy_port_ops; in ata_pci_sff_init_host()
2274 ap->ops = &ata_dummy_port_ops; in ata_pci_sff_init_host()
2454 if (ppi[i]->port_ops != &ata_dummy_port_ops) in ata_sff_find_valid_pi()
H A Dsata_highbank.c550 ap->ops = &ata_dummy_port_ops; in ahci_highbank_probe()
H A Dlibata-core.c5503 if (!host->ops && (pi->port_ops != &ata_dummy_port_ops)) in ata_host_alloc_pinfo()
6461 struct ata_port_operations ata_dummy_port_ops = { variable
6468 EXPORT_SYMBOL_GPL(ata_dummy_port_ops);
6471 .port_ops = &ata_dummy_port_ops,
H A Dahci.c1889 ap->ops = &ata_dummy_port_ops; in ahci_init_one()
/OK3568_Linux_fs/kernel/include/linux/
H A Dlibata.h1029 extern struct ata_port_operations ata_dummy_port_ops;
1068 return ap->ops == &ata_dummy_port_ops; in ata_port_is_dummy()