Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/gpio/
Dgpio-tps65912.c24 struct tps65912_gpio_data { struct
29 #define to_tgd(gc) container_of(gc, struct tps65912_gpio_data, gpio_chip) argument
33 struct tps65912_gpio_data *tps65912_gpio = to_tgd(gc); in tps65912_gpio_get()
48 struct tps65912_gpio_data *tps65912_gpio = to_tgd(gc); in tps65912_gpio_set()
62 struct tps65912_gpio_data *tps65912_gpio = to_tgd(gc); in tps65912_gpio_output()
74 struct tps65912_gpio_data *tps65912_gpio = to_tgd(gc); in tps65912_gpio_input()
97 struct tps65912_gpio_data *tps65912_gpio; in tps65912_gpio_probe()
124 struct tps65912_gpio_data *tps65912_gpio = platform_get_drvdata(pdev); in tps65912_gpio_remove()