Lines Matching defs:range
108 * @gpio_range: the range matching the GPIO pin if this is a request for a
203 * @gpio_range: the range matching the GPIO pin if this is a request for a
262 * @range: the applicable GPIO range
266 struct pinctrl_gpio_range *range,
273 owner = kasprintf(GFP_KERNEL, "%s:%d", range->name, gpio);
277 ret = pin_request(pctldev, pin, owner, range);
288 * @range: applicable GPIO range
291 struct pinctrl_gpio_range *range)
295 owner = pin_free(pctldev, pin, range);
302 * @range: applicable GPIO range
307 struct pinctrl_gpio_range *range,
316 ret = ops->gpio_set_direction(pctldev, range, pin, input);