Home
last modified time | relevance | path

Searched refs:channel (Results 1 - 25 of 107) sorted by relevance

12345

/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/
H A Dbcmwifi_channels.h36 /* A chanspec holds the channel number, band, bandwidth and primary 20MHz sideband */
42 /* channel defines */
49 #define CH_MIN_2G_CHANNEL 1u /* Min channel in 2G band */
50 #define CH_MAX_2G_CHANNEL 14u /* Max channel in 2G band */
51 #define CH_MIN_2G_40M_CHANNEL 3u /* Min 40MHz center channel in 2G band */
52 #define CH_MAX_2G_40M_CHANNEL 11u /* Max 40MHz center channel in 2G band */
55 #define MAXCHANNEL 224 /* max # supported channels. The max channel no is above,
59 #define MAXCHANNEL_NUM (MAXCHANNEL - 1) /* max channel number */
61 #define INVCHANNEL 255 /* error value for a bad channel */
63 /* channel bitve
[all...]
H A Dwl_cfgscan.c263 bcn_recv->channel = wf_chspec_ctlchan( in wl_bcnrecv_result_handler()
373 u16 channel; in wl_escan_handler() local
437 channel = in wl_escan_handler()
439 if (channel <= CH_MAX_2G_CHANNEL) in wl_escan_handler()
447 if (!dhd_conf_match_channel(cfg->pub, channel)) in wl_escan_handler()
466 s32 channel = wf_chspec_ctlchan( in wl_escan_handler() local
469 if ((channel > MAXCHANNEL) || (channel <= 0)) in wl_escan_handler()
470 channel = WL_INVALID; in wl_escan_handler()
473 " channel in wl_escan_handler()
905 u32 channel; wl_cfgscan_populate_scan_channels() local
1170 s32 channel; wl_run_escan() local
1996 u32 channel, channel_num; wl_cfg80211_scan_abort() local
2239 s32 channel = wf_chspec_ctlchan( wl_p2p_find_peer_channel() local
2680 u32 channel; wl_scan_timeout() local
2829 struct ieee80211_channel *channel = NULL; wl_notify_sched_scan_results() local
[all...]
H A Dwl_android_ext.c192 uint16 channel; member
404 /* get the channel number */ in wl_ext_chspec_to_legacy()
489 /* get the channel number */ in wl_ext_chspec_from_legacy()
701 uint16 channel, chanspec_t *ret_chspec) in wl_ext_set_chanspec()
703 s32 _chan = channel; in wl_ext_set_chanspec()
756 WL_MSG(dev->name, "channel %d\n", _chan); in wl_ext_set_chanspec()
760 WL_MSG(dev->name, "channel %d, 0x%x\n", channel, chspec); in wl_ext_set_chanspec()
787 int channel=0; in wl_ext_channel() local
795 sscanf(command, "%*s %d", &channel); in wl_ext_channel()
700 wl_ext_set_chanspec(struct net_device *dev, int ioctl_ver, uint16 channel, chanspec_t *ret_chspec) wl_ext_set_chanspec() argument
1791 wl_ext_chan_to_chanspec(struct wl_apsta_params *apsta_params, struct net_device *dev, uint16 channel) wl_ext_chan_to_chanspec() argument
4624 wl_ext_iapsta_update_channel(dhd_pub_t *dhd, struct net_device *dev, u32 channel) wl_ext_iapsta_update_channel() argument
7172 int channel = 0, chosen = 0, retry = 0, ret = 0, spect = 0; wl_ext_fw_apcs() local
7294 int ret = 0, channel = 0; wl_ext_drv_apcs() local
7358 int channel = 0; wl_ext_autochannel() local
[all...]
H A Dwl_escan.c69 /* get the channel number */ in wl_chspec_from_legacy()
114 /* get the channel number */ in wl_chspec_to_legacy()
180 /* given a channel value, do the endian and chanspec version conversion to
185 wl_ch_host_to_driver(int ioctl_ver, u16 channel) in wl_ch_host_to_driver() argument
189 chanspec = channel & WL_CHANSPEC_CHAN_MASK; in wl_ch_host_to_driver()
191 if (channel <= CH_MAX_2G_CHANNEL) in wl_ch_host_to_driver()
216 int channel; in wl_escan_dump_bss() local
228 channel = wf_chspec_ctlchan(chanspec); in wl_escan_dump_bss()
229 ESCAN_SCAN(dev->name, "BSSID %pM, channel %3d(%3d %sMHz), rssi %3d, SSID \"%s\"\n", in wl_escan_dump_bss()
230 &bi->BSSID, channel, CHSPEC_CHANNE in wl_escan_dump_bss()
292 wl_escan_alloc_params(struct net_device *dev, struct wl_escan_info *escan, int channel, int nprobes, int *out_params_size) wl_escan_alloc_params() argument
477 u16 channel; wl_escan_handler() local
689 uint channel; wl_escan_prep() local
841 u32 channel; wl_escan_timeout() local
873 wl_escan_set_scan(struct net_device *dev, dhd_pub_t *dhdp, wlc_ssid_t *ssid, uint16 channel, bool bcast) wl_escan_set_scan() argument
1034 int channel; wl_escan_merge_scan_results() local
[all...]
H A Dwl_cfgp2p.c231 void wl_cfgp2p_print_actframe(bool tx, void *frame, u32 frame_len, u32 channel) in wl_cfgp2p_print_actframe() argument
244 " channel=%d\n", (tx)? "TX": "RX", channel)); in wl_cfgp2p_print_actframe()
248 " channel=%d\n", (tx)? "TX": "RX", channel)); in wl_cfgp2p_print_actframe()
252 " channel=%d\n", (tx)? "TX": "RX", channel)); in wl_cfgp2p_print_actframe()
256 " channel=%d\n", (tx)? "TX": "RX", channel)); in wl_cfgp2p_print_actframe()
260 " channel in wl_cfgp2p_print_actframe()
626 wl_cfgp2p_set_p2p_mode(struct bcm_cfg80211 *cfg, u8 mode, u32 channel, u16 listen_ms, int bssidx) wl_cfgp2p_set_p2p_mode() argument
1145 wl_cfgp2p_act_frm_search(struct bcm_cfg80211 *cfg, struct net_device *ndev, s32 bssidx, s32 channel, struct ether_addr *tx_dst_addr) wl_cfgp2p_act_frm_search() argument
1602 wl_cfgp2p_discover_listen(struct bcm_cfg80211 *cfg, s32 channel, u32 duration_ms) wl_cfgp2p_discover_listen() argument
[all...]
H A Dwl_cfgp2p.h53 P2P_SCAN_SOCIAL_CHANNEL, /**< scan for social channel */
266 wl_cfgp2p_print_actframe(bool tx, void *frame, u32 frame_len, u32 channel);
275 u32 channel, u16 listen_ms, int bssidx);
305 s32 bssidx, s32 channel, struct ether_addr *tx_dst_addr);
333 wl_cfgp2p_discover_listen(struct bcm_cfg80211 *cfg, s32 channel, u32 duration_ms);
428 #define IS_P2P_SOCIAL_CHANNEL(channel) ((channel == SOCIAL_CHAN_1) || \
429 (channel == SOCIAL_CHAN_2) || \
430 (channel == SOCIAL_CHAN_3))
H A Dwl_roam.c117 uint8 channel; in add_roam_cache() local
137 channel = wf_chspec_ctlchan(bi->chanspec); in add_roam_cache()
138 WL_DBG(("CHSPEC = %s, CTL %d\n", wf_chspec_ntoa_ex(bi->chanspec, chanbuf), channel)); in add_roam_cache()
140 (channel <= CH_MAX_2G_CHANNEL ? band2G : band5G) | band_bw | channel; in add_roam_cache()
164 /* first index is filled with the given target channel */ in get_roam_channel_list()
169 /* If target channel is not provided, set the index to 0 */ in get_roam_channel_list()
289 /* channel list updated */ in update_roam_cache()
315 /* in case of WES mode, update channel list by band based on the cache in DHD */ in wl_update_roamscan_cache_by_band()
H A Dwl_cfg80211.c247 /* IEEE 802.11 channel 14 - Only JP enables
251 /* IEEE 802.11a, channel 36..64 */
253 /* IEEE 802.11a, channel 100..165 */
815 s32 wl_cfg80211_channel_to_freq(u32 channel);
955 #define CFG80211_GET_BSS(wiphy, channel, bssid, ssid, ssid_len) \
956 cfg80211_get_bss(wiphy, channel, bssid, ssid, ssid_len, \
959 #define CFG80211_GET_BSS(wiphy, channel, bssid, ssid, ssid_len) \
960 cfg80211_get_bss(wiphy, channel, bssid, ssid, ssid_len, \
1321 /* get the channel number */ in wl_chspec_from_legacy()
1366 /* get the channel numbe in wl_chspec_to_legacy()
1428 wl_ch_host_to_driver(u16 channel) wl_ch_host_to_driver() argument
1767 u16 channel = WL_P2P_TEMP_CHAN; wl_cfg80211_get_shared_freq() local
3774 channel_to_chanspec(struct wiphy *wiphy, struct net_device *dev, u32 channel, u32 bw_cap) channel_to_chanspec() argument
5026 u32 *channel = (u32 *)wl_read_prof(cfg, dev, WL_PROF_CHAN); wl_cfg80211_join_ibss() local
6671 u16 channel, band, bw, ctl_sb; wl_cfg80211_connect() local
8675 wl_cfg80211_remain_on_channel(struct wiphy *wiphy, bcm_struct_cfgdev *cfgdev, struct ieee80211_channel *channel, enum nl80211_channel_type channel_type, unsigned int duration, u64 *cookie) wl_cfg80211_remain_on_channel() argument
9569 struct ieee80211_channel *channel = params->chan; wl_cfg80211_mgmt_tx() local
13382 struct ieee80211_channel *channel; wl_inform_single_bss() local
13797 u16 channel; wl_notify_connect_status_ap_auth() local
13909 s32 channel; wl_notify_connect_status_ap() local
14186 s32 channel; wl_notify_connect_status_bss() local
14370 struct ieee80211_channel *channel = NULL; wl_notify_connect_status_ibss() local
14410 cfg80211_ibss_joined(ndev, (const s8 *)&e->addr, channel, GFP_KERNEL); wl_notify_connect_status_ibss() local
14424 cfg80211_ibss_joined(ndev, (const s8 *)&e->addr, channel, GFP_KERNEL); wl_notify_connect_status_ibss() local
14585 s32 channel; wl_notify_connect_status_mesh() local
15832 u32 channel; wl_update_bss_info() local
15931 u32 *channel; wl_bss_roaming_done() local
16645 u16 channel; wl_notify_rx_mgmt_frame() local
16903 s32 channel = CHSPEC_CHANNEL(hton16(rxframe->channel)); wl_notify_rx_mgmt_frame() local
17334 u32 channel; global() member
17366 u32 channel; wl_cfg80211_ril_bridge_notifier_call() local
18627 u32 i, j, index, n_2g, n_5g, band, channel, array_size; wl_construct_reginfo() local
19888 wl_cfg80211_channel_to_freq(u32 channel) wl_cfg80211_channel_to_freq() argument
20237 wl_cfg80211_valid_channel_p2p(int channel) wl_cfg80211_valid_channel_p2p() argument
20287 u32 channel = 0; wl_cfg80211_get_chanspecs_5g() local
20336 wl_cfg80211_get_best_channel(struct net_device *ndev, void *buf, int buflen, int *channel) wl_cfg80211_get_best_channel() argument
20403 int channel = 0, band, band_cur; wl_cfg80211_get_best_channels() local
21700 int channel = 0; wl_chspec_chandef() local
21834 u32 channel = LCHSPEC_CHANNEL(chanspec); wl_ap_channel_ind() local
22128 int channel = 0; wl_cfg80211_get_sta_channel() local
24069 u32 pre_channel = 0, channel = 0; wl_cfg80211_get_concurrency_mode() local
24790 u32 *channel; wl_set_ap_bw() local
24946 u32 *channel; wl_restore_ap_bw() local
[all...]
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/mac/hmac/
H A Dhmac_chan_mgmt.c75 static hi_void hmac_chan_initiate_switch_to_new_channel(mac_vap_stru *mac_vap, hi_u8 channel, in hmac_chan_initiate_switch_to_new_channel() argument
85 mac_vap->ch_switch_info.announced_channel = channel; in hmac_chan_initiate_switch_to_new_channel()
93 channel, bandwidth); in hmac_chan_initiate_switch_to_new_channel()
111 ch_switch_info->announced_channel = channel; in hmac_chan_initiate_switch_to_new_channel()
139 hi_void hmac_chan_multi_switch_to_new_channel(hi_u8 channel, wlan_channel_bandwidth_enum_uint8 bandwidth) in hmac_chan_multi_switch_to_new_channel() argument
146 channel, bandwidth); in hmac_chan_multi_switch_to_new_channel()
168 hmac_chan_initiate_switch_to_new_channel(ap, channel, bandwidth); in hmac_chan_multi_switch_to_new_channel()
177 if (memcpy_s(&set_chan->channel, sizeof(mac_channel_stru), &mac_vap->channel, sizeof(mac_channel_stru)) != EOK) { in hmac_chan_sync_init()
210 ret = mac_get_channel_idx_from_num(mac_vap->channel in hmac_chan_do_sync()
264 hmac_chan_sync(mac_vap_stru *mac_vap, hi_u8 channel, wlan_channel_bandwidth_enum_uint8 bandwidth, hi_u8 switch_immediately) hmac_chan_sync() argument
286 hmac_chan_multi_select_channel_mac(mac_vap_stru *mac_vap, hi_u8 channel, wlan_channel_bandwidth_enum_uint8 bandwidth) hmac_chan_multi_select_channel_mac() argument
427 hi_u8 channel = 0; hmac_chan_start_bss() local
[all...]
H A Dhmac_chan_mgmt.h64 hi_void hmac_chan_multi_select_channel_mac(mac_vap_stru *mac_vap, hi_u8 channel,
71 hi_void hmac_chan_multi_switch_to_new_channel(hi_u8 channel, wlan_channel_bandwidth_enum_uint8 bandwidth);
72 hi_void hmac_dfs_set_channel(mac_vap_stru *mac_vap, hi_u8 channel);
76 hi_void hmac_chan_sync(mac_vap_stru *mac_vap, hi_u8 channel, wlan_channel_bandwidth_enum_uint8 bandwidth,
H A Dhmac_mgmt_sta.c280 bcn_scale = hmac_dbac_get_scale_by_bw(mac_vap->channel.en_bandwidth); in hmac_sta_update_join_channel()
285 mac_vap_set_current_channel(mac_vap, join_req->bss_dscr.channel.band, join_req->bss_dscr.channel.chan_number); in hmac_sta_update_join_channel()
288 if ((mac_vap->channel.en_bandwidth != WLAN_BAND_WIDTH_5M) && in hmac_sta_update_join_channel()
289 (mac_vap->channel.en_bandwidth != WLAN_BAND_WIDTH_10M)) { /* 仅在非窄带时更新 */ in hmac_sta_update_join_channel()
290 mac_vap->channel.en_bandwidth = in hmac_sta_update_join_channel()
293 mac_vap->channel.chan_number = join_req->bss_dscr.channel.chan_number; in hmac_sta_update_join_channel()
294 mac_vap->channel.band = join_req->bss_dscr.channel in hmac_sta_update_join_channel()
[all...]
H A Dhmac_uapsd.c64 if ((mac_vap->channel.en_bandwidth == WLAN_BAND_WIDTH_5M) || in hmac_config_set_uapsden()
65 (mac_vap->channel.en_bandwidth == WLAN_BAND_WIDTH_10M)) { in hmac_config_set_uapsden()
67 "{hmac_config_set_uapsden::narrow band[%dM] mode,not support uapsd!}", mac_vap->channel.en_bandwidth); in hmac_config_set_uapsden()
/device/soc/hisilicon/common/platform/dmac/
H A Ddmac_hi35xx.c205 static inline void HiDmacDisable(struct DmaCntlr *cntlr, uint16_t channel) in HiDmacDisable() argument
208 OSAL_WRITEL(HIDMAC_CX_DISABLE, cntlr->remapBase + HIDMAC_CX_CFG_OFFSET(channel)); in HiDmacDisable()
228 OSAL_WRITEL(psrc & HIDMAC_32BITS_MASK, cntlr->remapBase + HIDMAC_CX_SRC_OFFSET_L(chanInfo->channel)); in HiDmacStartM2M()
231 cntlr->remapBase + HIDMAC_CX_SRC_OFFSET_H(chanInfo->channel)); in HiDmacStartM2M()
233 OSAL_WRITEL(0, cntlr->remapBase + HIDMAC_CX_SRC_OFFSET_H(chanInfo->channel)); in HiDmacStartM2M()
236 OSAL_WRITEL(pdst & HIDMAC_32BITS_MASK, cntlr->remapBase + HIDMAC_CX_DST_OFFSET_L(chanInfo->channel)); in HiDmacStartM2M()
239 cntlr->remapBase + HIDMAC_CX_DST_OFFSET_H(chanInfo->channel)); in HiDmacStartM2M()
241 OSAL_WRITEL(0, cntlr->remapBase + HIDMAC_CX_DST_OFFSET_H(chanInfo->channel)); in HiDmacStartM2M()
244 OSAL_WRITEL(0, cntlr->remapBase + HIDMAC_CX_LLI_OFFSET_L(chanInfo->channel)); in HiDmacStartM2M()
245 OSAL_WRITEL(len, cntlr->remapBase + HIDMAC_CX_CNT0_OFFSET(chanInfo->channel)); in HiDmacStartM2M()
294 HiDmacGetCurrDstAddr(struct DmaCntlr *cntlr, uint16_t channel) HiDmacGetCurrDstAddr() argument
[all...]
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/
H A Ddrm_mipi_dsi.c153 dev_set_name(&dsi->dev, "%s.%d", dev_name(host->dev), dsi->channel); in mipi_dsi_device_add()
176 info.channel = reg; in of_mipi_dsi_device_add()
211 if (info->channel > 0x3) { in mipi_dsi_device_register_full()
212 drm_err(host, "invalid virtual channel: %u\n", info->channel); in mipi_dsi_device_register_full()
223 dsi->channel = info->channel; in mipi_dsi_device_register_full()
434 if (msg->channel > 0x3) { in mipi_dsi_create_packet()
439 packet->header[0] = ((msg->channel & 0x3) << 0x6) | (msg->type & 0x3f); in mipi_dsi_create_packet()
478 .channel in mipi_dsi_shutdown_peripheral()
[all...]
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/drivers/adc/
H A Dhi_adc.c43 HI_ALWAYS_STAIC_INLINE hi_u32 adc_check_parameter(hi_adc_channel_index channel, hi_u16 *data, in adc_check_parameter() argument
46 if ((channel > HI_ADC_CHANNEL_7) || (data == HI_NULL) || (equ_model > HI_ADC_EQU_MODEL_8) || in adc_check_parameter()
53 hi_u32 hi_adc_read(hi_adc_channel_index channel, hi_u16 *data, hi_adc_equ_model_sel equ_model, in hi_adc_read() argument
59 if (adc_check_parameter(channel, data, equ_model, cur_bais, delay_cnt) != HI_ERR_SUCCESS) { in hi_adc_read()
75 adc_ctl.ch_vld = (hi_u32)(1 << (hi_u32)channel); in hi_adc_read()
86 if ((*data >> ADC_DATA_BIT_WIDTH) == channel) { in hi_adc_read()
/device/qemu/SmartL_E802/liteos_m/board/hals/csky_driver/include/
H A Ddrv_pwm.h65 \param[in] channel channel num.
71 uint8_t channel,
78 \param[in] channel channel num.
80 void csi_pwm_start(pwm_handle_t handle, uint8_t channel);
85 \param[in] channel channel num.
87 void csi_pwm_stop(pwm_handle_t handle, uint8_t channel);
/device/soc/hisilicon/hi3861v100/hi3861_adapter/hals/communication/wifi_lite/wifiservice/source/
H A Dwifi_device_util.c150 unsigned int ChannelToFrequency(unsigned int channel) in ChannelToFrequency() argument
152 if (channel <= 0) { in ChannelToFrequency()
155 if (channel == CHANNEL_80211B_ONLY) { in ChannelToFrequency()
158 return (((channel - WIFI_MIN_CHANNEL) * WIFI_FREQ_INTERVAL) + FREQ_OF_CHANNEL_1); in ChannelToFrequency()
/device/soc/rockchip/common/vendor/drivers/media/platform/rockchip/cif/
H A Dcapture.c1503 struct csi_channel_info *channel = &dev->channels[channel_id]; in rkcif_assign_new_buffer_init() local
1545 stream->next_buf->buff_addr[RKCIF_PLANE_Y] + (channel->virtual_width / 2)); in rkcif_assign_new_buffer_init()
1548 stream->next_buf->buff_addr[RKCIF_PLANE_CBCR] + (channel->virtual_width / 2)); in rkcif_assign_new_buffer_init()
1578 * yuv addr of unused channel must be set in rkcif_assign_new_buffer_init()
1604 struct csi_channel_info *channel = &dev->channels[channel_id]; in rkcif_assign_new_buffer_update() local
1677 rkcif_write_register(dev, frm_addr_y, buffer->buff_addr[RKCIF_PLANE_Y] + (channel->virtual_width / 2)); in rkcif_assign_new_buffer_update()
1680 buffer->buff_addr[RKCIF_PLANE_CBCR] + (channel->virtual_width / 2)); in rkcif_assign_new_buffer_update()
1824 * yuv addr of unused channel must be set in rkcif_assign_dummy_buffer()
1887 static void rkcif_csi_set_lvds_sav_eav(struct rkcif_stream *stream, struct csi_channel_info *channel) in rkcif_csi_set_lvds_sav_eav() argument
1890 struct rkmodule_lvds_cfg *lvds_cfg = &channel in rkcif_csi_set_lvds_sav_eav()
1966 rkcif_csi_channel_init(struct rkcif_stream *stream, struct csi_channel_info *channel) rkcif_csi_channel_init() argument
2064 rkcif_csi_channel_set(struct rkcif_stream *stream, struct csi_channel_info *channel, enum v4l2_mbus_type mbus_type) rkcif_csi_channel_set() argument
2264 rkcif_csi_channel_set_v1(struct rkcif_stream *stream, struct csi_channel_info *channel, enum v4l2_mbus_type mbus_type, unsigned int mode) rkcif_csi_channel_set_v1() argument
2378 struct csi_channel_info *channel; rkcif_csi_stream_start() local
5620 struct csi_channel_info *channel = &dev->channels[stream->id]; rkcif_cal_csi_crop_width_vwidth() local
5678 struct csi_channel_info *channel = &cif_dev->channels[stream->id]; rkcif_dynamic_crop() local
6764 struct csi_channel_info *channel = &cif_dev->channels[stream->id]; rkcif_enable_dma_capture() local
[all...]
/device/soc/rockchip/rk3588/kernel/drivers/media/platform/rockchip/cif/
H A Dcapture.c1479 struct csi_channel_info *channel = &dev->channels[channel_id]; in rkcif_assign_new_buffer_init() local
1524 stream->next_buf->buff_addr[RKCIF_PLANE_Y] + (channel->virtual_width / 2)); in rkcif_assign_new_buffer_init()
1527 stream->next_buf->buff_addr[RKCIF_PLANE_CBCR] + (channel->virtual_width / 2)); in rkcif_assign_new_buffer_init()
1557 * yuv addr of unused channel must be set in rkcif_assign_new_buffer_init()
1592 struct csi_channel_info *channel = &dev->channels[channel_id]; in rkcif_assign_new_buffer_update() local
1677 buffer->buff_addr[RKCIF_PLANE_Y] + (channel->virtual_width / 2)); in rkcif_assign_new_buffer_update()
1680 buffer->buff_addr[RKCIF_PLANE_CBCR] + (channel->virtual_width / 2)); in rkcif_assign_new_buffer_update()
1826 * yuv addr of unused channel must be set in rkcif_assign_dummy_buffer()
1898 struct csi_channel_info *channel) in rkcif_csi_set_lvds_sav_eav()
1901 struct rkmodule_lvds_cfg *lvds_cfg = &channel in rkcif_csi_set_lvds_sav_eav()
1897 rkcif_csi_set_lvds_sav_eav(struct rkcif_stream *stream, struct csi_channel_info *channel) rkcif_csi_set_lvds_sav_eav() argument
1984 rkcif_csi_channel_init(struct rkcif_stream *stream, struct csi_channel_info *channel) rkcif_csi_channel_init() argument
2084 rkcif_csi_channel_set(struct rkcif_stream *stream, struct csi_channel_info *channel, enum v4l2_mbus_type mbus_type) rkcif_csi_channel_set() argument
2299 rkcif_csi_channel_set_v1(struct rkcif_stream *stream, struct csi_channel_info *channel, enum v4l2_mbus_type mbus_type, unsigned int mode) rkcif_csi_channel_set_v1() argument
2426 struct csi_channel_info *channel; rkcif_csi_stream_start() local
5818 struct csi_channel_info *channel = &dev->channels[stream->id]; rkcif_cal_csi_crop_width_vwidth() local
5877 struct csi_channel_info *channel = &cif_dev->channels[stream->id]; rkcif_dynamic_crop() local
7042 struct csi_channel_info *channel = &cif_dev->channels[stream->id]; rkcif_enable_dma_capture() local
[all...]
/device/board/hihope/rk3568/wifi/bcmdhd_wifi6/hdfadapt/
H A Dhdf_bdh_event.c53 if (innerBssInfo->channel == NULL || netDev == NULL || innerBssInfo->mgmt == NULL) { in HdfInformBssFrameEventCallback()
54 HDF_LOGE("%s: inform_bss_frame channel = null or netDev = null!", __func__); in HdfInformBssFrameEventCallback()
63 hdfchannel.flags = innerBssInfo->channel->flags; in HdfInformBssFrameEventCallback()
64 hdfchannel.channelId = innerBssInfo->channel->hw_value; in HdfInformBssFrameEventCallback()
65 hdfchannel.centerFreq = innerBssInfo->channel->center_freq; in HdfInformBssFrameEventCallback()
/device/soc/rockchip/rk2206/hardware/include/lz_hardware/
H A Dwifi.h52 unsigned int channel; member
67 unsigned int WifiConfigAP(unsigned char *ssid, unsigned char *preSharedKey, unsigned short channel);
H A Dpwm.h50 uint8_t channel; /* 0-3 */ member
69 uint8_t channel; /* 0-3 */ member
/device/soc/hisilicon/hi3861v100/sdk_liteos/include/
H A Dhi_wifi_api.h198 * Return value of invalid channel.CNcomment:无效信道返回值.CNend
471 HI_WIFI_BASIC_SCAN, /**< Common and all channel scan. CNcomment: 普通扫描.CNend */
472 HI_WIFI_CHANNEL_SCAN, /**< Specified channel scan. CNcomment: 指定信道扫描.CNend */
510 unsigned char channel; /**< Channel number. CNcomment: 信道号,范围1-14,不同区域有差异.CNend */ member
522 unsigned int channel; /**< Channel number. CNcomment: 信道号,范围1-14,不同区域有差异.CNend */ member
552 unsigned char channel; /**< Channel number. CNcomment: 信道号,范围1-14,不同区域有差异.CNend */ member
565 unsigned int channel; /**< Channel number. CNcomment: 信道号,范围1-14,不同区域有差异.CNend */ member
931 * @attention 1. advance scan can scan with ssid only,channel only,bssid only,prefix_ssid only,
1694 * @brief Set channel.CNcomment:设置信道.CNend
1697 * Set channel
[all...]
H A Dhi_any_api.h65 unsigned char channel; /**< the channel number of peer device,the value member
66 0xFF means current channel. */
82 unsigned char channel; /**< the channel number of peer device. */ member
274 * Add information of ANY peer device(mac address, channel and key). \n
280 * It will not switch to a channel automatically which differs with the current channel. \n
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/include/
H A Dhi_wifi_api.h212 * Return value of invalid channel.CNcomment:无效信道返回值.CNend
453 HI_WIFI_BASIC_SCAN, /* *< Common and all channel scan. CNcomment: 普通扫描.CNend */
454 HI_WIFI_CHANNEL_SCAN, /* *< Specified channel scan. CNcomment: 指定信道扫描.CNend */
489 unsigned char channel; /* *< Channel number. CNcomment: 信道号,范围1-14,不同区域有差异.CNend */ member
501 unsigned int channel; /* *< Channel number. CNcomment: 信道号,范围1-14,不同区域有差异.CNend */ member
531 unsigned char channel; /* *< Channel number. CNcomment: 信道号,范围1-14,不同区域有差异.CNend */ member
542 unsigned int channel; /* *< Channel number. CNcomment: 信道号,范围1-14,不同区域有差异.CNend */ member
939 * @attention 1. advance scan can scan with ssid only,channel only,bssid only,prefix_ssid only,
1591 * @brief Set channel.CNcomment:设置信道.CNend
1594 * Set channel
[all...]

Completed in 44 milliseconds

12345