Lines Matching defs:set
133 * iproc_set_bit - set or clear one bit (corresponding to the GPIO pin) in a
139 * @set: set or clear
142 unsigned gpio, bool set)
149 if (set)
362 dev_dbg(chip->dev, "gpio:%u set input\n", gpio);
378 dev_dbg(chip->dev, "gpio:%u set output, value:%d\n", gpio, val);
404 dev_dbg(chip->dev, "gpio:%u set, value:%d\n", gpio, val);
539 dev_dbg(chip->dev, "gpio:%u set pullup:%d\n", gpio, pull_up);
596 dev_dbg(chip->dev, "gpio:%u set drive strength:%d mA\n", gpio,
868 gc->set = iproc_gpio_set;