Searched defs:mmc_bus_ops (Results 1 – 2 of 2) sorted by relevance
106025 struct mmc_bus_ops { struct106026 void (*remove)(struct mmc_host *);106027 void (*detect)(struct mmc_host *);106028 int (*pre_suspend)(struct mmc_host *);106029 int (*suspend)(struct mmc_host *);106030 int (*resume)(struct mmc_host *);106031 int (*runtime_suspend)(struct mmc_host *);106032 int (*runtime_resume)(struct mmc_host *);106033 int (*alive)(struct mmc_host *);106034 int (*shutdown)(struct mmc_host *);[all …]
115891 struct mmc_bus_ops { struct115892 void (*remove)(struct mmc_host *);115893 void (*detect)(struct mmc_host *);115894 int (*pre_suspend)(struct mmc_host *);115895 int (*suspend)(struct mmc_host *);115896 int (*resume)(struct mmc_host *);115897 int (*runtime_suspend)(struct mmc_host *);115898 int (*runtime_resume)(struct mmc_host *);115899 int (*alive)(struct mmc_host *);115900 int (*shutdown)(struct mmc_host *);[all …]