Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/ath/ath12k/
H A Dwmi.c140 static refcount_t ath12k_wmi_refcount; variable
11866 refcount_set(&ath12k_wmi_refcount, 1); in ath12k_wmi_alloc()
11868 refcount_inc(&ath12k_wmi_refcount); in ath12k_wmi_alloc()
11878 if (refcount_dec_and_test(&ath12k_wmi_refcount)) { in ath12k_wmi_free()