Searched refs:dp_runtime_refcount (Results 1 – 2 of 2) sorted by relevance
4922 return qdf_atomic_inc_return(&soc->dp_runtime_refcount); in dp_runtime_get()4936 return qdf_atomic_dec_return(&soc->dp_runtime_refcount); in dp_runtime_put()4949 return qdf_atomic_read(&soc->dp_runtime_refcount); in dp_runtime_get_refcount()4962 qdf_atomic_init(&soc->dp_runtime_refcount); in dp_runtime_init()
3147 qdf_atomic_t dp_runtime_refcount; member