Home
last modified time | relevance | path

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

/linux-4.4.14/sound/firewire/fireworks/
Dfireworks_proc.c15 const char *const ch_type[] = { in get_phys_name() local
20 if (grp->type < ARRAY_SIZE(ch_type)) in get_phys_name()
21 return ch_type[grp->type]; in get_phys_name()
/linux-4.4.14/drivers/net/wireless/ath/wcn36xx/
Ddxe.c113 wcn->dxe_tx_l_ch.ch_type = WCN36XX_DXE_CH_TX_L; in wcn36xx_dxe_alloc_ctl_blks()
114 wcn->dxe_tx_h_ch.ch_type = WCN36XX_DXE_CH_TX_H; in wcn36xx_dxe_alloc_ctl_blks()
115 wcn->dxe_rx_l_ch.ch_type = WCN36XX_DXE_CH_RX_L; in wcn36xx_dxe_alloc_ctl_blks()
116 wcn->dxe_rx_h_ch.ch_type = WCN36XX_DXE_CH_RX_H; in wcn36xx_dxe_alloc_ctl_blks()
197 switch (wcn_ch->ch_type) { in wcn36xx_dxe_init_descs()
483 switch (ch->ch_type) { in wcn36xx_rx_handle_packets()
Ddxe.h247 enum wcn36xx_dxe_ch_type ch_type; member
/linux-4.4.14/drivers/net/wireless/realtek/rtlwifi/rtl8723be/
Dphy.h123 enum nl80211_channel_type ch_type);
Dphy.c1329 enum nl80211_channel_type ch_type) in rtl8723be_phy_set_bw_mode() argument
/linux-4.4.14/drivers/net/wireless/realtek/rtlwifi/rtl8192se/
Dphy.h86 enum nl80211_channel_type ch_type);
Dphy.c262 enum nl80211_channel_type ch_type) in rtl92s_phy_set_bw_mode() argument
/linux-4.4.14/drivers/net/wireless/realtek/rtlwifi/rtl8192ee/
Dphy.h140 enum nl80211_channel_type ch_type);
Dphy.c1755 enum nl80211_channel_type ch_type) in rtl92ee_phy_set_bw_mode() argument
/linux-4.4.14/drivers/net/wireless/realtek/rtlwifi/rtl8192de/
Dphy.h146 enum nl80211_channel_type ch_type);
Dphy.c968 enum nl80211_channel_type ch_type) in rtl92d_phy_set_bw_mode() argument
/linux-4.4.14/drivers/net/wireless/realtek/rtlwifi/rtl8723ae/
Dphy.h190 enum nl80211_channel_type ch_type);
Dphy.c829 enum nl80211_channel_type ch_type) in rtl8723e_phy_set_bw_mode() argument
/linux-4.4.14/drivers/net/wireless/realtek/rtlwifi/rtl8192ce/
Dphy.h100 enum nl80211_channel_type ch_type);
/linux-4.4.14/drivers/net/wireless/realtek/rtlwifi/rtl8188ee/
Dphy.h221 enum nl80211_channel_type ch_type);
Dphy.c1175 enum nl80211_channel_type ch_type) in rtl88e_phy_set_bw_mode() argument
/linux-4.4.14/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/
Dphy.h232 enum nl80211_channel_type ch_type);
Dphy.c3520 enum nl80211_channel_type ch_type) in rtl8821ae_phy_set_bw_mode() argument
/linux-4.4.14/drivers/net/wireless/realtek/rtlwifi/rtl8192c/
Dphy_common.h207 enum nl80211_channel_type ch_type);
Dphy_common.c691 enum nl80211_channel_type ch_type) in rtl92c_phy_set_bw_mode() argument
/linux-4.4.14/drivers/staging/most/hdm-dim2/
Ddim2_hal.c208 static void dim2_configure_cat(u8 cat_base, u8 ch_addr, u8 ch_type, in dim2_configure_cat() argument
213 (ch_type << CAT_CT_SHIFT) | in dim2_configure_cat()
/linux-4.4.14/net/mac80211/
Dibss.c788 enum nl80211_channel_type ch_type; in ieee80211_ibss_process_chanswitch() local
837 ch_type = cfg80211_get_chandef_type(&ifibss->chandef); in ieee80211_ibss_process_chanswitch()
839 ch_type); in ieee80211_ibss_process_chanswitch()
Dutil.c2875 enum nl80211_channel_type ch_type; in ieee80211_send_action_csa() local
2880 ch_type = cfg80211_get_chandef_type(&csa_settings->chandef); in ieee80211_send_action_csa()
2881 if (ch_type == NL80211_CHAN_HT40PLUS) in ieee80211_send_action_csa()
/linux-4.4.14/drivers/staging/speakup/
Dmain.c1295 short mask = pb_edit->mask, ch_type = spk_chartab[ch]; in edit_bits() local
1297 if (type != KT_LATIN || (ch_type & B_NUM) || ch < SPACE) in edit_bits()
1304 if (mask < PUNC && !(ch_type & PUNC)) in edit_bits()
/linux-4.4.14/drivers/net/wireless/realtek/rtlwifi/
Dwifi.h2110 enum nl80211_channel_type ch_type);