Home
last modified time | relevance | path

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

/linux/scripts/kconfig/
H A 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/drivers/net/wireless/ath/ath11k/
H A Ddebugfs.c101 bool is_end = true; in ath11k_debugfs_fw_stats_process() local
115 is_end = ((++ar->fw_stats.num_bcn_recvd) == in ath11k_debugfs_fw_stats_process()
121 if (is_end) in ath11k_debugfs_fw_stats_process()
742 unsigned int param, mod_id_index, is_end; in ath11k_write_fw_dbglog() local
751 num = sscanf(buf, "%u %llx %u %u", &param, &value, &mod_id_index, &is_end); in ath11k_write_fw_dbglog()
764 if (!is_end) { in ath11k_write_fw_dbglog()
H A Dwmi.c8223 bool is_end = true; in ath11k_update_stats_event() local
8282 is_end = ((++ar->fw_stats.num_vdev_recvd) == in ath11k_update_stats_event()
8288 if (is_end) in ath11k_update_stats_event()
/linux/drivers/net/wireless/ath/ath10k/
H A Ddebug.c261 bool is_start, is_started, is_end; in ath10k_debug_fw_stats_process() local
303 is_end = (!list_empty(&ar->debug.fw_stats.pdevs) && in ath10k_debug_fw_stats_process()
309 if (is_end) in ath10k_debug_fw_stats_process()
317 if (is_started && !is_end) { in ath10k_debug_fw_stats_process()
/linux/drivers/net/wireless/ath/ath12k/
H A Dwmi.c8471 bool is_end = true; in ath12k_wmi_fw_stats_process() local
8492 is_end = ((++ar->fw_stats.num_vdev_recvd) == in ath12k_wmi_fw_stats_process()
8498 if (is_end) in ath12k_wmi_fw_stats_process()