Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/gpio/
Dgpio-twl4030.c214 if (offset >= TWL4030_GPIO_MAX) { in twl_request()
219 offset -= TWL4030_GPIO_MAX; in twl_request()
279 if (offset >= TWL4030_GPIO_MAX) { in twl_free()
280 twl4030_led_set_value(offset - TWL4030_GPIO_MAX, 1); in twl_free()
300 if (offset < TWL4030_GPIO_MAX) in twl_direction_in()
341 if (offset < TWL4030_GPIO_MAX) in twl_set()
344 twl4030_led_set_value(offset - TWL4030_GPIO_MAX, value); in twl_set()
360 if (offset < TWL4030_GPIO_MAX) { in twl_direction_out()
384 return (priv->irq_base && (offset < TWL4030_GPIO_MAX)) in twl_to_irq()
493 irq_base = irq_alloc_descs(-1, 0, TWL4030_GPIO_MAX, 0); in gpio_twl4030_probe()
[all …]
/linux-4.4.14/drivers/mfd/
Dtwl4030-irq.c127 .bits = TWL4030_GPIO_MAX,
187 .bits = TWL4030_GPIO_MAX,
/linux-4.4.14/include/linux/i2c/
Dtwl.h304 #define TWL4030_GPIO_MAX 18 macro