Lines Matching defs:host
92 static void mmc_should_fail_request(struct mmc_host *host, in mmc_should_fail_request()
116 static inline void mmc_should_fail_request(struct mmc_host *host, in mmc_should_fail_request()
131 void mmc_request_done(struct mmc_host *host, struct mmc_request *mrq) in mmc_request_done()
189 static int mmc_start_request(struct mmc_host *host, struct mmc_request *mrq) in mmc_start_request()
352 static int __mmc_start_data_req(struct mmc_host *host, struct mmc_request *mrq) in __mmc_start_data_req()
368 static int __mmc_start_req(struct mmc_host *host, struct mmc_request *mrq) in __mmc_start_req()
395 static int mmc_wait_for_data_req_done(struct mmc_host *host, in mmc_wait_for_data_req_done()
441 static void mmc_wait_for_req_done(struct mmc_host *host, in mmc_wait_for_req_done()
491 static void mmc_pre_req(struct mmc_host *host, struct mmc_request *mrq, in mmc_pre_req()
510 static void mmc_post_req(struct mmc_host *host, struct mmc_request *mrq, in mmc_post_req()
536 struct mmc_async_req *mmc_start_req(struct mmc_host *host, in mmc_start_req()
608 void mmc_wait_for_req(struct mmc_host *host, struct mmc_request *mrq) in mmc_wait_for_req()
692 int mmc_wait_for_cmd(struct mmc_host *host, struct mmc_command *cmd, int retries) in mmc_wait_for_cmd()
897 int __mmc_claim_host(struct mmc_host *host, atomic_t *abort) in __mmc_claim_host()
943 void mmc_release_host(struct mmc_host *host) in mmc_release_host()
991 static inline void mmc_set_ios(struct mmc_host *host) in mmc_set_ios()
1009 void mmc_set_chip_select(struct mmc_host *host, int mode) in mmc_set_chip_select()
1021 static void __mmc_set_clock(struct mmc_host *host, unsigned int hz) in __mmc_set_clock()
1032 void mmc_set_clock(struct mmc_host *host, unsigned int hz) in mmc_set_clock()
1043 void mmc_gate_clock(struct mmc_host *host) in mmc_gate_clock()
1059 void mmc_ungate_clock(struct mmc_host *host) in mmc_ungate_clock()
1075 void mmc_set_ungated(struct mmc_host *host) in mmc_set_ungated()
1089 void mmc_set_ungated(struct mmc_host *host) in mmc_set_ungated()
1096 struct mmc_host *host = card->host; in mmc_execute_tuning() local
1121 void mmc_set_bus_mode(struct mmc_host *host, unsigned int mode) in mmc_set_bus_mode()
1132 void mmc_set_bus_width(struct mmc_host *host, unsigned int width) in mmc_set_bus_width()
1143 void mmc_set_initial_state(struct mmc_host *host) in mmc_set_initial_state()
1285 struct device_node *mmc_of_find_child_device(struct mmc_host *host, in mmc_of_find_child_device()
1438 u32 mmc_select_voltage(struct mmc_host *host, u32 ocr) in mmc_select_voltage()
1472 int __mmc_set_signal_voltage(struct mmc_host *host, int signal_voltage) in __mmc_set_signal_voltage()
1491 int mmc_set_signal_voltage(struct mmc_host *host, int signal_voltage, u32 ocr) in mmc_set_signal_voltage()
1587 void mmc_set_timing(struct mmc_host *host, unsigned int timing) in mmc_set_timing()
1598 void mmc_set_driver_type(struct mmc_host *host, unsigned int drv_type) in mmc_set_driver_type()
1617 void mmc_power_up(struct mmc_host *host, u32 ocr) in mmc_power_up()
1661 void mmc_power_off(struct mmc_host *host) in mmc_power_off()
1687 void mmc_power_cycle(struct mmc_host *host, u32 ocr) in mmc_power_cycle()
1698 static void __mmc_release_bus(struct mmc_host *host) in __mmc_release_bus()
1710 static inline void mmc_bus_get(struct mmc_host *host) in mmc_bus_get()
1723 static inline void mmc_bus_put(struct mmc_host *host) in mmc_bus_put()
1738 void mmc_attach_bus(struct mmc_host *host, const struct mmc_bus_ops *ops) in mmc_attach_bus()
1762 void mmc_detach_bus(struct mmc_host *host) in mmc_detach_bus()
1780 static void _mmc_detect_change(struct mmc_host *host, unsigned long delay, in _mmc_detect_change()
1812 void mmc_detect_change(struct mmc_host *host, unsigned long delay) in mmc_detect_change()
2210 struct mmc_host *host = card->host; in mmc_do_calc_max_discard() local
2255 struct mmc_host *host = card->host; in mmc_calc_max_discard() local
2311 static void mmc_hw_reset_for_init(struct mmc_host *host) in mmc_hw_reset_for_init()
2320 int mmc_hw_reset(struct mmc_host *host) in mmc_hw_reset()
2342 static int mmc_rescan_try_freq(struct mmc_host *host, unsigned freq) in mmc_rescan_try_freq()
2380 int _mmc_detect_card_removed(struct mmc_host *host) in _mmc_detect_card_removed()
2412 int mmc_detect_card_removed(struct mmc_host *host) in mmc_detect_card_removed()
2449 struct mmc_host *host = in mmc_rescan() local
2519 void mmc_start_host(struct mmc_host *host) in mmc_start_host()
2532 void mmc_stop_host(struct mmc_host *host) in mmc_stop_host()
2568 int mmc_power_save_host(struct mmc_host *host) in mmc_power_save_host()
2594 int mmc_power_restore_host(struct mmc_host *host) in mmc_power_restore_host()
2648 struct mmc_host *host = container_of( in mmc_pm_notify() local
2703 void mmc_init_context_info(struct mmc_host *host) in mmc_init_context_info()