Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/usb/chipidea/
Dhost.c182 static void host_stop(struct ci_hdrc *ci) in host_stop() function
206 host_stop(ci); in ci_hdrc_host_destroy()
262 rdrv->stop = host_stop; in ci_hdrc_host_init()
/Linux-v4.19/drivers/ata/
Dahci_st.c134 .host_stop = st_ahci_host_stop,
Dahci_xgene.c635 .host_stop = xgene_ahci_host_stop,
652 .host_stop = xgene_ahci_host_stop,
Dahci_brcm.c339 .host_stop = brcm_ahci_host_stop,
Dpata_amd.c432 .host_stop = nv_host_stop,
Dahci_tegra.c443 .host_stop = tegra_ahci_host_stop,
Dlibahci_platform.c35 .host_stop = ahci_host_stop,
Dsata_qstor.c151 .host_stop = qs_host_stop,
Dahci_imx.c808 .host_stop = ahci_imx_host_stop,
Dsata_nv.c485 .host_stop = nv_ck804_host_stop,
509 .host_stop = nv_adma_host_stop,
Dlibata-core.c6289 if (host->ops->host_stop) in ata_host_stop()
6290 host->ops->host_stop(host); in ata_host_stop()
6382 if (host->ops->host_stop) in ata_host_start()
/Linux-v4.19/Documentation/driver-api/
Dlibata.rst378 void (*host_stop) (struct ata_host_set *host_set);
391 ``->port_stop()`` is called after ``->host_stop()``. Its sole function is to
395 ``->host_stop()`` is called after all ``->port_stop()`` calls have completed.
/Linux-v4.19/include/linux/
Dlibata.h962 void (*host_stop)(struct ata_host *host); member