Lines Matching refs:TWL4030_GPIO_MAX
213 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()
343 twl4030_led_set_value(offset - TWL4030_GPIO_MAX, value); in twl_set()
359 if (offset < TWL4030_GPIO_MAX) { in twl_direction_out()
389 if (offset < TWL4030_GPIO_MAX) { in twl_get_direction()
405 return (priv->irq_base && (offset < TWL4030_GPIO_MAX)) in twl_to_irq()
516 0, TWL4030_GPIO_MAX, 0); in gpio_twl4030_probe()
522 irq_domain_add_legacy(node, TWL4030_GPIO_MAX, irq_base, 0, in gpio_twl4030_probe()
534 priv->gpio_chip.ngpio = TWL4030_GPIO_MAX; in gpio_twl4030_probe()
584 TWL4030_GPIO_MAX); in gpio_twl4030_probe()
602 TWL4030_GPIO_MAX); in gpio_twl4030_remove()