Searched refs:sleep_disable_count (Results 1 – 2 of 2) sorted by relevance
214 t7xx_dev->sleep_disable_count++; in t7xx_pci_disable_sleep()218 if (t7xx_dev->sleep_disable_count == 1) { in t7xx_pci_disable_sleep()249 t7xx_dev->sleep_disable_count--; in t7xx_pci_enable_sleep()253 if (t7xx_dev->sleep_disable_count == 0) in t7xx_pci_enable_sleep()
80 unsigned int sleep_disable_count; member