Home
last modified time | relevance | path

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

/linux/drivers/ata/
H A Dahci_st.c130 .host_stop = st_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 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,
H A Dlibata-core.c5879 if (host->ops->host_stop) in ata_host_stop()
5880 host->ops->host_stop(host); in ata_host_stop()
5972 if (host->ops && host->ops->host_stop) in ata_host_start()
/linux/include/linux/
H A Dlibata.h1010 void (*host_stop)(struct ata_host *host); member