Home
last modified time | relevance | path

Searched defs:dw_mci_dma_ops (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/mmc/host/
A Ddw_mmc.h243 struct dw_mci_dma_ops { struct
245 int (*init)(struct dw_mci *host);
246 int (*start)(struct dw_mci *host, unsigned int sg_len);
247 void (*complete)(void *host);
248 void (*stop)(struct dw_mci *host);
249 void (*cleanup)(struct dw_mci *host);
273 struct dw_mci_dma_ops *dma_ops; argument

Completed in 5 milliseconds