/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/mac/common/ |
H A D | mac_regdomain.h | 185 hi_u32 mac_get_channel_idx_from_num(hi_u8 band, hi_u8 channel_num, hi_u8 *puc_channel_idx); 198 static inline wlan_channel_band_enum_uint8 mac_get_band_by_channel_num(hi_u8 channel_num) in mac_get_band_by_channel_num() argument 200 return (wlan_channel_band_enum_uint8)((channel_num <= MAC_CHANNEL_FREQ_2_BUTT) ? WLAN_BAND_2G : WLAN_BAND_BUTT); in mac_get_band_by_channel_num()
|
H A D | mac_regdomain.c | 196 hi_u32 mac_get_channel_idx_from_num(hi_u8 band, hi_u8 channel_num, hi_u8 *puc_channel_idx) in mac_get_channel_idx_from_num() argument 213 if (channel[idx].chan_number == channel_num) { in mac_get_channel_idx_from_num()
|
H A D | mac_frame.h | 1383 hi_u8 channel_num; /* 信道个数 */ member
|
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/cbb/vo/vo_dev/drm_hal/ |
H A D | drm_hal_display.h | 44 int channel_num; member
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/app/demo/src/ |
H A D | wifi_softap.c | 70 hapd_conf.channel_num = 1; in hi_wifi_start_softap()
|
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/component/hdmi/src/mkp/hal/ctrl/hisiv100/ |
H A D | hdmi_hal_ctrl.h | 90 hdmi_audio_ch channel_num;
member 100 hdmi_audio_ch channel_num;
member
|
H A D | hdmi_hal_intf.c | 392 hw_status->audio_status.layout = audio_stat.channel_num;
in hal_hdmi_hw_audio_status_get() 547 audio_path.channel_num = audio_cfg->layout;
in hal_hdmi_audio_path_set()
|
H A D | hdmi_hal_ctrl.c | 1830 if (audio_path->channel_num == HDMI_AUDIO_FORMAT_8CH) {
in hal_hdmi_ctrl_audio_path_set() 1832 } else if (audio_path->channel_num < HDMI_AUDIO_FORMAT_8CH) {
in hal_hdmi_ctrl_audio_path_set() 1835 hdmi_warn("error audio channel number:%u\n", audio_path->channel_num);
in hal_hdmi_ctrl_audio_path_set() 1898 audio_stat->channel_num = ctrl_audio_path_layout_get() ? HDMI_AUDIO_FORMAT_8CH : HDMI_AUDIO_FORMAT_2CH;
in hal_hdmi_ctrl_audio_path_get()
|
/device/soc/hisilicon/hi3861v100/hi3861_adapter/hals/communication/wifi_lite/wifiservice/source/ |
H A D | wifi_hotspot.c | 100 hapdConf.channel_num = HOTSPOT_DEFAULT_CHANNEL; in EnableHotspot() 102 hapdConf.channel_num = g_wifiApConfig.channelNum; in EnableHotspot()
|
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/ |
H A D | wl_escan.c | 326 params->channel_num = htod32((0 << WL_SCAN_PARAMS_NSSID_SHIFT) | in wl_escan_alloc_params() 729 params_v2->channel_num = 0; in wl_escan_prep() 741 params->channel_num = 0; in wl_escan_prep() 810 u32 channel_num = in wl_escan_prep() local 814 params_v2->channel_num = channel_num; in wl_escan_prep() 816 params->channel_num = channel_num; in wl_escan_prep()
|
H A D | wl_cfgscan.c | 1063 params_v2->channel_num = 0; in wl_scan_prep() 1079 params->channel_num = 0; in wl_scan_prep() 1113 u32 channel_num = in wl_scan_prep() local 1117 params_v2->channel_num = channel_num; in wl_scan_prep() 1124 params->channel_num = channel_num; in wl_scan_prep() 1996 u32 channel, channel_num; in wl_cfg80211_scan_abort() local 2013 channel_num = htod32((0 << WL_SCAN_PARAMS_NSSID_SHIFT) | in wl_cfg80211_scan_abort() 2018 params_v2->channel_num in wl_cfg80211_scan_abort() [all...] |
H A D | wl_cfgp2p.c | 1088 eparams_v2->params.channel_num = htod32((0 << WL_SCAN_PARAMS_NSSID_SHIFT) | in wl_cfgp2p_escan() 1110 eparams->params.channel_num = htod32((0 << WL_SCAN_PARAMS_NSSID_SHIFT) | in wl_cfgp2p_escan()
|
H A D | dhd_common.c | 5436 int channel_num, int *bytes_left) in wl_iw_parse_channel_list_tlv() 5526 wl_iw_parse_channel_list(char** list_str, uint16* channel_list, int channel_num) in wl_iw_parse_channel_list() argument 5548 if (num == channel_num) { in wl_iw_parse_channel_list() 5550 channel_num, *list_str)); in wl_iw_parse_channel_list() 5435 wl_iw_parse_channel_list_tlv(char** list_str, uint16* channel_list, int channel_num, int *bytes_left) wl_iw_parse_channel_list_tlv() argument
|
H A D | dhd_pno.c | 984 pfncfg_param.channel_num = htod32(0); in _dhd_pno_cfg() 989 pfncfg_param.channel_num = htod32(nchan); in _dhd_pno_cfg()
|
H A D | dhd_debug.c | 2266 plog_hdr->armcycle, log->hdr.version, log->channel_num)); in print_roam_enhanced_log()
|
H A D | wl_iw.c | 4014 params->channel_num = 0; in wl_iw_iscan_prep()
|
H A D | wl_android_ext.c | 5874 params->channel_num = 0; in wl_ext_recal() 5892 params->channel_num = htod32((nssid << WL_SCAN_PARAMS_NSSID_SHIFT) | in wl_ext_recal()
|
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/mac/hmac/ |
H A D | hmac_wow.h | 102 hi_u8 channel_num; member
|
/device/soc/rockchip/common/vendor/drivers/devfreq/ |
H A D | rockchip_dmc_dbg.c | 79 unsigned int channel_num; member 211 for (i = 0; i < p_dram_info->channel_num; i++) { in dmcinfo_proc_show() 212 if (p_dram_info->channel_num == 0x2) { in dmcinfo_proc_show()
|
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/include/ |
H A D | hi_wifi_api.h | 661 unsigned char channel_num; /* *< Channel number. CNcomment: 信道号,范围1-14,不同区域有差异.CNend */ member
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/include/ |
H A D | hi_wifi_api.h | 674 unsigned char channel_num; /**< Channel number. CNcomment: 信道号,范围1-14,不同区域有差异.CNend */ member
|
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/wal/ |
H A D | hi_wifi_driver_wpa_if.h | 477 hi_s32 channel_num; member
|
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/include/ |
H A D | event_log_payload.h | 991 uint channel_num; member
|
H A D | wlioctl.h | 723 int32 channel_num; member 748 int32 channel_num; /**< count of channels and ssids that follow member 794 int32 channel_num; /**< count of channels and ssids that follow member 6075 int32 channel_num; member 19623 uint8 channel_num; /* The number of block channels in the selected band */ member
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/components/at/src/ |
H A D | at_wifi.c | 1055 hapd_conf.channel_num = (hi_uchar)atoi(argv[2]); /* 2 */ in cmd_start_softap()
|