mmc_host 198 include/linux/mmc/card.h struct mmc_host; mmc_host 245 include/linux/mmc/card.h struct mmc_host *host; /* the host this device belongs to */ mmc_host 128 include/linux/mmc/core.h struct mmc_host; mmc_host 137 include/linux/mmc/core.h struct mmc_host *host; mmc_host 145 include/linux/mmc/core.h extern struct mmc_async_req *mmc_start_req(struct mmc_host *, mmc_host 148 include/linux/mmc/core.h extern void mmc_wait_for_req(struct mmc_host *, struct mmc_request *); mmc_host 149 include/linux/mmc/core.h extern int mmc_wait_for_cmd(struct mmc_host *, struct mmc_command *, int); mmc_host 150 include/linux/mmc/core.h extern int mmc_app_cmd(struct mmc_host *, struct mmc_card *); mmc_host 151 include/linux/mmc/core.h extern int mmc_wait_for_app_cmd(struct mmc_host *, struct mmc_card *, mmc_host 183 include/linux/mmc/core.h extern int mmc_hw_reset(struct mmc_host *host); mmc_host 184 include/linux/mmc/core.h extern int mmc_hw_reset_check(struct mmc_host *host); mmc_host 190 include/linux/mmc/core.h extern int __mmc_claim_host(struct mmc_host *host, atomic_t *abort); mmc_host 191 include/linux/mmc/core.h extern void mmc_release_host(struct mmc_host *host); mmc_host 198 include/linux/mmc/core.h extern int mmc_detect_card_removed(struct mmc_host *host); mmc_host 206 include/linux/mmc/core.h static inline void mmc_claim_host(struct mmc_host *host) mmc_host 86 include/linux/mmc/host.h int (*enable)(struct mmc_host *host); mmc_host 87 include/linux/mmc/host.h int (*disable)(struct mmc_host *host); mmc_host 96 include/linux/mmc/host.h void (*post_req)(struct mmc_host *host, struct mmc_request *req, mmc_host 98 include/linux/mmc/host.h void (*pre_req)(struct mmc_host *host, struct mmc_request *req, mmc_host 100 include/linux/mmc/host.h void (*request)(struct mmc_host *host, struct mmc_request *req); mmc_host 121 include/linux/mmc/host.h void (*set_ios)(struct mmc_host *host, struct mmc_ios *ios); mmc_host 122 include/linux/mmc/host.h int (*get_ro)(struct mmc_host *host); mmc_host 123 include/linux/mmc/host.h int (*get_cd)(struct mmc_host *host); mmc_host 125 include/linux/mmc/host.h void (*enable_sdio_irq)(struct mmc_host *host, int enable); mmc_host 128 include/linux/mmc/host.h void (*init_card)(struct mmc_host *host, struct mmc_card *card); mmc_host 130 include/linux/mmc/host.h int (*start_signal_voltage_switch)(struct mmc_host *host, struct mmc_ios *ios); mmc_host 133 include/linux/mmc/host.h int (*card_busy)(struct mmc_host *host); mmc_host 136 include/linux/mmc/host.h int (*execute_tuning)(struct mmc_host *host, u32 opcode); mmc_host 139 include/linux/mmc/host.h int (*prepare_hs400_tuning)(struct mmc_host *host, struct mmc_ios *ios); mmc_host 141 include/linux/mmc/host.h void (*hw_reset)(struct mmc_host *host); mmc_host 142 include/linux/mmc/host.h void (*card_event)(struct mmc_host *host); mmc_host 381 include/linux/mmc/host.h struct mmc_host *mmc_alloc_host(int extra, struct device *); mmc_host 382 include/linux/mmc/host.h int mmc_add_host(struct mmc_host *); mmc_host 383 include/linux/mmc/host.h void mmc_remove_host(struct mmc_host *); mmc_host 384 include/linux/mmc/host.h void mmc_free_host(struct mmc_host *); mmc_host 385 include/linux/mmc/host.h int mmc_of_parse(struct mmc_host *host); mmc_host 387 include/linux/mmc/host.h static inline void *mmc_priv(struct mmc_host *host) mmc_host 398 include/linux/mmc/host.h int mmc_power_save_host(struct mmc_host *host); mmc_host 399 include/linux/mmc/host.h int mmc_power_restore_host(struct mmc_host *host); mmc_host 401 include/linux/mmc/host.h void mmc_detect_change(struct mmc_host *, unsigned long delay); mmc_host 402 include/linux/mmc/host.h void mmc_request_done(struct mmc_host *, struct mmc_request *); mmc_host 404 include/linux/mmc/host.h static inline void mmc_signal_sdio_irq(struct mmc_host *host) mmc_host 411 include/linux/mmc/host.h void sdio_run_irqs(struct mmc_host *host); mmc_host 415 include/linux/mmc/host.h int mmc_regulator_set_ocr(struct mmc_host *mmc, mmc_host 424 include/linux/mmc/host.h static inline int mmc_regulator_set_ocr(struct mmc_host *mmc, mmc_host 432 include/linux/mmc/host.h int mmc_regulator_get_supply(struct mmc_host *mmc); mmc_host 436 include/linux/mmc/host.h static inline int mmc_card_is_removable(struct mmc_host *host) mmc_host 441 include/linux/mmc/host.h static inline int mmc_card_keep_power(struct mmc_host *host) mmc_host 446 include/linux/mmc/host.h static inline int mmc_card_wake_sdio_irq(struct mmc_host *host) mmc_host 451 include/linux/mmc/host.h static inline int mmc_host_cmd23(struct mmc_host *host) mmc_host 456 include/linux/mmc/host.h static inline int mmc_boot_partition_access(struct mmc_host *host) mmc_host 461 include/linux/mmc/host.h static inline int mmc_host_uhs(struct mmc_host *host) mmc_host 469 include/linux/mmc/host.h static inline int mmc_host_packed_wr(struct mmc_host *host) mmc_host 475 include/linux/mmc/host.h void mmc_host_clk_hold(struct mmc_host *host); mmc_host 476 include/linux/mmc/host.h void mmc_host_clk_release(struct mmc_host *host); mmc_host 477 include/linux/mmc/host.h unsigned int mmc_host_clk_rate(struct mmc_host *host); mmc_host 480 include/linux/mmc/host.h static inline void mmc_host_clk_hold(struct mmc_host *host) mmc_host 484 include/linux/mmc/host.h static inline void mmc_host_clk_release(struct mmc_host *host) mmc_host 488 include/linux/mmc/host.h static inline unsigned int mmc_host_clk_rate(struct mmc_host *host) mmc_host 110 include/linux/mmc/sdhci.h struct mmc_host *mmc; /* MMC structure */ mmc_host 14 include/linux/mmc/slot-gpio.h struct mmc_host; mmc_host 16 include/linux/mmc/slot-gpio.h int mmc_gpio_get_ro(struct mmc_host *host); mmc_host 17 include/linux/mmc/slot-gpio.h int mmc_gpio_request_ro(struct mmc_host *host, unsigned int gpio); mmc_host 18 include/linux/mmc/slot-gpio.h void mmc_gpio_free_ro(struct mmc_host *host); mmc_host 20 include/linux/mmc/slot-gpio.h int mmc_gpio_get_cd(struct mmc_host *host); mmc_host 21 include/linux/mmc/slot-gpio.h int mmc_gpio_request_cd(struct mmc_host *host, unsigned int gpio, mmc_host 23 include/linux/mmc/slot-gpio.h void mmc_gpio_free_cd(struct mmc_host *host); mmc_host 25 include/linux/mmc/slot-gpio.h int mmc_gpiod_request_cd(struct mmc_host *host, const char *con_id, mmc_host 28 include/linux/mmc/slot-gpio.h int mmc_gpiod_request_ro(struct mmc_host *host, const char *con_id, mmc_host 31 include/linux/mmc/slot-gpio.h void mmc_gpiod_free_cd(struct mmc_host *host); mmc_host 32 include/linux/mmc/slot-gpio.h void mmc_gpiod_request_cd_irq(struct mmc_host *host); mmc_host 8 include/linux/platform_data/mmc-pxamci.h struct mmc_host; mmc_host 8 include/linux/spi/mmc_spi.h struct mmc_host;