| /Linux-v5.4/drivers/mmc/core/ |
| 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 …]
|
| 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 …]
|
| 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_hold_now(struct mmc_host *host) in mmc_retune_hold_now() 30 static inline void mmc_retune_recheck(struct mmc_host *host) in mmc_retune_recheck() 36 static inline int mmc_host_cmd23(struct mmc_host *host) in mmc_host_cmd23() [all …]
|
| D | mmc_ops.h | 13 struct mmc_host; 17 int mmc_deselect_cards(struct mmc_host *host); 18 int mmc_set_dsr(struct mmc_host *host); 19 int mmc_go_idle(struct mmc_host *host); 20 int mmc_send_op_cond(struct mmc_host *host, u32 ocr, u32 *rocr); 25 int mmc_send_cid(struct mmc_host *host, u32 *cid); 26 int mmc_spi_read_ocr(struct mmc_host *host, int highcap, u32 *ocrp); 27 int mmc_spi_set_crc(struct mmc_host *host, int use_crc);
|
| D | host.c | 32 #define cls_dev_to_mmc_host(d) container_of(d, struct mmc_host, class_dev) 38 struct mmc_host *host = cls_dev_to_mmc_host(dev); in mmc_host_classdev_release() 58 void mmc_retune_enable(struct mmc_host *host) in mmc_retune_enable() 70 void mmc_retune_pause(struct mmc_host *host) in mmc_retune_pause() 80 void mmc_retune_unpause(struct mmc_host *host) in mmc_retune_unpause() 89 void mmc_retune_disable(struct mmc_host *host) in mmc_retune_disable() 98 void mmc_retune_timer_stop(struct mmc_host *host) in mmc_retune_timer_stop() 104 void mmc_retune_hold(struct mmc_host *host) in mmc_retune_hold() 111 void mmc_retune_release(struct mmc_host *host) in mmc_retune_release() 120 int mmc_retune(struct mmc_host *host) in mmc_retune() [all …]
|
| 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() 63 int mmc_gpio_get_ro(struct mmc_host *host) in mmc_gpio_get_ro() 74 int mmc_gpio_get_cd(struct mmc_host *host) in mmc_gpio_get_cd() 96 void mmc_gpiod_request_cd_irq(struct mmc_host *host) in mmc_gpiod_request_cd_irq() 130 int mmc_gpio_set_cd_wake(struct mmc_host *host, bool on) in mmc_gpio_set_cd_wake() 154 void mmc_gpio_set_cd_isr(struct mmc_host *host, in mmc_gpio_set_cd_isr() 179 int mmc_gpiod_request_cd(struct mmc_host *host, const char *con_id, in mmc_gpiod_request_cd() 207 bool mmc_can_gpio_cd(struct mmc_host *host) in mmc_can_gpio_cd() 226 int mmc_gpiod_request_ro(struct mmc_host *host, const char *con_id, in mmc_gpiod_request_ro() [all …]
|
| 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() 216 static void __mmc_start_request(struct mmc_host *host, struct mmc_request *mrq) in __mmc_start_request() 264 static void mmc_mrq_pr_debug(struct mmc_host *host, struct mmc_request *mrq, in mmc_mrq_pr_debug() 298 static int mmc_mrq_prep(struct mmc_host *host, struct mmc_request *mrq) in mmc_mrq_prep() 335 int mmc_start_request(struct mmc_host *host, struct mmc_request *mrq) in mmc_start_request() 366 static inline void mmc_wait_ongoing_tfr_cmd(struct mmc_host *host) in mmc_wait_ongoing_tfr_cmd() 378 static int __mmc_start_req(struct mmc_host *host, struct mmc_request *mrq) in __mmc_start_req() [all …]
|
| D | sd_ops.h | 14 struct mmc_host; 17 int mmc_send_app_op_cond(struct mmc_host *host, u32 ocr, u32 *rocr); 18 int mmc_send_if_cond(struct mmc_host *host, u32 ocr); 19 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);
|
| 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()
|
| D | sd.h | 9 struct mmc_host; 12 int mmc_sd_get_cid(struct mmc_host *host, u32 ocr, u32 *cid, u32 *rocr); 13 int mmc_sd_get_csd(struct mmc_host *host, struct mmc_card *card); 15 int mmc_sd_setup_card(struct mmc_host *host, struct mmc_card *card,
|
| 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.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() 227 struct mmc_host *host = card->host; in sdio_card_irq_get() 252 struct mmc_host *host = card->host; in sdio_card_irq_put()
|
| D | mmc_ops.c | 84 static int _mmc_select_card(struct mmc_host *host, struct mmc_card *card) in _mmc_select_card() 107 int mmc_deselect_cards(struct mmc_host *host) in mmc_deselect_cards() 120 int mmc_set_dsr(struct mmc_host *host) in mmc_set_dsr() 132 int mmc_go_idle(struct mmc_host *host) in mmc_go_idle() 169 int mmc_send_op_cond(struct mmc_host *host, u32 ocr, u32 *rocr) in mmc_send_op_cond() 225 mmc_send_cxd_native(struct mmc_host *host, u32 arg, u32 *cxd, int opcode) in mmc_send_cxd_native() 248 mmc_send_cxd_data(struct mmc_card *card, struct mmc_host *host, in mmc_send_cxd_data() 327 static int mmc_spi_send_cid(struct mmc_host *host, u32 *cid) in mmc_spi_send_cid() 348 int mmc_send_cid(struct mmc_host *host, u32 *cid) in mmc_send_cid() 386 int mmc_spi_read_ocr(struct mmc_host *host, int highcap, u32 *ocrp) in mmc_spi_read_ocr() [all …]
|
| D | debugfs.c | 54 struct mmc_host *host = s->private; in mmc_ios_show() 200 struct mmc_host *host = data; in mmc_clock_opt_get() 209 struct mmc_host *host = data; in mmc_clock_opt_set() 225 void mmc_add_host_debugfs(struct mmc_host *host) in mmc_add_host_debugfs() 247 void mmc_remove_host_debugfs(struct mmc_host *host) in mmc_remove_host_debugfs() 254 struct mmc_host *host = card->host; in mmc_add_card_debugfs()
|
| D | sdio_ops.h | 14 struct mmc_host; 18 int mmc_send_io_op_cond(struct mmc_host *host, u32 ocr, u32 *rocr); 23 int sdio_reset(struct mmc_host *host);
|
| D | bus.c | 131 struct mmc_host *host = card->host; in mmc_bus_shutdown() 149 struct mmc_host *host = card->host; in mmc_bus_suspend() 166 struct mmc_host *host = card->host; in mmc_bus_resume() 183 struct mmc_host *host = card->host; in mmc_runtime_suspend() 191 struct mmc_host *host = card->host; in mmc_runtime_resume() 261 struct mmc_card *mmc_alloc_card(struct mmc_host *host, struct device_type *type) in mmc_alloc_card() 370 struct mmc_host *host = card->host; in mmc_remove_card()
|
| D | queue.c | 40 static inline bool mmc_cqe_can_dcmd(struct mmc_host *host) in mmc_cqe_can_dcmd() 45 static enum mmc_issue_type mmc_cqe_issue_type(struct mmc_host *host, in mmc_cqe_issue_type() 63 struct mmc_host *host = mq->card->host; in mmc_issue_type() 101 struct mmc_host *host = mq->card->host; in mmc_cqe_timed_out() 198 static unsigned int mmc_get_max_segments(struct mmc_host *host) in mmc_get_max_segments() 215 struct mmc_host *host = card->host; in __mmc_init_request() 253 struct mmc_host *host = card->host; in mmc_mq_queue_rq() 361 struct mmc_host *host = card->host; in mmc_setup_queue() 402 static inline bool mmc_merge_capable(struct mmc_host *host) in mmc_merge_capable() 419 struct mmc_host *host = card->host; in mmc_init_queue()
|
| /Linux-v5.4/include/linux/mmc/ |
| D | host.h | 80 struct mmc_host; 91 void (*post_req)(struct mmc_host *host, struct mmc_request *req, 93 void (*pre_req)(struct mmc_host *host, struct mmc_request *req); 94 void (*request)(struct mmc_host *host, struct mmc_request *req); 110 void (*set_ios)(struct mmc_host *host, struct mmc_ios *ios); 119 int (*get_ro)(struct mmc_host *host); 128 int (*get_cd)(struct mmc_host *host); 130 void (*enable_sdio_irq)(struct mmc_host *host, int enable); 132 void (*ack_sdio_irq)(struct mmc_host *host); 135 void (*init_card)(struct mmc_host *host, struct mmc_card *card); [all …]
|
| 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 int mmc_gpiod_request_cd(struct mmc_host *host, const char *con_id, 21 int mmc_gpiod_request_ro(struct mmc_host *host, const char *con_id, 24 void mmc_gpio_set_cd_isr(struct mmc_host *host, 26 int mmc_gpio_set_cd_wake(struct mmc_host *host, bool on); 27 void mmc_gpiod_request_cd_irq(struct mmc_host *host); 28 bool mmc_can_gpio_cd(struct mmc_host *host); 29 bool mmc_can_gpio_ro(struct mmc_host *host);
|
| D | core.h | 146 struct mmc_host; 162 struct mmc_host *host; 172 void mmc_wait_for_req(struct mmc_host *host, struct mmc_request *mrq); 173 int mmc_wait_for_cmd(struct mmc_host *host, struct mmc_command *cmd, 176 int mmc_hw_reset(struct mmc_host *host); 177 int mmc_sw_reset(struct mmc_host *host);
|
| /Linux-v5.4/drivers/mmc/host/ |
| D | cqhci.h | 142 struct mmc_host; 149 struct mmc_host *mmc; 202 void (*dumpregs)(struct mmc_host *mmc); 205 void (*enable)(struct mmc_host *mmc); 206 void (*disable)(struct mmc_host *mmc, bool recovery); 207 void (*update_dcmd_desc)(struct mmc_host *mmc, struct mmc_request *mrq, 229 irqreturn_t cqhci_irq(struct mmc_host *mmc, u32 intmask, int cmd_error, 231 int cqhci_init(struct cqhci_host *cq_host, struct mmc_host *mmc, bool dma64); 233 int cqhci_suspend(struct mmc_host *mmc); 234 int cqhci_resume(struct mmc_host *mmc);
|
| D | cqhci.c | 102 struct mmc_host *mmc = cq_host->mmc; in cqhci_dumpregs() 241 struct mmc_host *mmc = cq_host->mmc; in __cqhci_enable() 301 int cqhci_suspend(struct mmc_host *mmc) in cqhci_suspend() 312 int cqhci_resume(struct mmc_host *mmc) in cqhci_resume() 319 static int cqhci_enable(struct mmc_host *mmc, struct mmc_card *card) in cqhci_enable() 346 static void cqhci_off(struct mmc_host *mmc) in cqhci_off() 377 static void cqhci_disable(struct mmc_host *mmc) in cqhci_disable() 424 static int cqhci_dma_map(struct mmc_host *host, struct mmc_request *mrq) in cqhci_dma_map() 499 static void cqhci_prep_dcmd_desc(struct mmc_host *mmc, in cqhci_prep_dcmd_desc() 543 static void cqhci_post_req(struct mmc_host *host, struct mmc_request *mrq) in cqhci_post_req() [all …]
|
| /Linux-v5.4/arch/mips/alchemy/devboards/ |
| D | db1000.c | 170 void (*mmc_cd)(struct mmc_host *, unsigned long); in db1100_mmc_cd() 179 static int db1100_mmc_cd_setup(void *mmc_host, int en) in db1100_mmc_cd_setup() argument 191 "sd0_cd", mmc_host); in db1100_mmc_cd_setup() 193 free_irq(irq, mmc_host); in db1100_mmc_cd_setup() 197 static int db1100_mmc1_cd_setup(void *mmc_host, int en) in db1100_mmc1_cd_setup() argument 209 "sd1_cd", mmc_host); in db1100_mmc1_cd_setup() 211 free_irq(irq, mmc_host); in db1100_mmc1_cd_setup() 215 static int db1100_mmc_card_readonly(void *mmc_host) in db1100_mmc_card_readonly() argument 221 static int db1100_mmc_card_inserted(void *mmc_host) in db1100_mmc_card_inserted() argument 226 static void db1100_mmc_set_power(void *mmc_host, int state) in db1100_mmc_set_power() argument [all …]
|
| D | db1200.c | 343 void (*mmc_cd)(struct mmc_host *, unsigned long); in db1200_mmc_cdfn() 361 static int db1200_mmc_cd_setup(void *mmc_host, int en) in db1200_mmc_cd_setup() argument 367 db1200_mmc_cdfn, 0, "sd_insert", mmc_host); in db1200_mmc_cd_setup() 372 db1200_mmc_cdfn, 0, "sd_eject", mmc_host); in db1200_mmc_cd_setup() 374 free_irq(DB1200_SD0_INSERT_INT, mmc_host); in db1200_mmc_cd_setup() 384 free_irq(DB1200_SD0_INSERT_INT, mmc_host); in db1200_mmc_cd_setup() 385 free_irq(DB1200_SD0_EJECT_INT, mmc_host); in db1200_mmc_cd_setup() 392 static void db1200_mmc_set_power(void *mmc_host, int state) in db1200_mmc_set_power() argument 401 static int db1200_mmc_card_readonly(void *mmc_host) in db1200_mmc_card_readonly() argument 406 static int db1200_mmc_card_inserted(void *mmc_host) in db1200_mmc_card_inserted() argument [all …]
|
| D | db1300.c | 462 void (*mmc_cd)(struct mmc_host *, unsigned long); in db1300_mmc_cdfn() 480 static int db1300_mmc_card_readonly(void *mmc_host) in db1300_mmc_card_readonly() argument 486 static int db1300_mmc_card_inserted(void *mmc_host) in db1300_mmc_card_inserted() argument 491 static int db1300_mmc_cd_setup(void *mmc_host, int en) in db1300_mmc_cd_setup() argument 497 db1300_mmc_cdfn, 0, "sd_insert", mmc_host); in db1300_mmc_cd_setup() 502 db1300_mmc_cdfn, 0, "sd_eject", mmc_host); in db1300_mmc_cd_setup() 504 free_irq(DB1300_SD1_INSERT_INT, mmc_host); in db1300_mmc_cd_setup() 508 if (db1300_mmc_card_inserted(mmc_host)) in db1300_mmc_cd_setup() 514 free_irq(DB1300_SD1_INSERT_INT, mmc_host); in db1300_mmc_cd_setup() 515 free_irq(DB1300_SD1_EJECT_INT, mmc_host); in db1300_mmc_cd_setup() [all …]
|
| /Linux-v5.4/arch/mips/include/asm/mach-au1x00/ |
| D | au1100_mmc.h | 44 int(*cd_setup)(void *mmc_host, int on); 45 int(*card_inserted)(void *mmc_host); 46 int(*card_readonly)(void *mmc_host); 47 void(*set_power)(void *mmc_host, int state);
|