Lines Matching defs:mmci_host_ops
389 struct mmci_host_ops { struct
390 int (*validate_data)(struct mmci_host *host, struct mmc_data *data);
391 int (*prep_data)(struct mmci_host *host, struct mmc_data *data,
393 void (*unprep_data)(struct mmci_host *host, struct mmc_data *data,
395 u32 (*get_datactrl_cfg)(struct mmci_host *host);
396 void (*get_next_data)(struct mmci_host *host, struct mmc_data *data);
397 int (*dma_setup)(struct mmci_host *host);
398 void (*dma_release)(struct mmci_host *host);
399 int (*dma_start)(struct mmci_host *host, unsigned int *datactrl);
400 void (*dma_finalize)(struct mmci_host *host, struct mmc_data *data);
401 void (*dma_error)(struct mmci_host *host);
402 void (*set_clkreg)(struct mmci_host *host, unsigned int desired);
403 void (*set_pwrreg)(struct mmci_host *host, unsigned int pwr);
404 bool (*busy_complete)(struct mmci_host *host, struct mmc_command *cmd, u32 status, u32 err_msk);
405 void (*pre_sig_volt_switch)(struct mmci_host *host);
406 int (*post_sig_volt_switch)(struct mmci_host *host, struct mmc_ios *ios);