Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpio/
Dgpio-tps65910.c36 tps65910_reg_read(tps65910, TPS65910_GPIO0 + offset, &val); in tps65910_gpio_get()
51 tps65910_reg_set_bits(tps65910, TPS65910_GPIO0 + offset, in tps65910_gpio_set()
54 tps65910_reg_clear_bits(tps65910, TPS65910_GPIO0 + offset, in tps65910_gpio_set()
67 return tps65910_reg_set_bits(tps65910, TPS65910_GPIO0 + offset, in tps65910_gpio_output()
76 return tps65910_reg_clear_bits(tps65910, TPS65910_GPIO0 + offset, in tps65910_gpio_input()
166 TPS65910_GPIO0 + i, GPIO_SLEEP_MASK); in tps65910_gpio_probe()
/Linux-v4.19/include/linux/mfd/
Dtps65910.h101 #define TPS65910_GPIO0 0x60 macro