| /linux/drivers/mmc/core/ |
| H A D | core.h | 14 struct mmc_host; 21 void (*remove)(struct mmc_host *); 22 void (*detect)(struct mmc_host *); 23 int (*pre_suspend)(struct mmc_host *); 24 int (*suspend)(struct mmc_host *); 25 int (*resume)(struct mmc_host *); 26 int (*runtime_suspend)(struct mmc_host *); 27 int (*runtime_resume)(struct mmc_host *); 28 int (*alive)(struct mmc_host *); 29 int (*shutdown)(struct mmc_host *); [all …]
|
| H A D | pwrseq.h | 12 struct mmc_host; 17 void (*pre_power_on)(struct mmc_host *host); 18 void (*post_power_on)(struct mmc_host *host); 19 void (*power_off)(struct mmc_host *host); 20 void (*reset)(struct mmc_host *host); 35 int mmc_pwrseq_alloc(struct mmc_host *host); 36 void mmc_pwrseq_pre_power_on(struct mmc_host *host); 37 void mmc_pwrseq_post_power_on(struct mmc_host *host); 38 void mmc_pwrseq_power_off(struct mmc_host *host); 39 void mmc_pwrseq_reset(struct mmc_host *host); [all …]
|
| H A D | host.h | 16 void mmc_retune_enable(struct mmc_host *host); 17 void mmc_retune_disable(struct mmc_host *host); 18 void mmc_retune_hold(struct mmc_host *host); 19 void mmc_retune_release(struct mmc_host *host); 20 int mmc_retune(struct mmc_host *host); 21 void mmc_retune_pause(struct mmc_host *host); 22 void mmc_retune_unpause(struct mmc_host *host); 24 static inline void mmc_retune_clear(struct mmc_host *host) in mmc_retune_clear() 30 static inline void mmc_retune_hold_now(struct mmc_host *host) in mmc_retune_hold_now() 36 static inline void mmc_retune_recheck(struct mmc_host *host) in mmc_retune_recheck() [all …]
|
| H A D | mmc_ops.h | 21 struct mmc_host; 26 int mmc_deselect_cards(struct mmc_host *host); 27 int mmc_set_dsr(struct mmc_host *host); 28 int __mmc_go_idle(struct mmc_host *host); 29 int mmc_go_idle(struct mmc_host *host); 30 int mmc_send_op_cond(struct mmc_host *host, u32 ocr, u32 *rocr); 32 int mmc_send_adtc_data(struct mmc_card *card, struct mmc_host *host, u32 opcode, 36 int mmc_send_cid(struct mmc_host *host, u32 *cid); 37 int mmc_spi_read_ocr(struct mmc_host *host, int highcap, u32 *ocrp); 38 int mmc_spi_set_crc(struct mmc_host *host, int use_crc); [all …]
|
| H A D | sd_ops.h | 14 struct mmc_host; 18 int mmc_send_app_op_cond(struct mmc_host *host, u32 ocr, u32 *rocr); 19 int mmc_send_if_cond(struct mmc_host *host, u32 ocr); 20 int mmc_send_if_cond_pcie(struct mmc_host *host, u32 ocr); 21 int mmc_send_relative_addr(struct mmc_host *host, unsigned int *rca); 24 int mmc_app_cmd(struct mmc_host *host, struct mmc_card *card); 25 int mmc_send_ext_addr(struct mmc_host *host, u32 addr); 26 void mmc_uhs2_prepare_cmd(struct mmc_host *host, struct mmc_request *mrq);
|
| H A D | host.c | 32 #define cls_dev_to_mmc_host(d) container_of(d, struct mmc_host, class_dev) 39 struct mmc_host *host = cls_dev_to_mmc_host(dev); in mmc_host_class_prepare() 57 struct mmc_host *host = cls_dev_to_mmc_host(dev); in mmc_host_class_complete() 74 struct mmc_host *host = cls_dev_to_mmc_host(dev); in mmc_host_classdev_release() 83 struct mmc_host *host = cls_dev_to_mmc_host(dev); in mmc_host_classdev_shutdown() 110 void mmc_retune_enable(struct mmc_host *host) in mmc_retune_enable() 122 void mmc_retune_pause(struct mmc_host *host) in mmc_retune_pause() 131 void mmc_retune_unpause(struct mmc_host *host) in mmc_retune_unpause() 146 void mmc_retune_disable(struct mmc_host *host) in mmc_retune_disable() 154 void mmc_retune_timer_stop(struct mmc_host *host) in mmc_retune_timer_stop() [all …]
|
| H A D | slot-gpio.c | 32 struct mmc_host *host = dev_id; in mmc_gpio_cd_irqt() 41 int mmc_gpio_alloc(struct mmc_host *host) in mmc_gpio_alloc() 64 void mmc_gpio_set_cd_irq(struct mmc_host *host, int irq) in mmc_gpio_set_cd_irq() 75 int mmc_gpio_get_ro(struct mmc_host *host) in mmc_gpio_get_ro() 90 int mmc_gpio_get_cd(struct mmc_host *host) in mmc_gpio_get_cd() 105 void mmc_gpiod_request_cd_irq(struct mmc_host *host) in mmc_gpiod_request_cd_irq() 141 int mmc_gpio_set_cd_wake(struct mmc_host *host, bool on) in mmc_gpio_set_cd_wake() 175 int mmc_gpiod_request_cd(struct mmc_host *host, const char *con_id, in mmc_gpiod_request_cd() 223 int mmc_gpiod_set_cd_config(struct mmc_host *host, unsigned long config) in mmc_gpiod_set_cd_config() 231 bool mmc_host_can_gpio_cd(struct mmc_host *host) in mmc_host_can_gpio_cd() [all …]
|
| H A D | core.c | 81 static void mmc_should_fail_request(struct mmc_host *host, in mmc_should_fail_request() 105 static inline void mmc_should_fail_request(struct mmc_host *host, in mmc_should_fail_request() 118 void mmc_command_done(struct mmc_host *host, struct mmc_request *mrq) in mmc_command_done() 138 void mmc_request_done(struct mmc_host *host, struct mmc_request *mrq) in mmc_request_done() 215 static void __mmc_start_request(struct mmc_host *host, struct mmc_request *mrq) in __mmc_start_request() 263 static void mmc_mrq_pr_debug(struct mmc_host *host, struct mmc_request *mrq, in mmc_mrq_pr_debug() 297 static int mmc_mrq_prep(struct mmc_host *host, struct mmc_request *mrq) in mmc_mrq_prep() 334 int mmc_start_request(struct mmc_host *host, struct mmc_request *mrq) in mmc_start_request() 371 static inline void mmc_wait_ongoing_tfr_cmd(struct mmc_host *host) in mmc_wait_ongoing_tfr_cmd() 383 static int __mmc_start_req(struct mmc_host *host, struct mmc_request *mrq) in __mmc_start_req() [all …]
|
| H A D | regulator.c | 107 int mmc_regulator_set_ocr(struct mmc_host *mmc, in mmc_regulator_set_ocr() 183 int mmc_regulator_set_vqmmc(struct mmc_host *mmc, struct mmc_ios *ios) in mmc_regulator_set_vqmmc() 242 int mmc_regulator_set_vqmmc2(struct mmc_host *mmc, struct mmc_ios *ios) in mmc_regulator_set_vqmmc2() 270 struct mmc_host *host; in mmc_undervoltage_workfn() 273 host = container_of(supply, struct mmc_host, supply); in mmc_undervoltage_workfn() 283 struct mmc_host *host = container_of(supply, struct mmc_host, supply); in mmc_handle_regulator_event() 314 void mmc_regulator_register_undervoltage_notifier(struct mmc_host *host) in mmc_regulator_register_undervoltage_notifier() 333 void mmc_regulator_unregister_undervoltage_notifier(struct mmc_host *host) in mmc_regulator_unregister_undervoltage_notifier() 352 int mmc_regulator_get_supply(struct mmc_host *mmc) in mmc_regulator_get_supply() 401 int mmc_regulator_enable_vqmmc(struct mmc_host *mmc) in mmc_regulator_enable_vqmmc() [all …]
|
| H A D | crypto.h | 11 struct mmc_host; 17 void mmc_crypto_set_initial_state(struct mmc_host *host); 19 void mmc_crypto_setup_queue(struct request_queue *q, struct mmc_host *host); 25 static inline void mmc_crypto_set_initial_state(struct mmc_host *host) in mmc_crypto_set_initial_state() 30 struct mmc_host *host) in mmc_crypto_setup_queue()
|
| H A D | mmc_ops.c | 64 struct mmc_host *host; 99 static int _mmc_select_card(struct mmc_host *host, struct mmc_card *card) in _mmc_select_card() 122 int mmc_deselect_cards(struct mmc_host *host) in mmc_deselect_cards() 135 int mmc_set_dsr(struct mmc_host *host) in mmc_set_dsr() 147 int __mmc_go_idle(struct mmc_host *host) in __mmc_go_idle() 162 int mmc_go_idle(struct mmc_host *host) in mmc_go_idle() 195 struct mmc_host *host = data->host; in __mmc_send_op_cond_cb() 231 int mmc_send_op_cond(struct mmc_host *host, u32 ocr, u32 *rocr) in mmc_send_op_cond() 269 mmc_send_cxd_native(struct mmc_host *host, u32 arg, u32 *cxd, int opcode) in mmc_send_cxd_native() 291 int mmc_send_adtc_data(struct mmc_card *card, struct mmc_host *host, u32 opcode, in mmc_send_adtc_data() [all …]
|
| H A D | sd_uhs2.c | 45 struct mmc_host *host; 49 static int sd_uhs2_power_up(struct mmc_host *host) in sd_uhs2_power_up() 62 static int sd_uhs2_power_off(struct mmc_host *host) in sd_uhs2_power_off() 88 static int sd_uhs2_phy_init(struct mmc_host *host) in sd_uhs2_phy_init() 137 static int sd_uhs2_dev_init(struct mmc_host *host) in sd_uhs2_dev_init() 226 static int sd_uhs2_enum(struct mmc_host *host, u32 *node_id) in sd_uhs2_enum() 279 static int sd_uhs2_config_read(struct mmc_host *host, struct mmc_card *card) in sd_uhs2_config_read() 467 static int sd_uhs2_config_write(struct mmc_host *host, struct mmc_card *card) in sd_uhs2_config_write() 672 static int sd_uhs2_go_dormant(struct mmc_host *host, u32 node_id) in sd_uhs2_go_dormant() 743 struct mmc_host *host = data->host; in sd_uhs2_wait_active_state_cb() [all …]
|
| H A D | pwrseq.c | 21 int mmc_pwrseq_alloc(struct mmc_host *host) in mmc_pwrseq_alloc() 54 void mmc_pwrseq_pre_power_on(struct mmc_host *host) in mmc_pwrseq_pre_power_on() 62 void mmc_pwrseq_post_power_on(struct mmc_host *host) in mmc_pwrseq_post_power_on() 70 void mmc_pwrseq_power_off(struct mmc_host *host) in mmc_pwrseq_power_off() 78 void mmc_pwrseq_reset(struct mmc_host *host) in mmc_pwrseq_reset() 86 void mmc_pwrseq_free(struct mmc_host *host) in mmc_pwrseq_free()
|
| H A D | sdio_irq.c | 30 static int sdio_get_pending_irqs(struct mmc_host *host, u8 *pending) in sdio_get_pending_irqs() 58 static int process_sdio_pending_irqs(struct mmc_host *host) in process_sdio_pending_irqs() 113 static void sdio_run_irqs(struct mmc_host *host) in sdio_run_irqs() 126 struct mmc_host *host = in sdio_irq_work() 127 container_of(work, struct mmc_host, sdio_irq_work); in sdio_irq_work() 132 void sdio_signal_irq(struct mmc_host *host) in sdio_signal_irq() 141 struct mmc_host *host = _host; in sdio_irq_thread() 226 struct mmc_host *host = card->host; in sdio_card_irq_get() 251 struct mmc_host *host = card->host; in sdio_card_irq_put()
|
| H A D | sd_ops.c | 32 struct mmc_host *host; 37 int mmc_app_cmd(struct mmc_host *host, struct mmc_card *card) in mmc_app_cmd() 76 static int mmc_wait_for_app_cmd(struct mmc_host *host, struct mmc_card *card, in mmc_wait_for_app_cmd() 145 struct mmc_host *host = data->host; in sd_app_op_cond_cb() 172 int mmc_send_app_op_cond(struct mmc_host *host, u32 ocr, u32 *rocr) in mmc_send_app_op_cond() 201 int mmc_send_ext_addr(struct mmc_host *host, u32 addr) in mmc_send_ext_addr() 215 static int __mmc_send_if_cond(struct mmc_host *host, u32 ocr, u8 pcie_bits, in __mmc_send_if_cond() 250 int mmc_send_if_cond(struct mmc_host *host, u32 ocr) in mmc_send_if_cond() 255 int mmc_send_if_cond_pcie(struct mmc_host *host, u32 ocr) in mmc_send_if_cond_pcie() 291 int mmc_send_relative_addr(struct mmc_host *host, unsigned int *rca) in mmc_send_relative_addr()
|
| H A D | sd.h | 9 struct mmc_host; 12 int mmc_sd_get_cid(struct mmc_host *host, u32 ocr, u32 *cid, u32 *rocr); 15 int mmc_sd_get_ro(struct mmc_host *host); 17 int mmc_sd_setup_card(struct mmc_host *host, struct mmc_card *card,
|
| H A D | debugfs.c | 58 struct mmc_host *host = s->private; in mmc_ios_show() 204 struct mmc_host *host = data; in mmc_clock_opt_get() 213 struct mmc_host *host = data; in mmc_clock_opt_set() 231 struct mmc_host *host = data; in mmc_err_state_get() 252 struct mmc_host *host = file->private; in mmc_err_stats_show() 289 struct mmc_host *host = filp->f_mapping->host->i_private; in mmc_err_stats_write() 353 void mmc_add_host_debugfs(struct mmc_host *host) in mmc_add_host_debugfs() 381 void mmc_remove_host_debugfs(struct mmc_host *host) in mmc_remove_host_debugfs() 388 struct mmc_host *host = card->host; in mmc_add_card_debugfs()
|
| /linux/include/linux/mmc/ |
| H A D | host.h | 140 struct mmc_host; 170 void (*post_req)(struct mmc_host *host, struct mmc_request *req, 172 void (*pre_req)(struct mmc_host *host, struct mmc_request *req); 173 void (*request)(struct mmc_host *host, struct mmc_request *req); 175 int (*request_atomic)(struct mmc_host *host, 192 void (*set_ios)(struct mmc_host *host, struct mmc_ios *ios); 201 int (*get_ro)(struct mmc_host *host); 210 int (*get_cd)(struct mmc_host *host); 212 void (*enable_sdio_irq)(struct mmc_host *host, int enable); 214 void (*ack_sdio_irq)(struct mmc_host *host); [all …]
|
| H A D | slot-gpio.h | 14 struct mmc_host; 16 int mmc_gpio_get_ro(struct mmc_host *host); 17 int mmc_gpio_get_cd(struct mmc_host *host); 18 void mmc_gpio_set_cd_irq(struct mmc_host *host, int irq); 19 int mmc_gpiod_request_cd(struct mmc_host *host, const char *con_id, 22 int mmc_gpiod_request_ro(struct mmc_host *host, const char *con_id, 24 int mmc_gpiod_set_cd_config(struct mmc_host *host, unsigned long config); 25 int mmc_gpio_set_cd_wake(struct mmc_host *host, bool on); 26 void mmc_gpiod_request_cd_irq(struct mmc_host *host); 27 bool mmc_host_can_gpio_cd(struct mmc_host *host); [all …]
|
| /linux/drivers/mmc/host/ |
| H A D | cqhci.h | 218 struct mmc_host; 225 struct mmc_host *mmc; 284 void (*dumpregs)(struct mmc_host *mmc); 287 void (*enable)(struct mmc_host *mmc); 288 void (*disable)(struct mmc_host *mmc, bool recovery); 289 void (*update_dcmd_desc)(struct mmc_host *mmc, struct mmc_request *mrq, 291 void (*pre_enable)(struct mmc_host *mmc); 292 void (*post_disable)(struct mmc_host *mmc); 318 irqreturn_t cqhci_irq(struct mmc_host *mmc, u32 intmask, int cmd_error, 320 int cqhci_init(struct cqhci_host *cq_host, struct mmc_host *mmc, bool dma64); [all …]
|
| H A D | mmc_hsq.c | 19 struct mmc_host *mmc = hsq->mmc; in mmc_hsq_retry_handler() 26 struct mmc_host *mmc = hsq->mmc; in mmc_hsq_modify_threshold() 45 struct mmc_host *mmc = hsq->mmc; in mmc_hsq_pump_requests() 153 bool mmc_hsq_finalize_request(struct mmc_host *mmc, struct mmc_request *mrq) in mmc_hsq_finalize_request() 180 static void mmc_hsq_recovery_start(struct mmc_host *mmc) in mmc_hsq_recovery_start() 192 static void mmc_hsq_recovery_finish(struct mmc_host *mmc) in mmc_hsq_recovery_finish() 212 static int mmc_hsq_request(struct mmc_host *mmc, struct mmc_request *mrq) in mmc_hsq_request() 254 static void mmc_hsq_post_req(struct mmc_host *mmc, struct mmc_request *mrq) in mmc_hsq_post_req() 277 static int mmc_hsq_wait_for_idle(struct mmc_host *mmc) in mmc_hsq_wait_for_idle() 288 static void mmc_hsq_disable(struct mmc_host *mmc) in mmc_hsq_disable() [all …]
|
| H A D | meson-mx-sdhc-mmc.c | 38 void (*init_hw)(struct mmc_host *mmc); 39 void (*set_pdma)(struct mmc_host *mmc); 40 void (*wait_before_send)(struct mmc_host *mmc); 45 struct mmc_host *mmc; 80 static void meson_mx_sdhc_clear_fifo(struct mmc_host *mmc) in meson_mx_sdhc_clear_fifo() 103 static void meson_mx_sdhc_wait_cmd_ready(struct mmc_host *mmc) in meson_mx_sdhc_wait_cmd_ready() 132 static void meson_mx_sdhc_start_cmd(struct mmc_host *mmc, in meson_mx_sdhc_start_cmd() 237 static void meson_mx_sdhc_disable_clks(struct mmc_host *mmc) in meson_mx_sdhc_disable_clks() 249 static int meson_mx_sdhc_enable_clks(struct mmc_host *mmc) in meson_mx_sdhc_enable_clks() 267 static int meson_mx_sdhc_set_clk(struct mmc_host *mmc, struct mmc_ios *ios) in meson_mx_sdhc_set_clk() [all …]
|
| H A D | mmc_hsq.h | 24 struct mmc_host *mmc; 42 int mmc_hsq_init(struct mmc_hsq *hsq, struct mmc_host *mmc); 43 void mmc_hsq_suspend(struct mmc_host *mmc); 44 int mmc_hsq_resume(struct mmc_host *mmc); 45 bool mmc_hsq_finalize_request(struct mmc_host *mmc, struct mmc_request *mrq);
|
| /linux/arch/mips/alchemy/devboards/ |
| H A D | db1000.c | 175 static int db1100_mmc_cd_setup(void *mmc_host, int en) in db1100_mmc_cd_setup() argument 187 "sd0_cd", mmc_host); in db1100_mmc_cd_setup() 189 free_irq(irq, mmc_host); in db1100_mmc_cd_setup() 193 static int db1100_mmc1_cd_setup(void *mmc_host, int en) in db1100_mmc1_cd_setup() argument 205 "sd1_cd", mmc_host); in db1100_mmc1_cd_setup() 207 free_irq(irq, mmc_host); in db1100_mmc1_cd_setup() 211 static int db1100_mmc_card_readonly(void *mmc_host) in db1100_mmc_card_readonly() argument 217 static int db1100_mmc_card_inserted(void *mmc_host) in db1100_mmc_card_inserted() argument 222 static void db1100_mmc_set_power(void *mmc_host, int state) in db1100_mmc_set_power() argument 250 static int db1100_mmc1_card_readonly(void *mmc_host) in db1100_mmc1_card_readonly() argument [all …]
|
| H A D | db1200.c | 354 static int db1200_mmc_cd_setup(void *mmc_host, int en) in db1200_mmc_cd_setup() argument 360 db1200_mmc_cdfn, 0, "sd_insert", mmc_host); in db1200_mmc_cd_setup() 365 db1200_mmc_cdfn, 0, "sd_eject", mmc_host); in db1200_mmc_cd_setup() 367 free_irq(DB1200_SD0_INSERT_INT, mmc_host); in db1200_mmc_cd_setup() 377 free_irq(DB1200_SD0_INSERT_INT, mmc_host); in db1200_mmc_cd_setup() 378 free_irq(DB1200_SD0_EJECT_INT, mmc_host); in db1200_mmc_cd_setup() 385 static void db1200_mmc_set_power(void *mmc_host, int state) in db1200_mmc_set_power() argument 394 static int db1200_mmc_card_readonly(void *mmc_host) in db1200_mmc_card_readonly() argument 399 static int db1200_mmc_card_inserted(void *mmc_host) in db1200_mmc_card_inserted() argument 438 static int pb1200_mmc1_cd_setup(void *mmc_host, int en) in pb1200_mmc1_cd_setup() argument [all …]
|