Searched refs:of_parse_own_gpio (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpio/ |
H A D | gpiolib-of.c | 564 * of_parse_own_gpio() - Get a GPIO hog descriptor, names and flags for GPIO API 570 * of_find_gpio() or of_parse_own_gpio() 576 static struct gpio_desc *of_parse_own_gpio(struct device_node *np, in of_parse_own_gpio() function 660 desc = of_parse_own_gpio(hog, chip, i, &name, &lflags, &dflags); in of_gpiochip_add_hog()
|
/kernel/linux/linux-6.6/drivers/gpio/ |
H A D | gpiolib-of.c | 665 * of_parse_own_gpio() - Get a GPIO hog descriptor, names and flags for GPIO API 671 * of_find_gpio() or of_parse_own_gpio() 677 static struct gpio_desc *of_parse_own_gpio(struct device_node *np, in of_parse_own_gpio() function 754 desc = of_parse_own_gpio(hog, chip, i, &name, &lflags, &dflags); in of_gpiochip_add_hog()
|
Completed in 3 milliseconds