Home
last modified time | relevance | path

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

/linux/sound/soc/mediatek/mt8365/
H A Dmt8365-mt6357.c45 struct pinctrl_state *pin_states[PIN_STATE_MAX]; member
78 if (IS_ERR(priv->pin_states[PIN_STATE_MOSI_ON])) in mt8365_mt6357_int_adda_startup()
82 priv->pin_states[PIN_STATE_MOSI_ON]); in mt8365_mt6357_int_adda_startup()
89 if (IS_ERR(priv->pin_states[PIN_STATE_MISO_ON])) in mt8365_mt6357_int_adda_startup()
93 priv->pin_states[PIN_STATE_MISO_ON]); in mt8365_mt6357_int_adda_startup()
110 if (IS_ERR(priv->pin_states[PIN_STATE_MOSI_OFF])) in mt8365_mt6357_int_adda_shutdown()
114 priv->pin_states[PIN_STATE_MOSI_OFF]); in mt8365_mt6357_int_adda_shutdown()
121 if (IS_ERR(priv->pin_states[PIN_STATE_MISO_OFF])) in mt8365_mt6357_int_adda_shutdown()
125 priv->pin_states[PIN_STATE_MISO_OFF]); in mt8365_mt6357_int_adda_shutdown()
262 priv->pin_states[i] = pinctrl_lookup_state(priv->pinctrl, in mt8365_mt6357_gpio_probe()
[all …]
/linux/drivers/gpio/
H A Dgpio-mpsse.c400 unsigned long pin_mask, pin_states, flags; in gpio_mpsse_poll() local
424 pin_states = 0; in gpio_mpsse_poll()
435 &pin_states); in gpio_mpsse_poll()
448 value = pin_states & BIT(offset); in gpio_mpsse_poll()
476 old_value[offset] = pin_states & BIT(offset); in gpio_mpsse_poll()