Lines Matching refs:mmc_omap_host

98 struct mmc_omap_host;
113 struct mmc_omap_host *host;
121 struct mmc_omap_host {
185 static void mmc_omap_fclk_enable(struct mmc_omap_host *host, unsigned int enable)
202 struct mmc_omap_host *host = slot->host;
245 static void mmc_omap_start_request(struct mmc_omap_host *host,
250 struct mmc_omap_host *host = container_of(work, struct mmc_omap_host,
265 struct mmc_omap_host *host = slot->host;
343 mmc_omap_start_command(struct mmc_omap_host *host, struct mmc_command *cmd)
413 mmc_omap_release_dma(struct mmc_omap_host *host, struct mmc_data *data,
440 struct mmc_omap_host *host = container_of(work, struct mmc_omap_host,
453 mmc_omap_xfer_done(struct mmc_omap_host *host, struct mmc_data *data)
483 mmc_omap_send_abort(struct mmc_omap_host *host, int maxloops)
512 mmc_omap_abort_xfer(struct mmc_omap_host *host, struct mmc_data *data)
524 mmc_omap_end_of_data(struct mmc_omap_host *host, struct mmc_data *data)
545 mmc_omap_dma_done(struct mmc_omap_host *host, struct mmc_data *data)
562 mmc_omap_cmd_done(struct mmc_omap_host *host, struct mmc_command *cmd)
609 struct mmc_omap_host *host = container_of(work, struct mmc_omap_host,
641 struct mmc_omap_host *host = from_timer(host, t, cmd_abort_timer);
657 struct mmc_omap_host *host = from_timer(host, t, clk_timer);
664 mmc_omap_xfer_data(struct mmc_omap_host *host, int write)
700 static void mmc_omap_report_irq(struct mmc_omap_host *host, u16 status)
717 static void mmc_omap_report_irq(struct mmc_omap_host *host, u16 status)
725 struct mmc_omap_host * host = (struct mmc_omap_host *)dev_id;
861 struct mmc_omap_host *host = dev_get_drvdata(dev);
907 struct mmc_omap_host *host = priv;
916 static inline void set_cmd_timeout(struct mmc_omap_host *host, struct mmc_request *req)
927 static inline void set_data_timeout(struct mmc_omap_host *host, struct mmc_request *req)
948 mmc_omap_prepare_data(struct mmc_omap_host *host, struct mmc_request *req)
1073 static void mmc_omap_start_request(struct mmc_omap_host *host,
1094 struct mmc_omap_host *host = slot->host;
1113 struct mmc_omap_host *host;
1156 struct mmc_omap_host *host = slot->host;
1184 struct mmc_omap_host *host = slot->host;
1254 static int mmc_omap_new_slot(struct mmc_omap_host *host, int id)
1370 struct mmc_omap_host *host = NULL;
1384 host = devm_kzalloc(&pdev->dev, sizeof(struct mmc_omap_host),
1520 struct mmc_omap_host *host = platform_get_drvdata(pdev);