Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/gpio/
Dgpio-tps65910.c41 tps65910_reg_read(tps65910, TPS65910_GPIO0 + offset, &val); in tps65910_gpio_get()
56 tps65910_reg_set_bits(tps65910, TPS65910_GPIO0 + offset, in tps65910_gpio_set()
59 tps65910_reg_clear_bits(tps65910, TPS65910_GPIO0 + offset, in tps65910_gpio_set()
72 return tps65910_reg_set_bits(tps65910, TPS65910_GPIO0 + offset, in tps65910_gpio_output()
81 return tps65910_reg_clear_bits(tps65910, TPS65910_GPIO0 + offset, in tps65910_gpio_input()
171 TPS65910_GPIO0 + i, GPIO_SLEEP_MASK); in tps65910_gpio_probe()
/linux-4.1.27/include/linux/mfd/
Dtps65910.h101 #define TPS65910_GPIO0 0x60 macro