Home
last modified time | relevance | path

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

/freebsd/sys/contrib/dev/athk/ath12k/
H A Dcore.c1818 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() local
2063 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()
H A Dcore.h901 u8 num_probed; member