Searched defs:dw_mci_dma_ops (Results 1 – 1 of 1) sorted by relevance
227 struct dw_mci_dma_ops { struct229 int (*init)(struct dw_mci *host);230 int (*start)(struct dw_mci *host, unsigned int sg_len);231 void (*complete)(void *host);232 void (*stop)(struct dw_mci *host);233 void (*cleanup)(struct dw_mci *host);234 void (*exit)(struct dw_mci *host);