Searched refs:TWL4030_MODULE_GPIO (Results 1 – 3 of 3) sorted by relevance
/Linux-v6.1/drivers/gpio/ |
D | gpio-twl4030.c | 71 return twl_i2c_write_u8(TWL4030_MODULE_GPIO, data, address); in gpio_twl4030_write() 109 ret = twl_i2c_read_u8(TWL4030_MODULE_GPIO, &data, address); in gpio_twl4030_read() 447 return twl_i2c_write(TWL4030_MODULE_GPIO, message, in gpio_twl4030_pulls() 464 return twl_i2c_write(TWL4030_MODULE_GPIO, message, in gpio_twl4030_debounce() 535 ret = twl4030_sih_setup(&pdev->dev, TWL4030_MODULE_GPIO, irq_base); in gpio_twl4030_probe()
|
/Linux-v6.1/drivers/mfd/ |
D | twl4030-irq.c | 112 .module = TWL4030_MODULE_GPIO, 172 .module = TWL4030_MODULE_GPIO,
|
/Linux-v6.1/include/linux/mfd/ |
D | twl.h | 47 TWL4030_MODULE_GPIO, enumerator
|