Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/
H A Ddp_main.c12876 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()
H A Ddp_internal.h4947 static inline int32_t dp_runtime_get_refcount(struct dp_soc *soc) in dp_runtime_get_refcount() function