Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/media/video/tlg2300/
Dpd-main.c280 log("count : %d, ref count : %d", count, get_pm_count(pd)); in fixup()
305 return get_pm_count(pd) > 0; in is_working()
315 if (get_pm_count(pd) <= 0 && !in_hibernation(pd)) { in poseidon_suspend()
Dpd-common.h261 #define get_pm_count(p) (atomic_read(&(p)->interface->pm_usage_cnt)) macro