Searched refs:stm32_pmx_set_mode (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/pinctrl/stm32/ |
H A D | pinctrl-stm32.c | 768 static int stm32_pmx_set_mode(struct stm32_gpio_bank *bank, in stm32_pmx_set_mode() function 859 return stm32_pmx_set_mode(bank, pin, mode, alt); in stm32_pmx_set_mux() 869 return stm32_pmx_set_mode(bank, pin, !input, 0); in stm32_pmx_gpio_set_direction() 1706 ret = stm32_pmx_set_mode(bank, offset, mode, alt); in stm32_pinctrl_restore_gpio_regs()
|