Searched refs:mmc_omap_host (Results 1 - 1 of 1) sorted by relevance

/linux-4.4.14/drivers/mmc/host/
H A Domap.c101 struct mmc_omap_host;
115 struct mmc_omap_host *host;
120 struct mmc_omap_host { struct
185 static void mmc_omap_fclk_enable(struct mmc_omap_host *host, unsigned int enable) mmc_omap_fclk_enable()
202 struct mmc_omap_host *host = slot->host; mmc_omap_select_slot()
240 static void mmc_omap_start_request(struct mmc_omap_host *host,
245 struct mmc_omap_host *host = container_of(work, struct mmc_omap_host, mmc_omap_slot_release_work()
260 struct mmc_omap_host *host = slot->host; mmc_omap_release_slot()
335 mmc_omap_start_command(struct mmc_omap_host *host, struct mmc_command *cmd) mmc_omap_start_command()
405 mmc_omap_release_dma(struct mmc_omap_host *host, struct mmc_data *data, mmc_omap_release_dma()
432 struct mmc_omap_host *host = container_of(work, struct mmc_omap_host, mmc_omap_send_stop_work()
445 mmc_omap_xfer_done(struct mmc_omap_host *host, struct mmc_data *data) mmc_omap_xfer_done()
473 mmc_omap_send_abort(struct mmc_omap_host *host, int maxloops) mmc_omap_send_abort()
502 mmc_omap_abort_xfer(struct mmc_omap_host *host, struct mmc_data *data) mmc_omap_abort_xfer()
514 mmc_omap_end_of_data(struct mmc_omap_host *host, struct mmc_data *data) mmc_omap_end_of_data()
535 mmc_omap_dma_done(struct mmc_omap_host *host, struct mmc_data *data) mmc_omap_dma_done()
552 mmc_omap_cmd_done(struct mmc_omap_host *host, struct mmc_command *cmd) mmc_omap_cmd_done()
599 struct mmc_omap_host *host = container_of(work, struct mmc_omap_host, mmc_omap_abort_command()
631 struct mmc_omap_host *host = (struct mmc_omap_host *) data; mmc_omap_cmd_timer()
646 mmc_omap_sg_to_buf(struct mmc_omap_host *host) mmc_omap_sg_to_buf()
660 struct mmc_omap_host *host = (struct mmc_omap_host *) data; mmc_omap_clk_timer()
667 mmc_omap_xfer_data(struct mmc_omap_host *host, int write) mmc_omap_xfer_data()
699 static void mmc_omap_report_irq(struct mmc_omap_host *host, u16 status) mmc_omap_report_irq()
716 static void mmc_omap_report_irq(struct mmc_omap_host *host, u16 status) mmc_omap_report_irq()
724 struct mmc_omap_host * host = (struct mmc_omap_host *)dev_id; mmc_omap_irq()
860 struct mmc_omap_host *host = dev_get_drvdata(dev); omap_mmc_notify_cover_event()
906 struct mmc_omap_host *host = priv; mmc_omap_dma_callback()
915 static inline void set_cmd_timeout(struct mmc_omap_host *host, struct mmc_request *req) set_cmd_timeout()
926 static inline void set_data_timeout(struct mmc_omap_host *host, struct mmc_request *req) set_data_timeout()
947 mmc_omap_prepare_data(struct mmc_omap_host *host, struct mmc_request *req) mmc_omap_prepare_data()
1066 static void mmc_omap_start_request(struct mmc_omap_host *host, mmc_omap_start_request()
1087 struct mmc_omap_host *host = slot->host; mmc_omap_request()
1106 struct mmc_omap_host *host; mmc_omap_set_power()
1129 struct mmc_omap_host *host = slot->host; mmc_omap_calc_divisor()
1157 struct mmc_omap_host *host = slot->host; mmc_omap_set_ios()
1222 static int mmc_omap_new_slot(struct mmc_omap_host *host, int id) mmc_omap_new_slot()
1322 struct mmc_omap_host *host = NULL; mmc_omap_probe()
1338 host = devm_kzalloc(&pdev->dev, sizeof(struct mmc_omap_host), mmc_omap_probe()
1461 struct mmc_omap_host *host = platform_get_drvdata(pdev); mmc_omap_remove()

Completed in 45 milliseconds