Home
last modified time | relevance | path

Searched refs:is_end (Results 1 – 3 of 3) sorted by relevance

/linux-6.12.1/drivers/net/wireless/ath/ath11k/
Ddebugfs.c109 bool is_end; in ath11k_debugfs_fw_stats_process() local
135 is_end = ((++num_vdev) == total_vdevs_started); in ath11k_debugfs_fw_stats_process()
140 if (is_end) { in ath11k_debugfs_fw_stats_process()
155 is_end = ((++num_bcn) == ar->num_started_vdevs); in ath11k_debugfs_fw_stats_process()
160 if (is_end) { in ath11k_debugfs_fw_stats_process()
862 unsigned int param, mod_id_index, is_end; in ath11k_write_fw_dbglog() local
871 num = sscanf(buf, "%u %llx %u %u", &param, &value, &mod_id_index, &is_end); in ath11k_write_fw_dbglog()
884 if (!is_end) { in ath11k_write_fw_dbglog()
/linux-6.12.1/scripts/kconfig/
Dpreprocess.c502 static char *__expand_string(const char **str, bool (*is_end)(char c), in __expand_string()
529 if (is_end(*p)) in __expand_string()
/linux-6.12.1/drivers/net/wireless/ath/ath10k/
Ddebug.c259 bool is_start, is_started, is_end; in ath10k_debug_fw_stats_process() local
301 is_end = (!list_empty(&ar->debug.fw_stats.pdevs) && in ath10k_debug_fw_stats_process()
307 if (is_end) in ath10k_debug_fw_stats_process()
315 if (is_started && !is_end) { in ath10k_debug_fw_stats_process()