Home
last modified time | relevance | path

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

/src/sys/contrib/dev/athk/ath12k/
H A Dcore.c1812 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() local
2053 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()
H A Dcore.h1014 u8 num_probed; member