Home
last modified time | relevance | path

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

/linux/drivers/gpio/
H A Dgpio-twl4030.c215 if (offset >= TWL4030_GPIO_MAX) { in twl_request()
220 offset -= TWL4030_GPIO_MAX; in twl_request()
280 if (offset >= TWL4030_GPIO_MAX) { in twl_free()
281 twl4030_led_set_value(offset - TWL4030_GPIO_MAX, 1); in twl_free()
301 if (offset < TWL4030_GPIO_MAX) in twl_direction_in()
342 if (offset < TWL4030_GPIO_MAX) in twl_set()
345 twl4030_led_set_value(offset - TWL4030_GPIO_MAX, value); in twl_set()
361 if (offset < TWL4030_GPIO_MAX) { in twl_direction_out()
391 if (offset < TWL4030_GPIO_MAX) { in twl_get_direction()
407 return (priv->irq_base && (offset < TWL4030_GPIO_MAX)) in twl_to_irq()
[all …]
/linux/drivers/mfd/
H A Dtwl4030-irq.c115 .bits = TWL4030_GPIO_MAX,
175 .bits = TWL4030_GPIO_MAX,
/linux/include/linux/mfd/
H A Dtwl.h296 #define TWL4030_GPIO_MAX 18 macro