Searched refs:rt_mmc_host (Results 1 – 5 of 5) sorted by relevance
91 struct rt_mmc_host ;97 int (*get_ro)(struct rt_mmc_host *host);98 int (*get_cd)(struct rt_mmc_host *host);100 void (*ack_sdio_irq)(struct rt_mmc_host *host);102 int (*card_busy)(struct rt_mmc_host *host);106 void (*hs400_downgrade)(struct rt_mmc_host *host);107 void (*hs400_complete)(struct rt_mmc_host *host);110 void (*hw_reset)(struct rt_mmc_host* host);111 void (*card_event)(struct rt_mmc_host* host);177 struct rt_mmc_host struct[all …]
429 struct rt_mmc_host *mmc; /* MMC structure */657 void rt_sdhci_start_request(struct rt_mmc_host *mmc, struct rt_mmcsd_req *mrq);658 int rt_sdhci_start_request_atomic(struct rt_mmc_host *mmc, struct rt_mmcsd_req *mrq);662 int rt_sdhci_execute_tuning(struct rt_mmc_host *mmc, rt_uint32_t opcode);664 void rt_sdhci_ios_set(struct rt_mmc_host *mmc, struct rt_mmcsd_io_cfg *ios);665 int rt_sdhci_start_signal_voltage_switch(struct rt_mmc_host *mmc,667 void rt_sdhci_enable_io_irq(struct rt_mmc_host *mmc, int enable);
61 rt_bool_t rt_mmc_can_gpio_cd(struct rt_mmc_host *host);
19 struct rt_mmc_host *mmc = (struct rt_mmc_host *)host; in rt_plat_request()101 struct rt_mmc_host *mmc = (struct rt_mmc_host *)host; in rt_plat_set_ioconfig()112 struct rt_mmc_host *mmc = (struct rt_mmc_host *)host; in rt_plat_get_card_status()119 struct rt_mmc_host *mmc = (struct rt_mmc_host *)host; in rt_plat_execute_tuning()126 struct rt_mmc_host *mmc = (struct rt_mmc_host *)host; in rt_plat_enable_sdio_irq()147 int rt_mmc_add_host(struct rt_mmc_host *mmc) in rt_mmc_add_host()166 struct rt_mmc_host *mmc; in rt_mmc_alloc_host()190 int rt_mmc_gpio_get_cd(struct rt_mmc_host *host) in rt_mmc_gpio_get_cd()210 int rt_mmc_gpio_get_ro(struct rt_mmc_host *host) in rt_mmc_gpio_get_ro()219 int rt_mmc_of_parse(struct rt_mmc_host *host) in rt_mmc_of_parse()[all …]
312 struct rt_mmc_host *mmc = host->mmc; in sdhci_do_reset()745 struct rt_mmc_host *mmc = host->mmc; in sdhci_set_power_reg()906 static int sdhci_get_cd(struct rt_mmc_host *mmc) in sdhci_get_cd()948 static int rt_sdhci_ro_get(struct rt_mmc_host *mmc) in rt_sdhci_ro_get()1952 struct rt_mmc_host *mmc = host->mmc; in sdhci_thread_irq()2197 struct rt_mmc_host *mmc = host->mmc; in rt_sdhci_send_tuning()2265 struct rt_mmc_host *mmc = host->mmc; in rt_sdhci_uninit_host()2526 struct rt_mmc_host *mmc; in rt_sdhci_alloc_host()2555 struct rt_mmc_host *mmc; in rt_sdhci_setup_host()2922 struct rt_mmc_host *mmc = host->mmc; in sdhci_init()[all …]
Completed in 15 milliseconds