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