Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/gpio/
Dgpio-tps65912.c33 struct tps65912_gpio_data *tps65912_gpio = to_tgd(gc); in tps65912_gpio_get() local
34 struct tps65912 *tps65912 = tps65912_gpio->tps65912; in tps65912_gpio_get()
48 struct tps65912_gpio_data *tps65912_gpio = to_tgd(gc); in tps65912_gpio_set() local
49 struct tps65912 *tps65912 = tps65912_gpio->tps65912; in tps65912_gpio_set()
62 struct tps65912_gpio_data *tps65912_gpio = to_tgd(gc); in tps65912_gpio_output() local
63 struct tps65912 *tps65912 = tps65912_gpio->tps65912; in tps65912_gpio_output()
74 struct tps65912_gpio_data *tps65912_gpio = to_tgd(gc); in tps65912_gpio_input() local
75 struct tps65912 *tps65912 = tps65912_gpio->tps65912; in tps65912_gpio_input()
97 struct tps65912_gpio_data *tps65912_gpio; in tps65912_gpio_probe() local
100 tps65912_gpio = devm_kzalloc(&pdev->dev, sizeof(*tps65912_gpio), in tps65912_gpio_probe()
[all …]