Home
last modified time | relevance | path

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

/u-boot/drivers/pinctrl/
A Dpinctrl-stmfx.c144 static int stmfx_gpio_get_function(struct udevice *dev, unsigned int offset) in stmfx_gpio_get_function() function
213 if (stmfx_gpio_get_function(dev, offset) == GPIOF_OUTPUT) { in stmfx_gpio_get_flags()
271 .get_function = stmfx_gpio_get_function,
303 dir = stmfx_gpio_get_function(plat->gpio, pin); in stmfx_pinctrl_conf_set()
400 func = stmfx_gpio_get_function(plat->gpio, selector); in stmfx_pinctrl_get_pin_muxing()

Completed in 14 milliseconds