Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/gpio/
H A D74x164_gpio.c72 static int gen_74x164_set_value(struct udevice *dev, unsigned offset, in gen_74x164_set_value() function
100 return gen_74x164_set_value(dev, offset, value); in gen_74x164_direction_output()
121 .set_value = gen_74x164_set_value,
/OK3568_Linux_fs/kernel/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()
137 chip->gpio_chip.set = gen_74x164_set_value; in gen_74x164_probe()