Searched defs:bins (Results  1 – 9 of 9) sorted by relevance
| /linux-4.4.14/drivers/net/wireless/ath/ath9k/ | 
| D | common-spectral.h | 112 static inline u16 spectral_max_magnitude(u8 *bins)  in spectral_max_magnitude() 120 static inline u8 spectral_max_index(u8 *bins, int num_bins)  in spectral_max_index() 149 static inline u8 spectral_bitmap_weight(u8 *bins)  in spectral_bitmap_weight()
  | 
| D | dfs.c | 63 static inline int fft_max_index(u8 *bins)  in fft_max_index() 67 static inline int fft_max_magnitude(u8 *bins)  in fft_max_magnitude() 71 static inline u8 fft_bitmap_weight(u8 *bins)  in fft_bitmap_weight()
  | 
| /linux-4.4.14/tools/testing/selftests/timers/ | 
| D | Makefile | 15 bins = $(TEST_PROGS) $(TEST_PROGS_EXTENDED)  macro
  | 
| /linux-4.4.14/drivers/net/wireless/ath/ath10k/ | 
| D | spectral.c | 68 	u8 chain_idx, *bins;  in ath10k_spectral_process_fft()  local 425 	unsigned int len, bins, fft_size, bin_scale;  in read_file_spectral_bins()  local
  | 
| /linux-4.4.14/net/sched/ | 
| D | sch_sfb.c | 52 	struct sfb_bucket bins[SFB_LEVELS][SFB_NUMBUCKETS];  member 73 	struct sfb_bins bins[2];  member
  | 
| /linux-4.4.14/drivers/net/ethernet/qlogic/qed/ | 
| D | qed_l2.c | 127 	unsigned long			bins[8];  member 1102 	unsigned long bins[ETH_MULTICAST_MAC_BINS_IN_REGS];  in qed_sp_eth_filter_mcast()  local
  | 
| D | qed_hsi.h | 2876 	__le32 bins[ETH_MULTICAST_MAC_BINS_IN_REGS];  member
  | 
| /linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/subdev/fb/ | 
| D | ramgt215.c | 102 	u8 median[8], bins[4] = {0, 0, 0, 0}, bin = 0, qty = 0;  in gt215_link_train_calc()  local
  | 
| /linux-4.4.14/drivers/net/ethernet/dec/tulip/ | 
| D | de4x5.c | 774 	u_int bins[DE4X5_PKT_STAT_SZ];      /* Private stats counters       */  member
  |