Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/test/dm/
H A Dgpio.c220 ut_assertok(gpio_free_list(dev, desc_list, 3)); in dm_test_gpio_phandles()
232 ut_assertok(gpio_free_list(dev, desc_list, 3)); in dm_test_gpio_phandles()
/OK3568_Linux_fs/u-boot/include/asm-generic/
H A Dgpio.h562 int gpio_free_list(struct udevice *dev, struct gpio_desc *desc, int count);
/OK3568_Linux_fs/u-boot/drivers/demo/
H A Ddemo-shape.c180 return gpio_free_list(dev, priv->gpio_desc, priv->gpio_count); in dm_shape_remove()
/OK3568_Linux_fs/u-boot/drivers/gpio/
H A Dgpio-uclass.su
H A Dgpio-uclass.c941 int gpio_free_list(struct udevice *dev, struct gpio_desc *desc, int count) in gpio_free_list() function
954 return gpio_free_list(NULL, desc, count); in gpio_free_list_nodev()
/OK3568_Linux_fs/u-boot/
H A Du-boot.map