Home
last modified time | relevance | path

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

/linux/drivers/gpio/
A Dgpio-tps6586x.c25 struct tps6586x_gpio { struct
32 struct tps6586x_gpio *tps6586x_gpio = gpiochip_get_data(gc); in tps6586x_gpio_get() local
46 struct tps6586x_gpio *tps6586x_gpio = gpiochip_get_data(gc); in tps6586x_gpio_set() local
55 struct tps6586x_gpio *tps6586x_gpio = gpiochip_get_data(gc); in tps6586x_gpio_output() local
69 struct tps6586x_gpio *tps6586x_gpio = gpiochip_get_data(gc); in tps6586x_gpio_to_irq() local
78 struct tps6586x_gpio *tps6586x_gpio; in tps6586x_gpio_probe() local
82 sizeof(*tps6586x_gpio), GFP_KERNEL); in tps6586x_gpio_probe()
83 if (!tps6586x_gpio) in tps6586x_gpio_probe()
91 tps6586x_gpio->gpio_chip.ngpio = 4; in tps6586x_gpio_probe()
106 tps6586x_gpio->gpio_chip.base = -1; in tps6586x_gpio_probe()
[all …]

Completed in 3 milliseconds