Searched refs:gpio_free_list (Results 1 – 6 of 6) sorted by relevance
| /OK3568_Linux_fs/u-boot/test/dm/ |
| H A D | gpio.c | 220 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 D | gpio.h | 562 int gpio_free_list(struct udevice *dev, struct gpio_desc *desc, int count);
|
| /OK3568_Linux_fs/u-boot/drivers/demo/ |
| H A D | demo-shape.c | 180 return gpio_free_list(dev, priv->gpio_desc, priv->gpio_count); in dm_shape_remove()
|
| /OK3568_Linux_fs/u-boot/drivers/gpio/ |
| H A D | gpio-uclass.su | |
| H A D | gpio-uclass.c | 941 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 D | u-boot.map | |