Home
last modified time | relevance | path

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

/linux-3.3/drivers/gpio/
Dgpio-twl4030.c73 static unsigned int gpio_usage_count; variable
193 || !(gpio_usage_count & BIT(gpio)))) in twl4030_get_gpio_datain()
251 if (!gpio_usage_count) { in twl_request()
265 gpio_usage_count |= (0x1 << offset); in twl_request()
281 gpio_usage_count &= ~BIT(offset); in twl_free()
284 if (!gpio_usage_count) in twl_free()