Searched refs:host_stop (Results 1 – 11 of 11) sorted by relevance
| /linux/drivers/ata/ |
| H A D | ahci_st.c | 130 .host_stop = st_ahci_host_stop,
|
| H A D | ahci_xgene.c | 612 .host_stop = xgene_ahci_host_stop, 629 .host_stop = xgene_ahci_host_stop,
|
| H A D | ahci_brcm.c | 333 .host_stop = brcm_ahci_host_stop,
|
| H A D | pata_amd.c | 433 .host_stop = nv_host_stop,
|
| H A D | sata_qstor.c | 135 .host_stop = qs_host_stop,
|
| H A D | libahci_platform.c | 32 .host_stop = ahci_host_stop,
|
| H A D | ahci_imx.c | 655 .host_stop = ahci_imx_host_stop,
|
| H A D | sata_nv.c | 478 .host_stop = nv_ck804_host_stop, 502 .host_stop = nv_adma_host_stop,
|
| H A D | sata_fsl.c | 1407 .host_stop = sata_fsl_host_stop,
|
| /linux/Documentation/driver-api/ |
| H A D | libata.rst | 360 void (*host_stop) (struct ata_host_set *host_set); 373 ``->port_stop()`` is called after ``->host_stop()``. Its sole function is to 377 ``->host_stop()`` is called after all ``->port_stop()`` calls have completed.
|
| /linux/include/linux/ |
| H A D | libata.h | 1010 void (*host_stop)(struct ata_host *host); member
|