Lines Matching refs:mvsd_host
40 struct mvsd_host { struct
62 static int mvsd_setup_data(struct mvsd_host *host, struct mmc_data *data) in mvsd_setup_data() argument
144 struct mvsd_host *host = mmc_priv(mmc); in mvsd_request()
245 static u32 mvsd_finish_cmd(struct mvsd_host *host, struct mmc_command *cmd, in mvsd_finish_cmd()
290 static u32 mvsd_finish_data(struct mvsd_host *host, struct mmc_data *data, in mvsd_finish_data()
351 struct mvsd_host *host = dev; in mvsd_irq()
517 struct mvsd_host *host = (struct mvsd_host *)data; in mvsd_timeout_timer()
558 struct mvsd_host *host = mmc_priv(mmc); in mvsd_enable_sdio_irq()
575 static void mvsd_power_up(struct mvsd_host *host) in mvsd_power_up()
589 static void mvsd_power_down(struct mvsd_host *host) in mvsd_power_down()
605 struct mvsd_host *host = mmc_priv(mmc); in mvsd_set_ios()
677 mv_conf_mbus_windows(struct mvsd_host *host, in mv_conf_mbus_windows()
702 struct mvsd_host *host = NULL; in mvsd_probe()
712 mmc = mmc_alloc_host(sizeof(struct mvsd_host), &pdev->dev); in mvsd_probe()
837 struct mvsd_host *host = mmc_priv(mmc); in mvsd_remove()