Searched refs:sleep_disable_count (Results 1 – 2 of 2) sorted by relevance
209 t7xx_dev->sleep_disable_count++; in t7xx_pci_disable_sleep()213 if (t7xx_dev->sleep_disable_count == 1) { in t7xx_pci_disable_sleep()244 t7xx_dev->sleep_disable_count--; in t7xx_pci_enable_sleep()248 if (t7xx_dev->sleep_disable_count == 0) in t7xx_pci_enable_sleep()
79 unsigned int sleep_disable_count; member