Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/mmc/host/
Ddw_mmc.h248 struct dw_mci_dma_ops { struct
250 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