Searched defs:dw_mci_dma_ops (Results 1 – 1 of 1) sorted by relevance
248 struct dw_mci_dma_ops { struct250 int (*init)(struct dw_mci *host);251 int (*start)(struct dw_mci *host, unsigned int sg_len);252 void (*complete)(void *host);253 void (*stop)(struct dw_mci *host);254 void (*cleanup)(struct dw_mci *host);278 struct dw_mci_dma_ops *dma_ops; argument