Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/gpio/
H A D74x164_gpio.c71 static int gen_74x164_set_value(struct udevice *dev, unsigned offset, in gen_74x164_set_value() function
99 return gen_74x164_set_value(dev, offset, value); in gen_74x164_direction_output()
120 .set_value = gen_74x164_set_value,
/openbmc/linux/drivers/gpio/
H A Dgpio-74x164.c55 static void gen_74x164_set_value(struct gpio_chip *gc, in gen_74x164_set_value() function
96 gen_74x164_set_value(gc, offset, val); in gen_74x164_direction_output()
135 chip->gpio_chip.set = gen_74x164_set_value; in gen_74x164_probe()