Searched refs:stm32_gpio_dsc (Results 1 – 5 of 5) sorted by relevance
44 int stm32_gpio_config(const struct stm32_gpio_dsc *dsc, in stm32_gpio_config()77 int stm32_gpout_set(const struct stm32_gpio_dsc *dsc, int state) in stm32_gpout_set()99 int stm32_gpin_get(const struct stm32_gpio_dsc *dsc) in stm32_gpin_get()129 struct stm32_gpio_dsc dsc; in gpio_direction_input()145 struct stm32_gpio_dsc dsc; in gpio_direction_output()166 struct stm32_gpio_dsc dsc; in gpio_get_value()176 struct stm32_gpio_dsc dsc; in gpio_set_value()
121 struct stm32_gpio_dsc { struct144 int stm32_gpio_config(const struct stm32_gpio_dsc *gpio_dsc, argument146 int stm32_gpout_set(const struct stm32_gpio_dsc *gpio_dsc, int state);
44 static int prep_gpio_dsc(struct stm32_gpio_dsc *gpio_dsc, u32 port_pin) in prep_gpio_dsc()106 struct stm32_gpio_dsc gpio_dsc; in stm32_pinctrl_config()
43 static const struct stm32_gpio_dsc usart_gpio[] = {72 static const struct stm32_gpio_dsc ext_ram_fmc_gpio[] = {
87 struct stm32_gpio_dsc { struct