Searched refs:bin_count (Results 1 – 6 of 6) sorted by relevance
543 int bin_count; in dfs_check_chirping_merlin() local710 bin_count = 0; in dfs_check_chirping_merlin()723 bin_count += (ptr[fft_start + j] & 0x88) ? 1 : 0; in dfs_check_chirping_merlin()725 chirp_found &= (bin_count > BIN_COUNT_MAX) ? 0 : 1; in dfs_check_chirping_merlin()728 i, bin_count); in dfs_check_chirping_merlin()
4872 int bin_count = 0; in target_if_get_fft_bin_count() local4876 bin_count = 16; in target_if_get_fft_bin_count()4879 bin_count = 32; in target_if_get_fft_bin_count()4882 bin_count = 64; in target_if_get_fft_bin_count()4885 bin_count = 128; in target_if_get_fft_bin_count()4888 bin_count = 256; in target_if_get_fft_bin_count()4894 return bin_count; in target_if_get_fft_bin_count()
886 entries = profile_ctx->bin_count; in wma_profile_data_report_event_handler()910 profile_ctx->bin_count); in wma_profile_data_report_event_handler()
8109 uint32_t bin_count; member
14433 profile_ctx->bin_count = ev->bin_count; in extract_profile_ctx_tlv()
23925 A_UINT32 bin_count; member