Lines Matching defs:label
139 * @label: label to attach to the requested GPIO
151 const char *label)
156 desc = gpiod_get_from_of_node(node, propname, index, dflags, label);
194 * @label: label to attach to the requested GPIO
206 const char *label)
216 desc = fwnode_gpiod_get_index(fwnode, con_id, index, flags, label);
401 * @label: the name of the requested GPIO
412 int devm_gpio_request(struct device *dev, unsigned gpio, const char *label)
421 rc = gpio_request(gpio, label);
439 * @label: a literal description string of this GPIO
442 unsigned long flags, const char *label)
451 rc = gpio_request_one(gpio, flags, label);