Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/gpio/
Dgpio-aspeed.c62 unsigned int timer_users[4]; member
787 if (WARN(gpio->timer_users[timer] == UINT_MAX, in register_allocated_timer()
792 gpio->timer_users[timer]++; in register_allocated_timer()
805 if (WARN(gpio->timer_users[gpio->offset_timer[offset]] == 0, in unregister_allocated_timer()
810 gpio->timer_users[gpio->offset_timer[offset]]--; in unregister_allocated_timer()
887 for (j = 1; j < ARRAY_SIZE(gpio->timer_users); j++) { in enable_debounce()
888 if (gpio->timer_users[j] == 0) in enable_debounce()
892 if (j == ARRAY_SIZE(gpio->timer_users)) { in enable_debounce()
/Linux-v5.4/sound/pci/
Dmaestro3.c740 int timer_users; member
1004 chip->timer_users++; in snd_m3_inc_timer_users()
1005 if (chip->timer_users != 1) in snd_m3_inc_timer_users()
1023 chip->timer_users--; in snd_m3_dec_timer_users()
1024 if (chip->timer_users > 0) in snd_m3_dec_timer_users()