Home
last modified time | relevance | path

Searched refs:channel_type (Results 1 – 25 of 28) sorted by relevance

12

/linux/drivers/net/wireless/ti/wl18xx/
H A Dcmd.c59 cmd->channel_type = wlvif->channel_type; in wl18xx_cmd_channel_switch()
178 cmd->bandwidth = wlcore_get_native_channel_type(wlvif->channel_type); in wl18xx_cmd_set_cac()
H A Dtx.c52 if (wlvif->channel_type == NL80211_CHAN_HT40MINUS || in wl18xx_get_last_tx_rate()
53 wlvif->channel_type == NL80211_CHAN_HT40PLUS) { in wl18xx_get_last_tx_rate()
H A Dcmd.h28 u8 channel_type; member
/linux/drivers/net/wireless/st/cw1200/
H A Dcw1200.h55 enum nl80211_channel_type channel_type; member
302 return ht_info->channel_type != NL80211_CHAN_NO_HT; in cw1200_is_ht()
/linux/sound/soc/samsung/
H A Daries_wm8994.c546 enum iio_chan_type channel_type; in aries_audio_probe() local
598 ret = iio_get_channel_type(priv->adc, &channel_type); in aries_audio_probe()
602 if (channel_type != IIO_VOLTAGE) in aries_audio_probe()
H A Dmidas_wm1811.c579 enum iio_chan_type channel_type; in midas_probe() local
618 &channel_type); in midas_probe()
624 if (channel_type != IIO_VOLTAGE) { in midas_probe()
/linux/drivers/net/wireless/ath/
H A Dspectral_common.h70 u8 channel_type; member
/linux/drivers/gpu/drm/mediatek/
H A Dmtk_hdmi.c520 enum hdmi_aud_channel_type channel_type, in mtk_hdmi_hw_aud_set_i2s_chan_num() argument
535 (channel_type == HDMI_AUD_CHAN_TYPE_3_0_LRS || in mtk_hdmi_hw_aud_set_i2s_chan_num()
536 channel_type == HDMI_AUD_CHAN_TYPE_4_0)) in mtk_hdmi_hw_aud_set_i2s_chan_num()
542 channel_type != HDMI_AUD_CHAN_TYPE_5_1 && in mtk_hdmi_hw_aud_set_i2s_chan_num()
543 channel_type != HDMI_AUD_CHAN_TYPE_4_1_CLRS) { in mtk_hdmi_hw_aud_set_i2s_chan_num()
766 static u8 mtk_hdmi_aud_get_chnl_count(enum hdmi_aud_channel_type channel_type) in mtk_hdmi_aud_get_chnl_count() argument
768 switch (channel_type) { in mtk_hdmi_aud_get_chnl_count()
/linux/drivers/net/wireless/broadcom/b43/
H A Dphy_lcn.c627 enum nl80211_channel_type channel_type) in b43_phy_lcn_set_channel() argument
779 enum nl80211_channel_type channel_type = in b43_phy_lcn_op_switch_channel() local
789 return b43_phy_lcn_set_channel(dev, channel, channel_type); in b43_phy_lcn_op_switch_channel()
H A Dphy_ht.c809 enum nl80211_channel_type channel_type) in b43_phy_ht_set_channel() argument
1061 enum nl80211_channel_type channel_type = in b43_phy_ht_op_switch_channel() local
1071 return b43_phy_ht_set_channel(dev, channel, channel_type); in b43_phy_ht_op_switch_channel()
H A Dphy_n.c5225 iqcal_chanspec->channel_type = in b43_nphy_save_cal()
5526 nphy->txiqlocal_chanspec.channel_type = in b43_nphy_cal_tx_iq_lo()
5564 nphy->txiqlocal_chanspec.channel_type != cfg80211_get_chandef_type(dev->phy.chandef)) in b43_nphy_reapply_tx_cal_coeffs()
6332 enum nl80211_channel_type channel_type) in b43_nphy_set_channel() argument
6368 if (b43_channel_type_is_40mhz(phy->channel_type) != in b43_nphy_set_channel()
6369 b43_channel_type_is_40mhz(channel_type)) in b43_nphy_set_channel()
6373 if (channel_type == NL80211_CHAN_HT40PLUS) { in b43_nphy_set_channel()
6377 } else if (channel_type == NL80211_CHAN_HT40MINUS) { in b43_nphy_set_channel()
6630 enum nl80211_channel_type channel_type = in b43_nphy_op_switch_channel() local
6641 return b43_nphy_set_channel(dev, channel, channel_type); in b43_nphy_op_switch_channel()
H A Dphy_n.h888 enum nl80211_channel_type channel_type; member
/linux/drivers/staging/rtl8723bs/include/
H A Dioctl_cfg80211.h114 #define rtw_cfg80211_ready_on_channel(adapter, cookie, chan, channel_type, duration, gfp) cfg80211… argument
/linux/drivers/net/wireless/ti/wlcore/
H A Dcmd.c547 cmd->channel_type = wlcore_get_native_channel_type(wlvif->channel_type); in wl12xx_cmd_role_start_sta()
575 wlvif->sta.role_chan_type = wlvif->channel_type; in wl12xx_cmd_role_start_sta()
678 cmd->channel_type = wlcore_get_native_channel_type(wlvif->channel_type); in wl12xx_cmd_role_start_ap()
H A Dwlcore_i.h405 enum nl80211_channel_type channel_type; member
H A Dacx.h438 u8 channel_type; member
1071 u8 queue_id, u8 channel_type,
H A Dconf.h373 u8 channel_type; member
H A Dwlcore.h469 enum nl80211_channel_type channel_type; member
H A Dacx.c860 u8 queue_id, u8 channel_type, in wl1271_acx_tid_cfg() argument
878 acx->channel_type = channel_type; in wl1271_acx_tid_cfg()
H A Dcmd.h294 u8 channel_type; member
H A Dinit.c623 conf_tid->channel_type, in wl1271_init_vif_specific()
/linux/drivers/net/wireless/realtek/rtlwifi/
H A Dcore.c640 enum nl80211_channel_type channel_type = NL80211_CHAN_NO_HT; in rtl_op_config() local
645 channel_type = in rtl_op_config()
701 switch (channel_type) { in rtl_op_config()
742 channel_type); in rtl_op_config()
767 rtlpriv->cfg->ops->set_bw_mode(hw, channel_type); in rtl_op_config()
/linux/drivers/net/wireless/marvell/
H A Dmwl8k.c2888 enum nl80211_channel_type channel_type = in mwl8k_cmd_tx_power() local
2909 if (channel_type == NL80211_CHAN_NO_HT || in mwl8k_cmd_tx_power()
2910 channel_type == NL80211_CHAN_HT20) { in mwl8k_cmd_tx_power()
2914 if (channel_type == NL80211_CHAN_HT40MINUS) in mwl8k_cmd_tx_power()
2916 else if (channel_type == NL80211_CHAN_HT40PLUS) in mwl8k_cmd_tx_power()
3160 enum nl80211_channel_type channel_type = in mwl8k_cmd_set_rf_channel() local
3181 if (channel_type == NL80211_CHAN_NO_HT || in mwl8k_cmd_set_rf_channel()
3182 channel_type == NL80211_CHAN_HT20) in mwl8k_cmd_set_rf_channel()
3184 else if (channel_type == NL80211_CHAN_HT40MINUS) in mwl8k_cmd_set_rf_channel()
3186 else if (channel_type == NL80211_CHAN_HT40PLUS) in mwl8k_cmd_set_rf_channel()
/linux/net/mac80211/
H A Dutil.c2925 enum nl80211_channel_type channel_type; in ieee80211_chandef_ht_oper() local
2932 channel_type = NL80211_CHAN_HT20; in ieee80211_chandef_ht_oper()
2935 channel_type = NL80211_CHAN_HT40PLUS; in ieee80211_chandef_ht_oper()
2938 channel_type = NL80211_CHAN_HT40MINUS; in ieee80211_chandef_ht_oper()
2944 cfg80211_chandef_create(chandef, chandef->chan, channel_type); in ieee80211_chandef_ht_oper()
/linux/drivers/net/wireless/ath/carl9170/
H A Dmain.c916 enum nl80211_channel_type channel_type = in carl9170_op_config() local
929 channel_type); in carl9170_op_config()

12