Lines Matching refs:meson_host
153 struct meson_host { struct
395 static void meson_mmc_clk_gate(struct meson_host *host) in meson_mmc_clk_gate()
412 static void meson_mmc_clk_ungate(struct meson_host *host) in meson_mmc_clk_ungate()
425 static int meson_mmc_clk_set(struct meson_host *host, struct mmc_ios *ios) in meson_mmc_clk_set()
484 static int meson_mmc_clk_init(struct meson_host *host) in meson_mmc_clk_init()
741 struct meson_host *host = mmc_priv(mmc); in meson_mmc_execute_tuning()
748 struct meson_host *host = mmc_priv(mmc); in meson_mmc_set_ios()
831 struct meson_host *host = mmc_priv(mmc); in meson_mmc_request_done()
839 struct meson_host *host = mmc_priv(mmc); in meson_mmc_set_blksz()
881 struct meson_host *host = mmc_priv(mmc); in meson_mmc_desc_chain_transfer()
919 struct meson_host *host = mmc_priv(mmc); in meson_mmc_start_cmd()
981 struct meson_host *host = mmc_priv(mmc); in meson_mmc_request()
1005 struct meson_host *host = mmc_priv(mmc); in meson_mmc_read_resp()
1019 struct meson_host *host = dev_id; in meson_mmc_irq()
1085 struct meson_host *host = dev_id; in meson_mmc_irq_thread()
1124 static void meson_mmc_cfg_init(struct meson_host *host) in meson_mmc_cfg_init()
1138 struct meson_host *host = mmc_priv(mmc); in meson_mmc_card_busy()
1182 struct meson_host *host; in meson_mmc_probe()
1186 mmc = mmc_alloc_host(sizeof(struct meson_host), &pdev->dev); in meson_mmc_probe()
1336 struct meson_host *host = dev_get_drvdata(&pdev->dev); in meson_mmc_remove()