Searched refs:bus_ops (Results 1 – 4 of 4) sorted by relevance
1970 if (host->bus_ops && host->bus_ops->suspend) in __mci_suspend()1971 ret = host->bus_ops->suspend(host); in __mci_suspend()1973 if (host->bus_ops->resume) in __mci_suspend()1974 host->bus_ops->resume(host); in __mci_suspend()1985 if (host->bus_ops && host->bus_ops->resume) in __mci_suspend()1986 ret = host->bus_ops->resume(host); in __mci_suspend()2097 if (host->bus_ops && host->bus_ops->resume) in __mci_resume()2098 ret = host->bus_ops->resume(host); in __mci_resume()
829 SD_WARN_ON(host->bus_ops); in mmc_attach_bus()830 host->bus_ops = ops; in mmc_attach_bus()846 if (!host->bus_ops) in mmc_detach_bus()850 host->bus_ops = NULL; in mmc_detach_bus()
302 const struct mmc_bus_ops *bus_ops; /* current bus driver */ member
570 static struct rt_i2c_bus_device_ops bus_ops = { variable589 bus->ops = &bus_ops; in davinci_i2c_init()
Completed in 16 milliseconds