Lines Matching refs:set
131 * iproc_set_bit - set or clear one bit (corresponding to the GPIO pin) in a
137 * @set: set or clear
140 unsigned gpio, bool set)
147 if (set)
339 dev_dbg(chip->dev, "gpio:%u set input\n", gpio);
355 dev_dbg(chip->dev, "gpio:%u set output, value:%d\n", gpio, val);
381 dev_dbg(chip->dev, "gpio:%u set, value:%d\n", gpio, val);
516 dev_dbg(chip->dev, "gpio:%u set pullup:%d\n", gpio, pull_up);
573 dev_dbg(chip->dev, "gpio:%u set drive strength:%d mA\n", gpio,
848 gc->set = iproc_gpio_set;