Lines Matching defs:host
58 #define GOLDFISH_MMC_READ(host, addr) (readl(host->reg_base + addr)) argument
59 #define GOLDFISH_MMC_WRITE(host, addr, x) (writel(x, host->reg_base + addr)) argument
135 goldfish_mmc_cover_is_open(struct goldfish_mmc_host *host) in goldfish_mmc_cover_is_open()
144 struct goldfish_mmc_host *host = dev_get_drvdata(dev); in goldfish_mmc_show_cover_switch() local
153 goldfish_mmc_start_command(struct goldfish_mmc_host *host, struct mmc_command *cmd) in goldfish_mmc_start_command()
209 static void goldfish_mmc_xfer_done(struct goldfish_mmc_host *host, in goldfish_mmc_xfer_done()
251 static void goldfish_mmc_end_of_data(struct goldfish_mmc_host *host, in goldfish_mmc_end_of_data()
262 static void goldfish_mmc_cmd_done(struct goldfish_mmc_host *host, in goldfish_mmc_cmd_done()
292 struct goldfish_mmc_host *host = (struct goldfish_mmc_host *)dev_id; in goldfish_mmc_irq() local
366 static void goldfish_mmc_prepare_data(struct goldfish_mmc_host *host, in goldfish_mmc_prepare_data()
415 struct goldfish_mmc_host *host = mmc_priv(mmc); in goldfish_mmc_request() local
434 struct goldfish_mmc_host *host = mmc_priv(mmc); in goldfish_mmc_set_ios() local
443 struct goldfish_mmc_host *host = mmc_priv(mmc); in goldfish_mmc_get_ro() local
458 struct goldfish_mmc_host *host = NULL; in goldfish_mmc_probe() local
547 struct goldfish_mmc_host *host = platform_get_drvdata(pdev); in goldfish_mmc_remove() local