Home
last modified time | relevance | path

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

/linux-4.1.27/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.1.27/drivers/mfd/
Dtwl4030-irq.c127 .bits = TWL4030_GPIO_MAX,
187 .bits = TWL4030_GPIO_MAX,
/linux-4.1.27/arch/arm/mach-omap2/
Dboard-overo.c386 gpio_leds[2].gpio = gpio + TWL4030_GPIO_MAX + 1; in overo_twl_gpio_setup()
Dboard-omap3beagle.c347 phy_data[0].vcc_gpio = gpio + TWL4030_GPIO_MAX; in beagle_twl_gpio_setup()
/linux-4.1.27/include/linux/i2c/
Dtwl.h304 #define TWL4030_GPIO_MAX 18 macro