Home
last modified time | relevance | path

Searched refs:pins_clk_gate (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/mmc/host/
H A Dmeson-gx-mmc.c164 struct pinctrl_state *pins_clk_gate; member
314 if (host->pins_clk_gate) { in meson_mmc_clk_gate()
315 pinctrl_select_state(host->pinctrl, host->pins_clk_gate); in meson_mmc_clk_gate()
331 if (host->pins_clk_gate) in meson_mmc_clk_ungate()
1188 host->pins_clk_gate = pinctrl_lookup_state(host->pinctrl, in meson_mmc_probe()
1190 if (IS_ERR(host->pins_clk_gate)) { in meson_mmc_probe()
1193 host->pins_clk_gate = NULL; in meson_mmc_probe()