Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/mmc/host/
Dmeson-gx-mmc.c169 struct pinctrl_state *pins_clk_gate; member
399 if (host->pins_clk_gate) { in meson_mmc_clk_gate()
400 pinctrl_select_state(host->pinctrl, host->pins_clk_gate); in meson_mmc_clk_gate()
416 if (host->pins_clk_gate) in meson_mmc_clk_ungate()
1251 host->pins_clk_gate = pinctrl_lookup_state(host->pinctrl, in meson_mmc_probe()
1253 if (IS_ERR(host->pins_clk_gate)) { in meson_mmc_probe()
1256 host->pins_clk_gate = NULL; in meson_mmc_probe()