Home
last modified time | relevance | path

Searched refs:pcf857x_output (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/gpio/
H A Dgpio-pcf857x.c157 static int pcf857x_output(struct gpio_chip *chip, unsigned int offset, int value) in pcf857x_output() function
176 return pcf857x_output(chip, offset, value); in pcf857x_set()
301 gpio->chip.direction_output = pcf857x_output; in pcf857x_probe()