Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/mmc/host/
H A Ddw_mmc.h242 struct dw_mci_dma_ops { struct
244 int (*init)(struct dw_mci *host);
245 int (*start)(struct dw_mci *host, unsigned int sg_len);
246 void (*complete)(void *host);
247 void (*stop)(struct dw_mci *host);
248 void (*cleanup)(struct dw_mci *host);
272 struct dw_mci_dma_ops *dma_ops; argument