Home
last modified time | relevance | path

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

/linux/sound/soc/mediatek/mt8365/
H A Dmt8365-mt6357.c39 struct pinctrl_state *pin_states[PIN_STATE_MAX]; member
71 if (IS_ERR(priv->pin_states[PIN_STATE_MOSI_ON])) in mt8365_mt6357_int_adda_startup()
75 priv->pin_states[PIN_STATE_MOSI_ON]); in mt8365_mt6357_int_adda_startup()
82 if (IS_ERR(priv->pin_states[PIN_STATE_MISO_ON])) in mt8365_mt6357_int_adda_startup()
86 priv->pin_states[PIN_STATE_MISO_ON]); in mt8365_mt6357_int_adda_startup()
102 if (IS_ERR(priv->pin_states[PIN_STATE_MOSI_OFF])) in mt8365_mt6357_int_adda_shutdown()
106 priv->pin_states[PIN_STATE_MOSI_OFF]); in mt8365_mt6357_int_adda_shutdown()
113 if (IS_ERR(priv->pin_states[PIN_STATE_MISO_OFF])) in mt8365_mt6357_int_adda_shutdown()
117 priv->pin_states[PIN_STATE_MISO_OFF]); in mt8365_mt6357_int_adda_shutdown()
253 priv->pin_states[i] = pinctrl_lookup_state(priv->pinctrl, in mt8365_mt6357_gpio_probe()
[all …]