Searched defs:mmc_bus_ops (Results 1 – 1 of 1) sorted by relevance
139022 struct mmc_bus_ops { struct139023 void (*remove)(struct mmc_host *);139024 void (*detect)(struct mmc_host *);139025 int (*pre_suspend)(struct mmc_host *);139026 int (*suspend)(struct mmc_host *);139027 int (*resume)(struct mmc_host *);139028 int (*runtime_suspend)(struct mmc_host *);139029 int (*runtime_resume)(struct mmc_host *);139030 int (*alive)(struct mmc_host *);139031 int (*shutdown)(struct mmc_host *);[all …]