Searched refs:dp_runtime_get_refcount (Results 1 – 2 of 2) sorted by relevance
12876 if (dp_runtime_get_refcount(soc)) { in dp_runtime_suspend()12877 dp_init_info("refcount: %d", dp_runtime_get_refcount(soc)); in dp_runtime_suspend()12911 while (dp_runtime_get_refcount(soc) && in dp_runtime_resume()
4947 static inline int32_t dp_runtime_get_refcount(struct dp_soc *soc) in dp_runtime_get_refcount() function