Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/gpio/
H A Dpcf8575_gpio.c95 static int pcf8575_direction_output(struct udevice *dev, in pcf8575_direction_output() function
123 return pcf8575_direction_output(dev, offset, value); in pcf8575_set_value()
160 .direction_output = pcf8575_direction_output,