Searched refs:num_probed (Results 1 – 2 of 2) sorted by relevance
1818 return (ag->num_probed == ag->num_devices); in ath12k_core_hw_group_create_ready()2019 if (ag->num_probed >= ag->num_devices) { in ath12k_core_hw_group_assign()2024 ab->device_id = ag->num_probed++; in ath12k_core_hw_group_assign()2040 int num_probed; in ath12k_core_hw_group_unassign() local2063 if (ag->num_probed) in ath12k_core_hw_group_unassign()2064 ag->num_probed--; in ath12k_core_hw_group_unassign()2066 num_probed = ag->num_probed; in ath12k_core_hw_group_unassign()2070 if (!num_probed) in ath12k_core_hw_group_unassign()2228 ag->num_devices, ag->num_probed); in ath12k_core_init()
901 u8 num_probed; member