Searched refs:host_stop (Results 1 – 8 of 8) sorted by relevance
130 .host_stop = st_ahci_host_stop,
333 .host_stop = brcm_ahci_host_stop,
433 .host_stop = nv_host_stop,
135 .host_stop = qs_host_stop,
478 .host_stop = nv_ck804_host_stop,502 .host_stop = nv_adma_host_stop,
1407 .host_stop = sata_fsl_host_stop,
5879 if (host->ops->host_stop) in ata_host_stop()5880 host->ops->host_stop(host); in ata_host_stop()5972 if (host->ops && host->ops->host_stop) in ata_host_start()
1010 void (*host_stop)(struct ata_host *host); member