Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/mmc/host/
Ddw_mmc.h240 struct dw_mci_dma_ops { struct
242 int (*init)(struct dw_mci *host);
243 int (*start)(struct dw_mci *host, unsigned int sg_len);
244 void (*complete)(void *host);
245 void (*stop)(struct dw_mci *host);
246 void (*cleanup)(struct dw_mci *host);
270 struct dw_mci_dma_ops *dma_ops; argument