Lines Matching refs:moxart_host
122 struct moxart_host { struct
151 static inline void moxart_init_sg(struct moxart_host *host, in moxart_init_sg() argument
162 static inline int moxart_next_sg(struct moxart_host *host) in moxart_next_sg()
180 static int moxart_wait_for_status(struct moxart_host *host, in moxart_wait_for_status()
204 static void moxart_send_command(struct moxart_host *host, in moxart_send_command()
252 struct moxart_host *host = param; in moxart_dma_complete()
257 static void moxart_transfer_dma(struct mmc_data *data, struct moxart_host *host) in moxart_transfer_dma()
306 static void moxart_transfer_pio(struct moxart_host *host) in moxart_transfer_pio()
365 static void moxart_prepare_data(struct moxart_host *host) in moxart_prepare_data()
397 struct moxart_host *host = mmc_priv(mmc); in moxart_request()
466 struct moxart_host *host = (struct moxart_host *)devid; in moxart_irq()
494 struct moxart_host *host = mmc_priv(mmc); in moxart_set_ios()
541 struct moxart_host *host = mmc_priv(mmc); in moxart_get_ro()
558 struct moxart_host *host = NULL; in moxart_probe()
565 mmc = mmc_alloc_host(sizeof(struct moxart_host), dev); in moxart_probe()
691 struct moxart_host *host = mmc_priv(mmc); in moxart_remove()