Searched refs:ahci_ops (Results 1 – 15 of 15) sorted by relevance
/openbmc/u-boot/drivers/ata/ |
H A D | sata.c | 23 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 D | ahci.c | 110 .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 D | ahci_seattle.c | 51 .inherits = &ahci_ops, 62 .inherits = &ahci_ops,
|
H A D | ahci_xgene.c | 616 .inherits = &ahci_ops, 633 .inherits = &ahci_ops,
|
H A D | ahci_qoriq.c | 149 .inherits = &ahci_ops,
|
H A D | ahci.h | 404 extern struct ata_port_operations ahci_ops;
|
H A D | acard-ahci.c | 74 .inherits = &ahci_ops,
|
H A D | ahci_imx.c | 795 ret = ahci_ops.softreset(link, class, deadline); in ahci_imx_softreset() 801 .inherits = &ahci_ops,
|
H A D | ahci_brcm.c | 329 .inherits = &ahci_ops,
|
H A D | ahci_tegra.c | 442 .inherits = &ahci_ops,
|
H A D | libahci_platform.c | 31 .inherits = &ahci_ops,
|
H A D | sata_highbank.c | 430 .inherits = &ahci_ops,
|
H A D | libahci.c | 154 struct ata_port_operations ahci_ops = { variable 191 EXPORT_SYMBOL_GPL(ahci_ops); 194 .inherits = &ahci_ops,
|
/openbmc/u-boot/include/ |
H A D | ahci.h | 178 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 D | cm_fx6.c | 770 struct ahci_ops sata_imx_ops = {
|