Searched defs:tmio_mmc_host (Results 1 - 1 of 1) sorted by relevance

/drivers/mmc/host/
H A Dtmio_mmc.h43 struct tmio_mmc_host { struct
91 int tmio_mmc_host_probe(struct tmio_mmc_host **host,
94 void tmio_mmc_host_remove(struct tmio_mmc_host *host);
95 void tmio_mmc_do_data_irq(struct tmio_mmc_host *host);
97 void tmio_mmc_enable_mmc_irqs(struct tmio_mmc_host *host, u32 i);
98 void tmio_mmc_disable_mmc_irqs(struct tmio_mmc_host *host, u32 i);
119 void tmio_mmc_start_dma(struct tmio_mmc_host *host, struct mmc_data *data);
120 void tmio_mmc_enable_dma(struct tmio_mmc_host *host, bool enable);
121 void tmio_mmc_request_dma(struct tmio_mmc_host *host, struct tmio_mmc_data *pdata);
122 void tmio_mmc_release_dma(struct tmio_mmc_host *hos
[all...]

Completed in 9 milliseconds