Home
last modified time | relevance | path

Searched refs:MAX_CHANNEL_NUM (Results 1 – 10 of 10) sorted by relevance

/linux/drivers/staging/rtl8723bs/include/
A Drtw_rf.h30 #define MAX_CHANNEL_NUM 14 macro
41 u8 channel_set[MAX_CHANNEL_NUM];
42 u8 channel_cck_power[MAX_CHANNEL_NUM];/* dbm */
43 u8 channel_ofdm_power[MAX_CHANNEL_NUM];/* dbm */
A Drtw_mlme_ext.h201 unsigned char Channel[MAX_CHANNEL_NUM];
417 struct rt_channel_info channel_set[MAX_CHANNEL_NUM];
/linux/drivers/staging/r8188eu/include/
A Drtw_rf.h27 #define MAX_CHANNEL_NUM 14 /* 2.4 GHz only */ macro
38 u8 channel_set[MAX_CHANNEL_NUM];
39 u8 channel_cck_power[MAX_CHANNEL_NUM]; /* dbm */
40 u8 channel_ofdm_power[MAX_CHANNEL_NUM]; /* dbm */
A Drtw_mlme_ext.h161 unsigned char Channel[MAX_CHANNEL_NUM];
398 struct rt_channel_info channel_set[MAX_CHANNEL_NUM];
A Drtw_mlme.h308 u8 collect_pkt_num[MAX_CHANNEL_NUM];
/linux/sound/soc/dwc/
A Dlocal.h81 #define MAX_CHANNEL_NUM 8 macro
/linux/sound/soc/intel/keembay/
A Dkmb_platform.h92 #define MAX_CHANNEL_NUM 8 macro
/linux/drivers/staging/rtl8723bs/core/
A Drtw_mlme_ext.c341 memset(channel_set, 0, sizeof(struct rt_channel_info)*MAX_CHANNEL_NUM); in init_channel_set()
4287 struct rt_channel_info chplan_sta[MAX_CHANNEL_NUM]; in process_80211d()
4332 if ((i == MAX_CHANNEL_NUM) || in process_80211d()
4361 while ((i < MAX_CHANNEL_NUM) && in process_80211d()
4381 while ((i < MAX_CHANNEL_NUM) && in process_80211d()
4403 while ((i < MAX_CHANNEL_NUM) && (chplan_new[i].ChannelNum != 0)) { in process_80211d()
/linux/drivers/staging/r8188eu/core/
A Drtw_mlme_ext.c314 memset(channel_set, 0, sizeof(struct rt_channel_info) * MAX_CHANNEL_NUM); in init_channel_set()
6557 struct rt_channel_info chplan_sta[MAX_CHANNEL_NUM]; in process_80211d()
6599 if ((i == MAX_CHANNEL_NUM) || in process_80211d()
6626 while ((i < MAX_CHANNEL_NUM) && in process_80211d()
6644 while ((i < MAX_CHANNEL_NUM) && in process_80211d()
6659 while ((i < MAX_CHANNEL_NUM) && (chplan_sta[i].ChannelNum != 0)) { in process_80211d()
6673 while ((i < MAX_CHANNEL_NUM) && (chplan_new[i].ChannelNum != 0)) { in process_80211d()
/linux/drivers/staging/r8188eu/os_dep/
A Dioctl_linux.c913 for (i = 0, val = 0; i < MAX_CHANNEL_NUM; i++) { in rtw_wx_get_range()

Completed in 58 milliseconds