Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/gpio/
Dgpio-74x164.c22 struct gen_74x164_chip { struct
29 static struct gen_74x164_chip *gpio_to_74x164_chip(struct gpio_chip *gc) in gpio_to_74x164_chip() argument
31 return container_of(gc, struct gen_74x164_chip, gpio_chip); in gpio_to_74x164_chip()
34 static int __gen_74x164_write_config(struct gen_74x164_chip *chip) in __gen_74x164_write_config()
71 struct gen_74x164_chip *chip = gpio_to_74x164_chip(gc); in gen_74x164_get_value()
86 struct gen_74x164_chip *chip = gpio_to_74x164_chip(gc); in gen_74x164_set_value()
109 struct gen_74x164_chip *chip; in gen_74x164_probe()
169 struct gen_74x164_chip *chip = spi_get_drvdata(spi); in gen_74x164_remove()