aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mmc/core/core.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/mmc/core/core.h')
-rw-r--r--drivers/mmc/core/core.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/drivers/mmc/core/core.h b/drivers/mmc/core/core.h
index d6303d69071b..9d8f09ac0821 100644
--- a/drivers/mmc/core/core.h
+++ b/drivers/mmc/core/core.h
@@ -32,7 +32,8 @@ struct mmc_bus_ops {
32 int (*power_restore)(struct mmc_host *); 32 int (*power_restore)(struct mmc_host *);
33 int (*alive)(struct mmc_host *); 33 int (*alive)(struct mmc_host *);
34 int (*shutdown)(struct mmc_host *); 34 int (*shutdown)(struct mmc_host *);
35 int (*reset)(struct mmc_host *); 35 int (*hw_reset)(struct mmc_host *);
36 int (*sw_reset)(struct mmc_host *);
36}; 37};
37 38
38void mmc_attach_bus(struct mmc_host *host, const struct mmc_bus_ops *ops); 39void mmc_attach_bus(struct mmc_host *host, const struct mmc_bus_ops *ops);
@@ -51,6 +52,7 @@ u32 mmc_select_voltage(struct mmc_host *host, u32 ocr);
51int mmc_set_uhs_voltage(struct mmc_host *host, u32 ocr); 52int mmc_set_uhs_voltage(struct mmc_host *host, u32 ocr);
52int mmc_host_set_uhs_voltage(struct mmc_host *host); 53int mmc_host_set_uhs_voltage(struct mmc_host *host);
53int mmc_set_signal_voltage(struct mmc_host *host, int signal_voltage); 54int mmc_set_signal_voltage(struct mmc_host *host, int signal_voltage);
55void mmc_set_initial_signal_voltage(struct mmc_host *host);
54void mmc_set_timing(struct mmc_host *host, unsigned int timing); 56void mmc_set_timing(struct mmc_host *host, unsigned int timing);
55void mmc_set_driver_type(struct mmc_host *host, unsigned int drv_type); 57void mmc_set_driver_type(struct mmc_host *host, unsigned int drv_type);
56int mmc_select_drive_strength(struct mmc_card *card, unsigned int max_dtr, 58int mmc_select_drive_strength(struct mmc_card *card, unsigned int max_dtr,