Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpio/
H A Dgpio-tps65910.c20 struct tps65910_gpio { struct
27 struct tps65910_gpio *tps65910_gpio = gpiochip_get_data(gc); in tps65910_gpio_get() local
42 struct tps65910_gpio *tps65910_gpio = gpiochip_get_data(gc); in tps65910_gpio_set() local
56 struct tps65910_gpio *tps65910_gpio = gpiochip_get_data(gc); in tps65910_gpio_output() local
68 struct tps65910_gpio *tps65910_gpio = gpiochip_get_data(gc); in tps65910_gpio_input() local
110 struct tps65910_gpio *tps65910_gpio; in tps65910_gpio_probe() local
118 if (!tps65910_gpio) in tps65910_gpio_probe()
121 tps65910_gpio->tps65910 = tps65910; in tps65910_gpio_probe()
146 tps65910_gpio->gpio_chip.base = -1; in tps65910_gpio_probe()
150 tps65910_gpio->gpio_chip.ngpio); in tps65910_gpio_probe()
[all …]