Searched refs:ahci_ops (Results 1 – 15 of 15) sorted by relevance
| /OK3568_Linux_fs/u-boot/drivers/ata/ |
| H A D | sata.c | 24 struct ahci_ops *ops = ahci_get_ops(dev); in sata_reset() 34 struct ahci_ops *ops = ahci_get_ops(dev); in sata_dm_port_status() 44 struct ahci_ops *ops = ahci_get_ops(dev); in sata_scan()
|
| /OK3568_Linux_fs/kernel/drivers/ata/ |
| H A D | ahci.c | 108 .inherits = &ahci_ops, 113 .inherits = &ahci_ops, 118 .inherits = &ahci_ops, 128 .port_ops = &ahci_ops, 135 .port_ops = &ahci_ops, 142 .port_ops = &ahci_ops, 149 .port_ops = &ahci_ops, 156 .port_ops = &ahci_ops, 163 .port_ops = &ahci_ops, 170 .port_ops = &ahci_ops, [all …]
|
| H A D | ahci_seattle.c | 52 .inherits = &ahci_ops, 63 .inherits = &ahci_ops,
|
| H A D | ahci_xgene.c | 621 .inherits = &ahci_ops, 638 .inherits = &ahci_ops,
|
| H A D | ahci.h | 394 extern struct ata_port_operations ahci_ops;
|
| H A D | ahci_qoriq.c | 155 .inherits = &ahci_ops,
|
| H A D | acard-ahci.c | 74 .inherits = &ahci_ops,
|
| H A D | ahci_imx.c | 790 ret = ahci_ops.softreset(link, class, deadline); in ahci_imx_softreset() 796 .inherits = &ahci_ops,
|
| H A D | ahci_brcm.c | 328 .inherits = &ahci_ops,
|
| H A D | ahci_tegra.c | 433 .inherits = &ahci_ops,
|
| H A D | libahci_platform.c | 30 .inherits = &ahci_ops,
|
| H A D | sata_highbank.c | 429 .inherits = &ahci_ops,
|
| H A D | libahci.c | 133 struct ata_port_operations ahci_ops = { variable 169 EXPORT_SYMBOL_GPL(ahci_ops); 172 .inherits = &ahci_ops,
|
| /OK3568_Linux_fs/u-boot/include/ |
| H A D | ahci.h | 179 struct ahci_ops { struct 206 #define ahci_get_ops(dev) ((struct ahci_ops *)(dev)->driver->ops) argument
|
| /OK3568_Linux_fs/u-boot/board/compulab/cm_fx6/ |
| H A D | cm_fx6.c | 820 struct ahci_ops sata_imx_ops = {
|