Home
last modified time | relevance | path

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

/openbmc/linux/drivers/mmc/host/
H A Dmeson-gx-mmc.c166 struct pinctrl_state *pins_clk_gate; member
327 if (host->pins_clk_gate) { in meson_mmc_clk_gate()
328 pinctrl_select_state(host->pinctrl, host->pins_clk_gate); in meson_mmc_clk_gate()
344 if (host->pins_clk_gate) in meson_mmc_clk_ungate()
1195 host->pins_clk_gate = pinctrl_lookup_state(host->pinctrl, in meson_mmc_probe()
1197 if (IS_ERR(host->pins_clk_gate)) { in meson_mmc_probe()
1200 host->pins_clk_gate = NULL; in meson_mmc_probe()