Lines Matching refs:bus_ops
1408 host->bus_ops = ops; in mmc_attach_bus()
1416 host->bus_ops = NULL; in mmc_detach_bus()
2049 ret = host->bus_ops->hw_reset(host); in mmc_hw_reset()
2063 if (!host->bus_ops->sw_reset) in mmc_sw_reset()
2066 ret = host->bus_ops->sw_reset(host); in mmc_sw_reset()
2133 ret = host->bus_ops->alive(host); in _mmc_detect_card_removed()
2250 if (host->bus_ops) in mmc_rescan()
2251 host->bus_ops->detect(host); in mmc_rescan()
2256 if (host->bus_ops != NULL) in mmc_rescan()
2299 if (!mmc_card_is_removable(host) && !host->bus_ops) in mmc_rescan()
2354 if (host->bus_ops) { in mmc_stop_host()
2356 host->bus_ops->remove(host); in mmc_stop_host()