Lines Matching refs:mmc_omap_host
98 struct mmc_omap_host;
113 struct mmc_omap_host *host;
121 struct mmc_omap_host {
187 static void mmc_omap_fclk_enable(struct mmc_omap_host *host, unsigned int enable)
204 struct mmc_omap_host *host = slot->host;
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,
267 struct mmc_omap_host *host = slot->host;
345 mmc_omap_start_command(struct mmc_omap_host *host, struct mmc_command *cmd)
415 mmc_omap_release_dma(struct mmc_omap_host *host, struct mmc_data *data,
442 struct mmc_omap_host *host = container_of(work, struct mmc_omap_host,
455 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);
656 mmc_omap_sg_to_buf(struct mmc_omap_host *host)
670 struct mmc_omap_host *host = from_timer(host, t, clk_timer);
677 mmc_omap_xfer_data(struct mmc_omap_host *host, int write)
709 static void mmc_omap_report_irq(struct mmc_omap_host *host, u16 status)
726 static void mmc_omap_report_irq(struct mmc_omap_host *host, u16 status)
734 struct mmc_omap_host * host = (struct mmc_omap_host *)dev_id;
870 struct mmc_omap_host *host = dev_get_drvdata(dev);
916 struct mmc_omap_host *host = priv;
925 static inline void set_cmd_timeout(struct mmc_omap_host *host, struct mmc_request *req)
936 static inline void set_data_timeout(struct mmc_omap_host *host, struct mmc_request *req)
957 mmc_omap_prepare_data(struct mmc_omap_host *host, struct mmc_request *req)
1078 static void mmc_omap_start_request(struct mmc_omap_host *host,
1099 struct mmc_omap_host *host = slot->host;
1118 struct mmc_omap_host *host;
1146 struct mmc_omap_host *host = slot->host;
1174 struct mmc_omap_host *host = slot->host;
1244 static int mmc_omap_new_slot(struct mmc_omap_host *host, int id)
1360 struct mmc_omap_host *host = NULL;
1374 host = devm_kzalloc(&pdev->dev, sizeof(struct mmc_omap_host),
1511 struct mmc_omap_host *host = platform_get_drvdata(pdev);