Searched refs:votecnt (Results 1 – 2 of 2) sorted by relevance
43 if (!shared_desc->votecnt) { in gpio_shared_proxy_set_unlocked()53 shared_desc->votecnt++; in gpio_shared_proxy_set_unlocked()65 if (shared_desc->votecnt == 1) { in gpio_shared_proxy_set_unlocked()72 shared_desc->votecnt--; in gpio_shared_proxy_set_unlocked()76 if (shared_desc->votecnt) in gpio_shared_proxy_set_unlocked()80 shared_desc->votecnt); in gpio_shared_proxy_set_unlocked()202 shared_desc->votecnt = 0; in gpio_shared_proxy_direction_output()
44 unsigned int votecnt; member