Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpio/
H A Dgpio-tb10x.c41 struct tb10x_gpio { struct
77 struct tb10x_gpio *tb10x_gpio = gpiochip_get_data(chip); in tb10x_gpio_to_irq() local
96 struct tb10x_gpio *tb10x_gpio = data; in tb10x_gpio_irq_cascade() local
110 struct tb10x_gpio *tb10x_gpio; in tb10x_gpio_probe() local
122 tb10x_gpio = devm_kzalloc(dev, sizeof(*tb10x_gpio), GFP_KERNEL); in tb10x_gpio_probe()
123 if (tb10x_gpio == NULL) in tb10x_gpio_probe()
130 tb10x_gpio->gc.label = in tb10x_gpio_probe()
162 ret = devm_gpiochip_add_data(dev, &tb10x_gpio->gc, tb10x_gpio); in tb10x_gpio_probe()
178 tb10x_gpio->irq = ret; in tb10x_gpio_probe()
194 tb10x_gpio->gc.ngpio, 1, tb10x_gpio->gc.label, in tb10x_gpio_probe()
[all …]