Lines Matching refs:node
171 * property named "cs-gpios" we need to inspect the child node
190 * device node, or actively by tagging on
224 * @np: device node to get GPIO from
243 pr_debug("%s: can't parse '%s' property of node '%pOF[%d]'\n", __func__, propname, np, index);
262 pr_debug("%s: parsed '%s' property of node '%pOF[%d]' - status (%d)\n", __func__, propname, np, index,
285 * gpiod_get_from_of_node() - obtain a GPIO from an OF node
286 * @node: handle of the OF node
298 struct gpio_desc *gpiod_get_from_of_node(struct device_node *node, const char *propname, int index,
310 desc = of_get_named_gpiod_flags(node, propname, index, &flags);
569 * @np: device node to get GPIO from
652 * of_gpiochip_add_hog - Add all hogs in a hog device node
654 * @hog: device node describing the hogs
719 * of_gpiochip_remove_hog - Remove all hogs in a hog device node
721 * @hog: device node describing the hogs
753 * Modifying an existing gpio-hog node is not supported (except for
843 * @np: device node of the GPIO chip
1064 /* If the gpiochip has an assigned OF node this takes precedence */