Searched refs:host_stop (Results 1 – 16 of 16) sorted by relevance
/linux/drivers/usb/chipidea/ |
A D | host.c | 201 static void host_stop(struct ci_hdrc *ci) in host_stop() function 229 host_stop(ci); in ci_hdrc_host_destroy() 467 rdrv->stop = host_stop; in ci_hdrc_host_init()
|
/linux/drivers/ata/ |
A D | ahci_st.c | 131 .host_stop = st_ahci_host_stop,
|
A D | ahci_xgene.c | 622 .host_stop = xgene_ahci_host_stop, 639 .host_stop = xgene_ahci_host_stop,
|
A D | pata_amd.c | 433 .host_stop = nv_host_stop,
|
A D | ahci_brcm.c | 330 .host_stop = brcm_ahci_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 | 31 .host_stop = ahci_host_stop,
|
A D | ahci_imx.c | 797 .host_stop = ahci_imx_host_stop,
|
A D | sata_nv.c | 475 .host_stop = nv_ck804_host_stop, 499 .host_stop = nv_adma_host_stop,
|
A D | libata-core.c | 5606 if (host->ops->host_stop) in ata_host_stop() 5607 host->ops->host_stop(host); in ata_host_stop() 5699 if (host->ops && host->ops->host_stop) in ata_host_start()
|
A D | sata_fsl.c | 1437 .host_stop = sata_fsl_host_stop,
|
/linux/Documentation/driver-api/ |
A D | libata.rst | 378 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/include/linux/ |
A D | libata.h | 973 void (*host_stop)(struct ata_host *host); member
|
/linux/ |
A D | System.map | 42546 ffff800010b86540 t host_stop
|
A D | .tmp_System.map | 42546 ffff800010b86540 t host_stop
|
Completed in 372 milliseconds