/kernel/linux/linux-5.10/drivers/staging/rtl8188eu/include/ |
H A D | rtw_rf.h | 28 #define MAX_CHANNEL_NUM 14 /* 2.4 GHz only */ macro 37 u8 channel_set[MAX_CHANNEL_NUM]; 38 u8 channel_cck_power[MAX_CHANNEL_NUM]; /* dbm */ 39 u8 channel_ofdm_power[MAX_CHANNEL_NUM]; /* dbm */
|
H A D | rtw_mlme_ext.h | 161 unsigned char Channel[MAX_CHANNEL_NUM]; 411 struct rt_channel_info channel_set[MAX_CHANNEL_NUM];
|
/kernel/linux/linux-6.6/drivers/staging/rtl8723bs/include/ |
H A D | rtw_rf.h | 30 #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 */
|
H A D | rtw_mlme_ext.h | 201 unsigned char Channel[MAX_CHANNEL_NUM]; 417 struct rt_channel_info channel_set[MAX_CHANNEL_NUM];
|
/kernel/linux/linux-5.10/drivers/staging/rtl8723bs/include/ |
H A D | rtw_rf.h | 33 #define MAX_CHANNEL_NUM 38/* 14+24 */ macro 44 u8 channel_set[MAX_CHANNEL_NUM]; 45 u8 channel_cck_power[MAX_CHANNEL_NUM];/* dbm */ 46 u8 channel_ofdm_power[MAX_CHANNEL_NUM];/* dbm */
|
H A D | rtw_mlme_ext.h | 242 unsigned char Channel[MAX_CHANNEL_NUM]; 477 RT_CHANNEL_INFO channel_set[MAX_CHANNEL_NUM];
|
H A D | rtw_mlme.h | 304 u8 collect_pkt_num[MAX_CHANNEL_NUM];
|
/kernel/linux/linux-6.6/include/soc/amlogic/ |
H A D | meson_ddr_pmu.h | 9 #define MAX_CHANNEL_NUM 8 macro 35 u64 channel_cnt[MAX_CHANNEL_NUM]; /* To save a DMC bandwidth-monitor channel counter */
|
/kernel/linux/linux-6.6/drivers/perf/amlogic/ |
H A D | meson_g12_ddr_pmu.c | 224 u32 rp[MAX_CHANNEL_NUM] = {DMC_MON_G12_CTRL1, DMC_MON_G12_CTRL3, in dmc_g12_config_fiter() 226 u32 rs[MAX_CHANNEL_NUM] = {DMC_MON_G12_CTRL2, DMC_MON_G12_CTRL4, in dmc_g12_config_fiter()
|
/kernel/linux/linux-5.10/sound/soc/dwc/ |
H A D | local.h | 81 #define MAX_CHANNEL_NUM 8 macro
|
/kernel/linux/linux-5.10/sound/soc/intel/keembay/ |
H A D | kmb_platform.h | 91 #define MAX_CHANNEL_NUM 8 macro
|
/kernel/linux/linux-6.6/sound/soc/dwc/ |
H A D | local.h | 103 #define MAX_CHANNEL_NUM 8 macro
|
/kernel/linux/linux-6.6/sound/soc/intel/keembay/ |
H A D | kmb_platform.h | 92 #define MAX_CHANNEL_NUM 8 macro
|
/kernel/linux/linux-5.10/drivers/staging/rtl8723bs/core/ |
H A D | rtw_mlme_ext.c | 401 memset(channel_set, 0, sizeof(RT_CHANNEL_INFO)*MAX_CHANNEL_NUM); in init_channel_set() 4787 RT_CHANNEL_INFO chplan_sta[MAX_CHANNEL_NUM]; in process_80211d() 4840 while ((i < MAX_CHANNEL_NUM) && (chplan_sta[i].ChannelNum != 0)) { in process_80211d() 4853 if ((i == MAX_CHANNEL_NUM) || in process_80211d() 4882 while ((i < MAX_CHANNEL_NUM) && in process_80211d() 4902 while ((i < MAX_CHANNEL_NUM) && in process_80211d() 4919 if ((i == MAX_CHANNEL_NUM) || in process_80211d() 4947 while ((i < MAX_CHANNEL_NUM) && (chplan_sta[i].ChannelNum != 0)) { in process_80211d() 4964 while ((i < MAX_CHANNEL_NUM) && (chplan_sta[i].ChannelNum != 0)) { in process_80211d() 4977 while ((k < MAX_CHANNEL_NUM) in process_80211d() [all...] |
/kernel/linux/linux-5.10/drivers/staging/rtl8188eu/core/ |
H A D | rtw_mlme_ext.c | 2367 struct rt_channel_info chplan_sta[MAX_CHANNEL_NUM]; in process_80211d() 2412 if ((i == MAX_CHANNEL_NUM) || in process_80211d() 2440 while ((i < MAX_CHANNEL_NUM) && in process_80211d() 2458 while ((i < MAX_CHANNEL_NUM) && in process_80211d() 2479 while ((i < MAX_CHANNEL_NUM) && (chplan_new[i].ChannelNum != 0)) { in process_80211d() 3972 memset(channel_set, 0, sizeof(struct rt_channel_info) * MAX_CHANNEL_NUM); in init_channel_set()
|
/kernel/linux/linux-6.6/drivers/staging/rtl8723bs/core/ |
H A D | rtw_mlme_ext.c | 339 memset(channel_set, 0, sizeof(struct rt_channel_info)*MAX_CHANNEL_NUM); in init_channel_set() 4265 struct rt_channel_info chplan_sta[MAX_CHANNEL_NUM]; in process_80211d() 4310 if ((i == MAX_CHANNEL_NUM) || in process_80211d() 4339 while ((i < MAX_CHANNEL_NUM) && in process_80211d() 4359 while ((i < MAX_CHANNEL_NUM) && in process_80211d() 4380 while ((i < MAX_CHANNEL_NUM) && (chplan_new[i].ChannelNum != 0)) { in process_80211d()
|
/kernel/linux/linux-5.10/drivers/staging/rtl8188eu/os_dep/ |
H A D | ioctl_linux.c | 889 for (i = 0, val = 0; i < MAX_CHANNEL_NUM; i++) { in rtw_wx_get_range()
|
/kernel/linux/linux-5.10/drivers/staging/rtl8723bs/os_dep/ |
H A D | ioctl_linux.c | 1076 for (i = 0, val = 0; i < MAX_CHANNEL_NUM; i++) { in rtw_wx_get_range()
|