Searched refs:num_probed (Results 1 – 2 of 2) sorted by relevance
1812 return (ag->num_probed == ag->num_devices); in ath12k_core_hw_group_create_ready()2013 if (ag->num_probed >= ag->num_devices) { in ath12k_core_hw_group_assign()2018 ab->device_id = ag->num_probed++; in ath12k_core_hw_group_assign()2032 int num_probed; in ath12k_core_hw_group_unassign() local2053 if (ag->num_probed) in ath12k_core_hw_group_unassign()2054 ag->num_probed--; in ath12k_core_hw_group_unassign()2056 num_probed = ag->num_probed; in ath12k_core_hw_group_unassign()2060 if (!num_probed) in ath12k_core_hw_group_unassign()2218 ag->num_devices, ag->num_probed); in ath12k_core_init()
1014 u8 num_probed; member