Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/ath/ath12k/
H A Dcore.c650 if (ab->hw_group_ref) { in ath12k_core_to_group_ref_get()
656 ab->hw_group_ref = true; in ath12k_core_to_group_ref_get()
670 if (!ab->hw_group_ref) { in ath12k_core_to_group_ref_put()
676 ab->hw_group_ref = false; in ath12k_core_to_group_ref_put()
H A Dcore.h1148 bool hw_group_ref; member