Searched refs:gpio_hog_list (Results 1 – 3 of 3) sorted by relevance
/openbmc/u-boot/board/alliedtelesis/common/ |
H A D | gpio_hog.h | 6 int gpio_hog_list(struct gpio_desc *gpiod, int max_count, const char *node_name, 12 return gpio_hog_list(gpiod, 1, node_name, gpio_name, value); in gpio_hog()
|
H A D | gpio_hog.c | 12 int gpio_hog_list(struct gpio_desc *gpiod, int max_count, in gpio_hog_list() function
|
/openbmc/u-boot/board/alliedtelesis/x530/ |
H A D | x530.c | 141 gpio_hog_list(phy_reset, ARRAY_SIZE(phy_reset), "atl,phy-reset", "reset-gpio", 0); in misc_init_r()
|