Searched refs:channel_type (Results 1 - 25 of 37) sorted by relevance

12

/linux-master/drivers/net/wireless/ti/wl18xx/
H A Dcmd.h28 u8 channel_type; member in struct:wl18xx_cmd_channel_switch
H A Dtx.c52 if (wlvif->channel_type == NL80211_CHAN_HT40MINUS ||
53 wlvif->channel_type == NL80211_CHAN_HT40PLUS) {
H A Dcmd.c59 cmd->channel_type = wlvif->channel_type;
178 cmd->bandwidth = wlcore_get_native_channel_type(wlvif->channel_type);
H A Dmain.c301 .channel_type = CONF_CHANNEL_TYPE_EDCF,
309 .channel_type = CONF_CHANNEL_TYPE_EDCF,
317 .channel_type = CONF_CHANNEL_TYPE_EDCF,
325 .channel_type = CONF_CHANNEL_TYPE_EDCF,
1276 if (wlvif->channel_type == NL80211_CHAN_HT40MINUS ||
1277 wlvif->channel_type == NL80211_CHAN_HT40PLUS) {
1294 if (wlvif->channel_type == NL80211_CHAN_HT40MINUS ||
1295 wlvif->channel_type == NL80211_CHAN_HT40PLUS) {
/linux-master/drivers/net/hyperv/
H A Dnetvsc_trace.h140 __field( u32, channel_type )
147 __entry->channel_type = rpkt->channel_type;
153 __entry->channel_type ? "CONTROL" : "DATA",
/linux-master/drivers/net/wireless/ath/
H A Dspectral_common.h70 u8 channel_type; member in struct:fft_sample_ht20_40
/linux-master/drivers/net/wireless/st/cw1200/
H A Dcw1200.h55 enum nl80211_channel_type channel_type; member in struct:cw1200_ht_info
302 return ht_info->channel_type != NL80211_CHAN_NO_HT;
/linux-master/drivers/staging/rtl8723bs/include/
H A Dioctl_cfg80211.h114 #define rtw_cfg80211_ready_on_channel(adapter, cookie, chan, channel_type, duration, gfp) cfg80211_ready_on_channel((adapter)->rtw_wdev, cookie, chan, duration, gfp)
/linux-master/sound/soc/samsung/
H A Daries_wm8994.c546 enum iio_chan_type channel_type; local
598 ret = iio_get_channel_type(priv->adc, &channel_type);
602 if (channel_type != IIO_VOLTAGE)
/linux-master/drivers/gpu/drm/mediatek/
H A Dmtk_hdmi.c520 enum hdmi_aud_channel_type channel_type,
535 (channel_type == HDMI_AUD_CHAN_TYPE_3_0_LRS ||
536 channel_type == HDMI_AUD_CHAN_TYPE_4_0))
542 channel_type != HDMI_AUD_CHAN_TYPE_5_1 &&
543 channel_type != HDMI_AUD_CHAN_TYPE_4_1_CLRS) {
766 static u8 mtk_hdmi_aud_get_chnl_count(enum hdmi_aud_channel_type channel_type) argument
768 switch (channel_type) {
519 mtk_hdmi_hw_aud_set_i2s_chan_num(struct mtk_hdmi *hdmi, enum hdmi_aud_channel_type channel_type, u8 channel_count) argument
/linux-master/drivers/net/wireless/ti/wlcore/
H A Dwlcore_i.h395 enum nl80211_channel_type channel_type; member in struct:wl12xx_vif
H A Dcmd.c538 cmd->channel_type = wlcore_get_native_channel_type(wlvif->channel_type);
566 wlvif->sta.role_chan_type = wlvif->channel_type;
669 cmd->channel_type = wlcore_get_native_channel_type(wlvif->channel_type);
H A Dconf.h373 u8 channel_type; member in struct:conf_tx_tid
H A Dwlcore.h469 enum nl80211_channel_type channel_type; member in struct:wl1271
H A Dacx.h438 u8 channel_type; member in struct:acx_tid_config
1071 u8 queue_id, u8 channel_type,
H A Dacx.c860 u8 queue_id, u8 channel_type,
878 acx->channel_type = channel_type;
859 wl1271_acx_tid_cfg(struct wl1271 *wl, struct wl12xx_vif *wlvif, u8 queue_id, u8 channel_type, u8 tsid, u8 ps_scheme, u8 ack_policy, u32 apsd_conf0, u32 apsd_conf1) argument
H A Dinit.c623 conf_tid->channel_type,
H A Dcmd.h294 u8 channel_type; member in struct:wl12xx_cmd_role_start
/linux-master/drivers/net/wireless/ti/wl12xx/
H A Dmain.c160 .channel_type = CONF_CHANNEL_TYPE_EDCF,
168 .channel_type = CONF_CHANNEL_TYPE_EDCF,
176 .channel_type = CONF_CHANNEL_TYPE_EDCF,
184 .channel_type = CONF_CHANNEL_TYPE_EDCF,
/linux-master/drivers/net/wireless/broadcom/b43/
H A Dphy_lcn.c627 enum nl80211_channel_type channel_type)
779 enum nl80211_channel_type channel_type = local
789 return b43_phy_lcn_set_channel(dev, channel, channel_type);
625 b43_phy_lcn_set_channel(struct b43_wldev *dev, struct ieee80211_channel *channel, enum nl80211_channel_type channel_type) argument
H A Dphy_ht.c809 enum nl80211_channel_type channel_type)
1061 enum nl80211_channel_type channel_type = local
1071 return b43_phy_ht_set_channel(dev, channel, channel_type);
807 b43_phy_ht_set_channel(struct b43_wldev *dev, struct ieee80211_channel *channel, enum nl80211_channel_type channel_type) argument
H A Dphy_n.c5225 iqcal_chanspec->channel_type =
5526 nphy->txiqlocal_chanspec.channel_type =
5564 nphy->txiqlocal_chanspec.channel_type != cfg80211_get_chandef_type(dev->phy.chandef))
6332 enum nl80211_channel_type channel_type)
6368 if (b43_channel_type_is_40mhz(phy->channel_type) !=
6369 b43_channel_type_is_40mhz(channel_type))
6370 ; /* TODO: BMAC BW Set (channel_type) */
6373 if (channel_type == NL80211_CHAN_HT40PLUS) {
6377 } else if (channel_type == NL80211_CHAN_HT40MINUS) {
6630 enum nl80211_channel_type channel_type local
6330 b43_nphy_set_channel(struct b43_wldev *dev, struct ieee80211_channel *channel, enum nl80211_channel_type channel_type) argument
[all...]
/linux-master/drivers/net/wireless/realtek/rtlwifi/
H A Dcore.c640 enum nl80211_channel_type channel_type = NL80211_CHAN_NO_HT; local
643 /* channel_type is for 20&40M */
645 channel_type =
701 switch (channel_type) {
742 channel_type);
767 rtlpriv->cfg->ops->set_bw_mode(hw, channel_type);
/linux-master/drivers/net/wireless/mediatek/mt76/mt7925/
H A Dmcu.h257 u8 channel_type; /* 0: Full channels member in struct:scan_chan_info_tlv
264 u8 channels_num; /* valid when channel_type is 4 */
/linux-master/drivers/net/wireless/marvell/
H A Dmwl8k.c2885 enum nl80211_channel_type channel_type = local
2906 if (channel_type == NL80211_CHAN_NO_HT ||
2907 channel_type == NL80211_CHAN_HT20) {
2911 if (channel_type == NL80211_CHAN_HT40MINUS)
2913 else if (channel_type == NL80211_CHAN_HT40PLUS)
3157 enum nl80211_channel_type channel_type = local
3178 if (channel_type == NL80211_CHAN_NO_HT ||
3179 channel_type == NL80211_CHAN_HT20)
3181 else if (channel_type == NL80211_CHAN_HT40MINUS)
3183 else if (channel_type
[all...]

Completed in 284 milliseconds

12