Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/
H A Ddp_internal.h4922 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()
H A Ddp_types.h3147 qdf_atomic_t dp_runtime_refcount; member