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.c140 static int stmfx_gpio_get_function(struct udevice *dev, unsigned int offset) in stmfx_gpio_get_function() function
208 if (stmfx_gpio_get_function(dev, offset) == GPIOF_OUTPUT) { in stmfx_gpio_get_dir_flags()
266 .get_function = stmfx_gpio_get_function,
298 dir = stmfx_gpio_get_function(plat->gpio, pin); in stmfx_pinctrl_conf_set()
395 func = stmfx_gpio_get_function(plat->gpio, selector); in stmfx_pinctrl_get_pin_muxing()

Completed in 5 milliseconds