Lines Matching defs:goldfish_mmc_host
108 struct goldfish_mmc_host {
128 goldfish_mmc_cover_is_open(struct goldfish_mmc_host *host)
137 struct goldfish_mmc_host *host = dev_get_drvdata(dev);
146 goldfish_mmc_start_command(struct goldfish_mmc_host *host, struct mmc_command *cmd)
202 static void goldfish_mmc_xfer_done(struct goldfish_mmc_host *host,
241 static void goldfish_mmc_end_of_data(struct goldfish_mmc_host *host,
252 static void goldfish_mmc_cmd_done(struct goldfish_mmc_host *host,
282 struct goldfish_mmc_host *host = (struct goldfish_mmc_host *)dev_id;
353 static void goldfish_mmc_prepare_data(struct goldfish_mmc_host *host,
399 struct goldfish_mmc_host *host = mmc_priv(mmc);
410 struct goldfish_mmc_host *host = mmc_priv(mmc);
419 struct goldfish_mmc_host *host = mmc_priv(mmc);
434 struct goldfish_mmc_host *host = NULL;
445 mmc = mmc_alloc_host(sizeof(struct goldfish_mmc_host), &pdev->dev);
522 struct goldfish_mmc_host *host = platform_get_drvdata(pdev);