Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/gpio/
A Dgpio-twl4030.c213 if (offset >= TWL4030_GPIO_MAX) { in twl_request()
218 offset -= TWL4030_GPIO_MAX; in twl_request()
278 if (offset >= TWL4030_GPIO_MAX) { in twl_free()
279 twl4030_led_set_value(offset - TWL4030_GPIO_MAX, 1); in twl_free()
299 if (offset < TWL4030_GPIO_MAX) in twl_direction_in()
340 if (offset < TWL4030_GPIO_MAX) in twl_set()
359 if (offset < TWL4030_GPIO_MAX) { in twl_direction_out()
389 if (offset < TWL4030_GPIO_MAX) { in twl_get_direction()
526 0, TWL4030_GPIO_MAX, 0); in gpio_twl4030_probe()
544 priv->gpio_chip.ngpio = TWL4030_GPIO_MAX; in gpio_twl4030_probe()
[all …]
/linux-6.3-rc2/drivers/mfd/
A Dtwl4030-irq.c115 .bits = TWL4030_GPIO_MAX,
175 .bits = TWL4030_GPIO_MAX,
/linux-6.3-rc2/include/linux/mfd/
A Dtwl.h296 #define TWL4030_GPIO_MAX 18 macro

Completed in 8 milliseconds