Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/gpio/
H A Dstm32_gpio.c44 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()
/OK3568_Linux_fs/u-boot/arch/arm/include/asm/arch-stm32f4/
H A Dgpio.h121 struct stm32_gpio_dsc { struct
144 int stm32_gpio_config(const struct stm32_gpio_dsc *gpio_dsc, argument
146 int stm32_gpout_set(const struct stm32_gpio_dsc *gpio_dsc, int state);
/OK3568_Linux_fs/u-boot/drivers/pinctrl/
H A Dpinctrl_stm32.c44 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()
/OK3568_Linux_fs/u-boot/board/st/stm32f429-discovery/
H A Dstm32f429-discovery.c43 static const struct stm32_gpio_dsc usart_gpio[] = {
72 static const struct stm32_gpio_dsc ext_ram_fmc_gpio[] = {
/OK3568_Linux_fs/u-boot/arch/arm/include/asm/arch-stm32f7/
H A Dgpio.h87 struct stm32_gpio_dsc { struct