Home
last modified time | relevance | path

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

/openbmc/u-boot/board/alliedtelesis/common/
H A Dgpio_hog.h6 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 Dgpio_hog.c12 int gpio_hog_list(struct gpio_desc *gpiod, int max_count, in gpio_hog_list() function
/openbmc/u-boot/board/alliedtelesis/x530/
H A Dx530.c141 gpio_hog_list(phy_reset, ARRAY_SIZE(phy_reset), "atl,phy-reset", "reset-gpio", 0); in misc_init_r()