Searched refs:host_stop (Results 1 – 11 of 11) sorted by relevance
162 static void host_stop(struct ci_hdrc *ci) in host_stop() function179 host_stop(ci); in ci_hdrc_host_destroy()235 rdrv->stop = host_stop; in ci_hdrc_host_init()
134 .host_stop = st_ahci_host_stop,
278 .host_stop = tegra_ahci_host_stop,
34 .host_stop = ahci_host_stop,
432 .host_stop = nv_host_stop,
347 .host_stop = ahci_imx_host_stop,
151 .host_stop = qs_host_stop,
547 .host_stop = xgene_ahci_host_stop,
485 .host_stop = nv_ck804_host_stop,509 .host_stop = nv_adma_host_stop,
5891 if (host->ops->host_stop) in ata_host_stop()5892 host->ops->host_stop(host); in ata_host_stop()5984 if (host->ops->host_stop) in ata_host_start()
945 void (*host_stop)(struct ata_host *host); member