Lines Matching refs:mmc_omap_host
98 struct mmc_omap_host;
113 struct mmc_omap_host *host;
121 struct mmc_omap_host { struct
187 static void mmc_omap_fclk_enable(struct mmc_omap_host *host, unsigned int enable) in mmc_omap_fclk_enable() argument
204 struct mmc_omap_host *host = slot->host; in mmc_omap_select_slot()
247 static void mmc_omap_start_request(struct mmc_omap_host *host,
252 struct mmc_omap_host *host = container_of(work, struct mmc_omap_host, in mmc_omap_slot_release_work()
267 struct mmc_omap_host *host = slot->host; in mmc_omap_release_slot()
345 mmc_omap_start_command(struct mmc_omap_host *host, struct mmc_command *cmd) in mmc_omap_start_command()
415 mmc_omap_release_dma(struct mmc_omap_host *host, struct mmc_data *data, in mmc_omap_release_dma()
442 struct mmc_omap_host *host = container_of(work, struct mmc_omap_host, in mmc_omap_send_stop_work()
455 mmc_omap_xfer_done(struct mmc_omap_host *host, struct mmc_data *data) in mmc_omap_xfer_done()
483 mmc_omap_send_abort(struct mmc_omap_host *host, int maxloops) in mmc_omap_send_abort()
512 mmc_omap_abort_xfer(struct mmc_omap_host *host, struct mmc_data *data) in mmc_omap_abort_xfer()
524 mmc_omap_end_of_data(struct mmc_omap_host *host, struct mmc_data *data) in mmc_omap_end_of_data()
545 mmc_omap_dma_done(struct mmc_omap_host *host, struct mmc_data *data) in mmc_omap_dma_done()
562 mmc_omap_cmd_done(struct mmc_omap_host *host, struct mmc_command *cmd) in mmc_omap_cmd_done()
609 struct mmc_omap_host *host = container_of(work, struct mmc_omap_host, in mmc_omap_abort_command()
641 struct mmc_omap_host *host = from_timer(host, t, cmd_abort_timer); in mmc_omap_cmd_timer()
656 mmc_omap_sg_to_buf(struct mmc_omap_host *host) in mmc_omap_sg_to_buf()
670 struct mmc_omap_host *host = from_timer(host, t, clk_timer); in mmc_omap_clk_timer()
677 mmc_omap_xfer_data(struct mmc_omap_host *host, int write) in mmc_omap_xfer_data()
709 static void mmc_omap_report_irq(struct mmc_omap_host *host, u16 status) in mmc_omap_report_irq()
726 static void mmc_omap_report_irq(struct mmc_omap_host *host, u16 status) in mmc_omap_report_irq()
734 struct mmc_omap_host * host = (struct mmc_omap_host *)dev_id; in mmc_omap_irq()
870 struct mmc_omap_host *host = dev_get_drvdata(dev); in omap_mmc_notify_cover_event()
916 struct mmc_omap_host *host = priv; in mmc_omap_dma_callback()
925 static inline void set_cmd_timeout(struct mmc_omap_host *host, struct mmc_request *req) in set_cmd_timeout()
936 static inline void set_data_timeout(struct mmc_omap_host *host, struct mmc_request *req) in set_data_timeout()
957 mmc_omap_prepare_data(struct mmc_omap_host *host, struct mmc_request *req) in mmc_omap_prepare_data()
1078 static void mmc_omap_start_request(struct mmc_omap_host *host, in mmc_omap_start_request()
1099 struct mmc_omap_host *host = slot->host; in mmc_omap_request()
1118 struct mmc_omap_host *host; in mmc_omap_set_power()
1161 struct mmc_omap_host *host = slot->host; in mmc_omap_calc_divisor()
1189 struct mmc_omap_host *host = slot->host; in mmc_omap_set_ios()
1259 static int mmc_omap_new_slot(struct mmc_omap_host *host, int id) in mmc_omap_new_slot()
1375 struct mmc_omap_host *host = NULL; in mmc_omap_probe()
1389 host = devm_kzalloc(&pdev->dev, sizeof(struct mmc_omap_host), in mmc_omap_probe()
1525 struct mmc_omap_host *host = platform_get_drvdata(pdev); in mmc_omap_remove()