Home
last modified time | relevance | path

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

/openbmc/u-boot/include/asm-generic/
H A Dgpio.h199 int gpio_get_raw_function(struct udevice *dev, int offset, const char **namep);
/openbmc/u-boot/drivers/gpio/
H A Dgpio-uclass.c656 int gpio_get_raw_function(struct udevice *dev, int offset, const char **namep) in gpio_get_raw_function() function
674 ret = gpio_get_raw_function(dev, offset, NULL); in gpio_get_status()
/openbmc/u-boot/drivers/pinctrl/
H A Dpinctrl_stm32.c189 mode = gpio_get_raw_function(gpio_dev, gpio_idx, &label); in stm32_pinctrl_get_pin_muxing()