Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/gpio/
H A D74x164_gpio.c62 static int gen_74x164_get_value(struct udevice *dev, unsigned offset) in gen_74x164_get_value() function
119 .get_value = gen_74x164_get_value,
/openbmc/linux/drivers/gpio/
H A Dgpio-74x164.c41 static int gen_74x164_get_value(struct gpio_chip *gc, unsigned offset) in gen_74x164_get_value() function
134 chip->gpio_chip.get = gen_74x164_get_value; in gen_74x164_probe()