Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/mmc/host/
Ddw_mmc.h236 struct dw_mci_dma_ops { struct
238 int (*init)(struct dw_mci *host);
239 int (*start)(struct dw_mci *host, unsigned int sg_len);
240 void (*complete)(void *host);
241 void (*stop)(struct dw_mci *host);
242 void (*cleanup)(struct dw_mci *host);
266 struct dw_mci_dma_ops *dma_ops; argument