Lines Matching refs:mmc_omap_host

97 struct mmc_omap_host;
112 struct mmc_omap_host *host;
117 struct mmc_omap_host {
182 static void mmc_omap_fclk_enable(struct mmc_omap_host *host, unsigned int enable)
199 struct mmc_omap_host *host = slot->host;
237 static void mmc_omap_start_request(struct mmc_omap_host *host,
242 struct mmc_omap_host *host = container_of(work, struct mmc_omap_host,
257 struct mmc_omap_host *host = slot->host;
332 mmc_omap_start_command(struct mmc_omap_host *host, struct mmc_command *cmd)
402 mmc_omap_release_dma(struct mmc_omap_host *host, struct mmc_data *data,
429 struct mmc_omap_host *host = container_of(work, struct mmc_omap_host,
442 mmc_omap_xfer_done(struct mmc_omap_host *host, struct mmc_data *data)
470 mmc_omap_send_abort(struct mmc_omap_host *host, int maxloops)
499 mmc_omap_abort_xfer(struct mmc_omap_host *host, struct mmc_data *data)
511 mmc_omap_end_of_data(struct mmc_omap_host *host, struct mmc_data *data)
532 mmc_omap_dma_done(struct mmc_omap_host *host, struct mmc_data *data)
549 mmc_omap_cmd_done(struct mmc_omap_host *host, struct mmc_command *cmd)
596 struct mmc_omap_host *host = container_of(work, struct mmc_omap_host,
628 struct mmc_omap_host *host = from_timer(host, t, cmd_abort_timer);
643 mmc_omap_sg_to_buf(struct mmc_omap_host *host)
657 struct mmc_omap_host *host = from_timer(host, t, clk_timer);
664 mmc_omap_xfer_data(struct mmc_omap_host *host, int write)
696 static void mmc_omap_report_irq(struct mmc_omap_host *host, u16 status)
713 static void mmc_omap_report_irq(struct mmc_omap_host *host, u16 status)
721 struct mmc_omap_host * host = (struct mmc_omap_host *)dev_id;
857 struct mmc_omap_host *host = dev_get_drvdata(dev);
903 struct mmc_omap_host *host = priv;
912 static inline void set_cmd_timeout(struct mmc_omap_host *host, struct mmc_request *req)
923 static inline void set_data_timeout(struct mmc_omap_host *host, struct mmc_request *req)
944 mmc_omap_prepare_data(struct mmc_omap_host *host, struct mmc_request *req)
1065 static void mmc_omap_start_request(struct mmc_omap_host *host,
1086 struct mmc_omap_host *host = slot->host;
1105 struct mmc_omap_host *host;
1128 struct mmc_omap_host *host = slot->host;
1156 struct mmc_omap_host *host = slot->host;
1226 static int mmc_omap_new_slot(struct mmc_omap_host *host, int id)
1326 struct mmc_omap_host *host = NULL;
1340 host = devm_kzalloc(&pdev->dev, sizeof(struct mmc_omap_host),
1467 struct mmc_omap_host *host = platform_get_drvdata(pdev);