Lines Matching defs:value
139 int value;
141 value = gpio->read(gpio->client);
142 return (value < 0) ? value : !!(value & (1 << offset));
145 static int pcf857x_output(struct gpio_chip *chip, unsigned offset, int value)
152 if (value)
162 static void pcf857x_set(struct gpio_chip *chip, unsigned offset, int value)
164 pcf857x_output(chip, offset, value);
322 * value ... without knowing the last value written since the chip
327 * may cause transient glitching since it can't know the last value