Lines Matching refs:host
33 void mmc_attach_bus(struct mmc_host *host, const struct mmc_bus_ops *ops);
34 void mmc_detach_bus(struct mmc_host *host);
36 struct device_node *mmc_of_find_child_device(struct mmc_host *host,
41 void mmc_set_chip_select(struct mmc_host *host, int mode);
42 void mmc_set_clock(struct mmc_host *host, unsigned int hz);
43 void mmc_set_bus_mode(struct mmc_host *host, unsigned int mode);
44 void mmc_set_bus_width(struct mmc_host *host, unsigned int width);
45 u32 mmc_select_voltage(struct mmc_host *host, u32 ocr);
46 int mmc_set_signal_voltage(struct mmc_host *host, int signal_voltage, u32 ocr);
47 int __mmc_set_signal_voltage(struct mmc_host *host, int signal_voltage);
48 void mmc_set_timing(struct mmc_host *host, unsigned int timing);
49 void mmc_set_driver_type(struct mmc_host *host, unsigned int drv_type);
52 void mmc_power_up(struct mmc_host *host, u32 ocr);
53 void mmc_power_off(struct mmc_host *host);
54 void mmc_power_cycle(struct mmc_host *host, u32 ocr);
55 void mmc_set_initial_state(struct mmc_host *host);
68 void mmc_start_host(struct mmc_host *host);
69 void mmc_stop_host(struct mmc_host *host);
71 int _mmc_detect_card_removed(struct mmc_host *host);
73 int mmc_attach_mmc(struct mmc_host *host);
74 int mmc_attach_sd(struct mmc_host *host);
75 int mmc_attach_sdio(struct mmc_host *host);
81 void mmc_add_host_debugfs(struct mmc_host *host);
82 void mmc_remove_host_debugfs(struct mmc_host *host);
87 void mmc_init_context_info(struct mmc_host *host);