Home
last modified time | relevance | path

Searched refs:ahci_ops (Results 1 – 15 of 15) sorted by relevance

/openbmc/u-boot/drivers/ata/
H A Dsata.c23 struct ahci_ops *ops = ahci_get_ops(dev); in sata_reset()
33 struct ahci_ops *ops = ahci_get_ops(dev); in sata_dm_port_status()
43 struct ahci_ops *ops = ahci_get_ops(dev); in sata_scan()
/openbmc/linux/drivers/ata/
H A Dahci.c110 .inherits = &ahci_ops,
115 .inherits = &ahci_ops,
120 .inherits = &ahci_ops,
130 .port_ops = &ahci_ops,
137 .port_ops = &ahci_ops,
144 .port_ops = &ahci_ops,
151 .port_ops = &ahci_ops,
158 .port_ops = &ahci_ops,
165 .port_ops = &ahci_ops,
172 .port_ops = &ahci_ops,
[all …]
H A Dahci_seattle.c51 .inherits = &ahci_ops,
62 .inherits = &ahci_ops,
H A Dahci_xgene.c616 .inherits = &ahci_ops,
633 .inherits = &ahci_ops,
H A Dahci.h404 extern struct ata_port_operations ahci_ops;
H A Dahci_qoriq.c149 .inherits = &ahci_ops,
H A Dacard-ahci.c74 .inherits = &ahci_ops,
H A Dahci_imx.c795 ret = ahci_ops.softreset(link, class, deadline); in ahci_imx_softreset()
801 .inherits = &ahci_ops,
H A Dahci_brcm.c329 .inherits = &ahci_ops,
H A Dahci_tegra.c442 .inherits = &ahci_ops,
H A Dlibahci_platform.c31 .inherits = &ahci_ops,
H A Dsata_highbank.c429 .inherits = &ahci_ops,
H A Dlibahci.c154 struct ata_port_operations ahci_ops = { variable
191 EXPORT_SYMBOL_GPL(ahci_ops);
194 .inherits = &ahci_ops,
/openbmc/u-boot/include/
H A Dahci.h178 struct ahci_ops { struct
205 #define ahci_get_ops(dev) ((struct ahci_ops *)(dev)->driver->ops) argument
/openbmc/u-boot/board/compulab/cm_fx6/
H A Dcm_fx6.c770 struct ahci_ops sata_imx_ops = {