Lines Matching defs:range
104 * @gpio_range: the range matching the GPIO pin if this is a request for a
199 * @gpio_range: the range matching the GPIO pin if this is a request for a
258 * @range: the applicable GPIO range
262 struct pinctrl_gpio_range *range,
269 owner = kasprintf(GFP_KERNEL, "%s:%d", range->name, gpio);
273 ret = pin_request(pctldev, pin, owner, range);
284 * @range: applicable GPIO range
287 struct pinctrl_gpio_range *range)
291 owner = pin_free(pctldev, pin, range);
298 * @range: applicable GPIO range
303 struct pinctrl_gpio_range *range,
312 ret = ops->gpio_set_direction(pctldev, range, pin, input);