Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/gpio/
A Dgpio-tps65910.c31 regmap_read(tps65910->regmap, TPS65910_GPIO0 + offset, &val); in tps65910_gpio_get()
46 regmap_set_bits(tps65910->regmap, TPS65910_GPIO0 + offset, in tps65910_gpio_set()
49 regmap_clear_bits(tps65910->regmap, TPS65910_GPIO0 + offset, in tps65910_gpio_set()
62 return regmap_set_bits(tps65910->regmap, TPS65910_GPIO0 + offset, in tps65910_gpio_output()
71 return regmap_clear_bits(tps65910->regmap, TPS65910_GPIO0 + offset, in tps65910_gpio_input()
161 TPS65910_GPIO0 + i, GPIO_SLEEP_MASK); in tps65910_gpio_probe()
/linux-6.3-rc2/include/linux/mfd/
A Dtps65910.h96 #define TPS65910_GPIO0 0x60 macro

Completed in 8 milliseconds