Home
last modified time | relevance | path

Searched refs:host_stop (Results 1 – 11 of 11) sorted by relevance

/linux/drivers/ata/
H A Dahci_st.c130 .host_stop = st_ahci_host_stop,
H A Dahci_xgene.c612 .host_stop = xgene_ahci_host_stop,
629 .host_stop = xgene_ahci_host_stop,
H A Dahci_brcm.c333 .host_stop = brcm_ahci_host_stop,
H A Dpata_amd.c433 .host_stop = nv_host_stop,
H A Dsata_qstor.c135 .host_stop = qs_host_stop,
H A Dlibahci_platform.c32 .host_stop = ahci_host_stop,
H A Dahci_imx.c655 .host_stop = ahci_imx_host_stop,
H A Dsata_nv.c478 .host_stop = nv_ck804_host_stop,
502 .host_stop = nv_adma_host_stop,
H A Dsata_fsl.c1407 .host_stop = sata_fsl_host_stop,
/linux/Documentation/driver-api/
H A Dlibata.rst360 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 Dlibata.h1010 void (*host_stop)(struct ata_host *host); member