Searched refs:host_stop (Results 1 – 13 of 13) sorted by relevance
| /drivers/usb/chipidea/ |
| A D | host.c | 209 static void host_stop(struct ci_hdrc *ci) in host_stop() function 237 host_stop(ci); in ci_hdrc_host_destroy() 486 rdrv->stop = host_stop; in ci_hdrc_host_init()
|
| /drivers/ata/ |
| A D | ahci_st.c | 130 .host_stop = st_ahci_host_stop,
|
| A D | ahci_xgene.c | 615 .host_stop = xgene_ahci_host_stop, 632 .host_stop = xgene_ahci_host_stop,
|
| A D | ahci_dwc.c | 391 .host_stop = ahci_dwc_stop_host,
|
| A D | ahci_brcm.c | 333 .host_stop = brcm_ahci_host_stop,
|
| A D | pata_amd.c | 433 .host_stop = nv_host_stop,
|
| A D | ahci_tegra.c | 443 .host_stop = tegra_ahci_host_stop,
|
| A D | sata_qstor.c | 135 .host_stop = qs_host_stop,
|
| A D | libahci_platform.c | 32 .host_stop = ahci_host_stop,
|
| A D | ahci_imx.c | 655 .host_stop = ahci_imx_host_stop,
|
| A D | sata_nv.c | 478 .host_stop = nv_ck804_host_stop, 502 .host_stop = nv_adma_host_stop,
|
| A D | sata_fsl.c | 1407 .host_stop = sata_fsl_host_stop,
|
| A D | libata-core.c | 5748 if (host->ops->host_stop) in ata_host_stop() 5749 host->ops->host_stop(host); in ata_host_stop() 5841 if (host->ops && host->ops->host_stop) in ata_host_start()
|
Completed in 41 milliseconds