timer_users        62 drivers/gpio/gpio-aspeed.c 	unsigned int timer_users[4];
timer_users       787 drivers/gpio/gpio-aspeed.c 	if (WARN(gpio->timer_users[timer] == UINT_MAX,
timer_users       792 drivers/gpio/gpio-aspeed.c 	gpio->timer_users[timer]++;
timer_users       805 drivers/gpio/gpio-aspeed.c 	if (WARN(gpio->timer_users[gpio->offset_timer[offset]] == 0,
timer_users       810 drivers/gpio/gpio-aspeed.c 	gpio->timer_users[gpio->offset_timer[offset]]--;
timer_users       887 drivers/gpio/gpio-aspeed.c 		for (j = 1; j < ARRAY_SIZE(gpio->timer_users); j++) {
timer_users       888 drivers/gpio/gpio-aspeed.c 			if (gpio->timer_users[j] == 0)
timer_users       892 drivers/gpio/gpio-aspeed.c 		if (j == ARRAY_SIZE(gpio->timer_users)) {
timer_users       740 sound/pci/maestro3.c 	int timer_users;
timer_users      1004 sound/pci/maestro3.c 	chip->timer_users++;
timer_users      1005 sound/pci/maestro3.c 	if (chip->timer_users != 1) 
timer_users      1023 sound/pci/maestro3.c 	chip->timer_users--;
timer_users      1024 sound/pci/maestro3.c 	if (chip->timer_users > 0)