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.c672 if (ab->hw_group_ref) { in ath12k_core_to_group_ref_get()
678 ab->hw_group_ref = true; in ath12k_core_to_group_ref_get()
692 if (!ab->hw_group_ref) { in ath12k_core_to_group_ref_put()
698 ab->hw_group_ref = false; in ath12k_core_to_group_ref_put()
H A Dcore.h1124 bool hw_group_ref; member