Home
last modified time | relevance | path

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

/linux/drivers/gpio/
H A Dgpio-shared-proxy.c43 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()
H A Dgpiolib-shared.h44 unsigned int votecnt; member