Searched defs:dw_mci_dma_ops (Results 1 – 1 of 1) sorted by relevance
247 struct dw_mci_dma_ops { struct249 int (*init)(struct dw_mci *host);250 int (*start)(struct dw_mci *host, unsigned int sg_len);251 void (*complete)(void *host);252 void (*stop)(struct dw_mci *host);253 void (*cleanup)(struct dw_mci *host);277 struct dw_mci_dma_ops *dma_ops; argument
Completed in 8 milliseconds