Home
last modified time | relevance | path

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

/third_party/uboot/u-boot-2020.01/include/asm-generic/
Dgpio.h199 int gpio_get_raw_function(struct udevice *dev, int offset, const char **namep);
/third_party/uboot/u-boot-2020.01/drivers/gpio/
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()
/third_party/uboot/u-boot-2020.01/drivers/pinctrl/
Dpinctrl_stm32.c190 mode = gpio_get_raw_function(gpio_dev, gpio_idx, &label); in stm32_pinctrl_get_pin_muxing()