Searched defs:mmci_host_ops (Results 1 – 1 of 1) sorted by relevance
139450 struct mmci_host_ops { struct139451 int (*validate_data)(struct mmci_host *, struct mmc_data *);139452 int (*prep_data)(struct mmci_host *, struct mmc_data *, bool);139453 void (*unprep_data)(struct mmci_host *, struct mmc_data *, int);139454 u32 (*get_datactrl_cfg)(struct mmci_host *);139455 void (*get_next_data)(struct mmci_host *, struct mmc_data *);139456 int (*dma_setup)(struct mmci_host *);139457 void (*dma_release)(struct mmci_host *);139458 int (*dma_start)(struct mmci_host *, unsigned int *);139459 void (*dma_finalize)(struct mmci_host *, struct mmc_data *);[all …]