Searched refs:host_stop (Results 1 – 11 of 11) sorted by relevance
| /linux-4.4.14/drivers/usb/chipidea/ |
| D | host.c | 182 static void host_stop(struct ci_hdrc *ci) in host_stop() function 199 host_stop(ci); in ci_hdrc_host_destroy() 255 rdrv->stop = host_stop; in ci_hdrc_host_init()
|
| /linux-4.4.14/drivers/ata/ |
| D | ahci_st.c | 134 .host_stop = st_ahci_host_stop,
|
| D | ahci_xgene.c | 553 .host_stop = xgene_ahci_host_stop, 570 .host_stop = xgene_ahci_host_stop,
|
| D | ahci_tegra.c | 278 .host_stop = tegra_ahci_host_stop,
|
| D | libahci_platform.c | 34 .host_stop = ahci_host_stop,
|
| D | ahci_imx.c | 347 .host_stop = ahci_imx_host_stop,
|
| D | pata_amd.c | 432 .host_stop = nv_host_stop,
|
| D | sata_qstor.c | 151 .host_stop = qs_host_stop,
|
| D | sata_nv.c | 485 .host_stop = nv_ck804_host_stop, 509 .host_stop = nv_adma_host_stop,
|
| D | libata-core.c | 5892 if (host->ops->host_stop) in ata_host_stop() 5893 host->ops->host_stop(host); in ata_host_stop() 5985 if (host->ops->host_stop) in ata_host_start()
|
| /linux-4.4.14/include/linux/ |
| D | libata.h | 946 void (*host_stop)(struct ata_host *host); member
|