Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/staging/r8188eu/include/
Drtw_rf.h15 #define MAX_CHANNEL_NUM 14 /* 2.4 GHz only */ macro
21 u8 channel_set[MAX_CHANNEL_NUM];
22 u8 channel_cck_power[MAX_CHANNEL_NUM]; /* dbm */
23 u8 channel_ofdm_power[MAX_CHANNEL_NUM]; /* dbm */
Drtw_mlme_ext.h137 unsigned char Channel[MAX_CHANNEL_NUM];
359 struct rt_channel_info channel_set[MAX_CHANNEL_NUM];
Drtw_mlme.h284 u8 collect_pkt_num[MAX_CHANNEL_NUM];
/Linux-v6.1/drivers/staging/rtl8723bs/include/
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 */
Drtw_mlme_ext.h201 unsigned char Channel[MAX_CHANNEL_NUM];
417 struct rt_channel_info channel_set[MAX_CHANNEL_NUM];
/Linux-v6.1/sound/soc/dwc/
Dlocal.h81 #define MAX_CHANNEL_NUM 8 macro
/Linux-v6.1/sound/soc/intel/keembay/
Dkmb_platform.h92 #define MAX_CHANNEL_NUM 8 macro
/Linux-v6.1/drivers/staging/rtl8723bs/core/
Drtw_mlme_ext.c339 memset(channel_set, 0, sizeof(struct rt_channel_info)*MAX_CHANNEL_NUM); in init_channel_set()
4267 struct rt_channel_info chplan_sta[MAX_CHANNEL_NUM]; in process_80211d()
4312 if ((i == MAX_CHANNEL_NUM) || in process_80211d()
4341 while ((i < MAX_CHANNEL_NUM) && in process_80211d()
4361 while ((i < MAX_CHANNEL_NUM) && in process_80211d()
4382 while ((i < MAX_CHANNEL_NUM) && (chplan_new[i].ChannelNum != 0)) { in process_80211d()
/Linux-v6.1/drivers/staging/r8188eu/core/
Drtw_mlme_ext.c296 memset(channel_set, 0, sizeof(struct rt_channel_info) * MAX_CHANNEL_NUM); in init_channel_set()
6500 struct rt_channel_info chplan_sta[MAX_CHANNEL_NUM]; in process_80211d()
6542 if ((i == MAX_CHANNEL_NUM) || in process_80211d()
6569 while ((i < MAX_CHANNEL_NUM) && in process_80211d()
6587 while ((i < MAX_CHANNEL_NUM) && in process_80211d()
6602 while ((i < MAX_CHANNEL_NUM) && (chplan_sta[i].ChannelNum != 0)) { in process_80211d()
6616 while ((i < MAX_CHANNEL_NUM) && (chplan_new[i].ChannelNum != 0)) { in process_80211d()
/Linux-v6.1/drivers/staging/r8188eu/os_dep/
Dioctl_linux.c869 for (i = 0, val = 0; i < MAX_CHANNEL_NUM; i++) { in rtw_wx_get_range()