Lines Matching defs:host

159 #define mmc_pdata(host)		host->pdata  argument
245 struct omap_hsmmc_host *host = dev_get_drvdata(dev); in omap_hsmmc_card_detect() local
252 struct omap_hsmmc_host *host = dev_get_drvdata(dev); in omap_hsmmc_get_cover_state() local
261 struct omap_hsmmc_host *host = in omap_hsmmc_set_power() local
342 static int omap_hsmmc_reg_get(struct omap_hsmmc_host *host) in omap_hsmmc_reg_get()
393 static void omap_hsmmc_reg_put(struct omap_hsmmc_host *host) in omap_hsmmc_reg_put()
405 static inline int omap_hsmmc_reg_get(struct omap_hsmmc_host *host) in omap_hsmmc_reg_get()
410 static inline void omap_hsmmc_reg_put(struct omap_hsmmc_host *host) in omap_hsmmc_reg_put()
424 struct omap_hsmmc_host *host, in omap_hsmmc_gpio_init()
456 static void omap_hsmmc_start_clock(struct omap_hsmmc_host *host) in omap_hsmmc_start_clock()
465 static void omap_hsmmc_stop_clock(struct omap_hsmmc_host *host) in omap_hsmmc_stop_clock()
473 static void omap_hsmmc_enable_irq(struct omap_hsmmc_host *host, in omap_hsmmc_enable_irq()
497 static void omap_hsmmc_disable_irq(struct omap_hsmmc_host *host) in omap_hsmmc_disable_irq()
513 static u16 calc_divisor(struct omap_hsmmc_host *host, struct mmc_ios *ios) in calc_divisor()
526 static void omap_hsmmc_set_clock(struct omap_hsmmc_host *host) in omap_hsmmc_set_clock()
576 static void omap_hsmmc_set_bus_width(struct omap_hsmmc_host *host) in omap_hsmmc_set_bus_width()
604 static void omap_hsmmc_set_bus_mode(struct omap_hsmmc_host *host) in omap_hsmmc_set_bus_mode()
622 static int omap_hsmmc_context_restore(struct omap_hsmmc_host *host) in omap_hsmmc_context_restore()
688 static void omap_hsmmc_context_save(struct omap_hsmmc_host *host) in omap_hsmmc_context_save()
698 static int omap_hsmmc_context_restore(struct omap_hsmmc_host *host) in omap_hsmmc_context_restore()
703 static void omap_hsmmc_context_save(struct omap_hsmmc_host *host) in omap_hsmmc_context_save()
713 static void send_init_stream(struct omap_hsmmc_host *host) in send_init_stream()
742 int omap_hsmmc_cover_is_closed(struct omap_hsmmc_host *host) in omap_hsmmc_cover_is_closed()
756 struct omap_hsmmc_host *host = mmc_priv(mmc); in omap_hsmmc_show_cover_switch() local
769 struct omap_hsmmc_host *host = mmc_priv(mmc); in omap_hsmmc_show_slot_name() local
780 omap_hsmmc_start_command(struct omap_hsmmc_host *host, struct mmc_command *cmd, in omap_hsmmc_start_command()
835 omap_hsmmc_get_dma_dir(struct omap_hsmmc_host *host, struct mmc_data *data) in omap_hsmmc_get_dma_dir()
843 static struct dma_chan *omap_hsmmc_get_dma_chan(struct omap_hsmmc_host *host, in omap_hsmmc_get_dma_chan()
849 static void omap_hsmmc_request_done(struct omap_hsmmc_host *host, struct mmc_request *mrq) in omap_hsmmc_request_done()
873 omap_hsmmc_xfer_done(struct omap_hsmmc_host *host, struct mmc_data *data) in omap_hsmmc_xfer_done()
906 omap_hsmmc_cmd_done(struct omap_hsmmc_host *host, struct mmc_command *cmd) in omap_hsmmc_cmd_done()
938 static void omap_hsmmc_dma_cleanup(struct omap_hsmmc_host *host, int errno) in omap_hsmmc_dma_cleanup()
967 static void omap_hsmmc_dbg_report_irq(struct omap_hsmmc_host *host, u32 status) in omap_hsmmc_dbg_report_irq()
992 static inline void omap_hsmmc_dbg_report_irq(struct omap_hsmmc_host *host, in omap_hsmmc_dbg_report_irq()
1005 static inline void omap_hsmmc_reset_controller_fsm(struct omap_hsmmc_host *host, in omap_hsmmc_reset_controller_fsm()
1035 static void hsmmc_command_incomplete(struct omap_hsmmc_host *host, in hsmmc_command_incomplete()
1051 static void omap_hsmmc_do_irq(struct omap_hsmmc_host *host, int status) in omap_hsmmc_do_irq()
1102 struct omap_hsmmc_host *host = dev_id; in omap_hsmmc_irq() local
1122 struct omap_hsmmc_host *host = dev_id; in omap_hsmmc_wake_irq() local
1136 static void set_sd_bus_power(struct omap_hsmmc_host *host) in set_sd_bus_power()
1156 static int omap_hsmmc_switch_opcond(struct omap_hsmmc_host *host, int vdd) in omap_hsmmc_switch_opcond()
1213 static void omap_hsmmc_protect_card(struct omap_hsmmc_host *host) in omap_hsmmc_protect_card()
1241 struct omap_hsmmc_host *host = dev_id; in omap_hsmmc_cover_irq() local
1252 struct omap_hsmmc_host *host = param; in omap_hsmmc_dma_callback() local
1285 static int omap_hsmmc_pre_dma_transfer(struct omap_hsmmc_host *host, in omap_hsmmc_pre_dma_transfer()
1326 static int omap_hsmmc_setup_dma_transfer(struct omap_hsmmc_host *host, in omap_hsmmc_setup_dma_transfer()
1388 static void set_data_timeout(struct omap_hsmmc_host *host, in set_data_timeout()
1425 static void omap_hsmmc_start_dma_transfer(struct omap_hsmmc_host *host) in omap_hsmmc_start_dma_transfer()
1444 omap_hsmmc_prepare_data(struct omap_hsmmc_host *host, struct mmc_request *req) in omap_hsmmc_prepare_data()
1473 struct omap_hsmmc_host *host = mmc_priv(mmc); in omap_hsmmc_post_req() local
1488 struct omap_hsmmc_host *host = mmc_priv(mmc); in omap_hsmmc_pre_req() local
1509 struct omap_hsmmc_host *host = mmc_priv(mmc); in omap_hsmmc_request() local
1562 struct omap_hsmmc_host *host = mmc_priv(mmc); in omap_hsmmc_set_ios() local
1616 struct omap_hsmmc_host *host = mmc_priv(mmc); in omap_hsmmc_get_cd() local
1625 struct omap_hsmmc_host *host = mmc_priv(mmc); in omap_hsmmc_init_card() local
1633 struct omap_hsmmc_host *host = mmc_priv(mmc); in omap_hsmmc_enable_sdio_irq() local
1666 static int omap_hsmmc_configure_wake_irq(struct omap_hsmmc_host *host) in omap_hsmmc_configure_wake_irq()
1728 static void omap_hsmmc_conf_bus_power(struct omap_hsmmc_host *host) in omap_hsmmc_conf_bus_power()
1777 struct omap_hsmmc_host *host = mmc_priv(mmc); in omap_hsmmc_regs_show() local
1918 struct omap_hsmmc_host *host = NULL; in omap_hsmmc_probe() local
2167 struct omap_hsmmc_host *host = platform_get_drvdata(pdev); in omap_hsmmc_remove() local
2192 struct omap_hsmmc_host *host = dev_get_drvdata(dev); in omap_hsmmc_suspend() local
2222 struct omap_hsmmc_host *host = dev_get_drvdata(dev); in omap_hsmmc_resume() local
2249 struct omap_hsmmc_host *host; in omap_hsmmc_runtime_suspend() local
2295 struct omap_hsmmc_host *host; in omap_hsmmc_runtime_resume() local