/linux-4.1.27/sound/firewire/fireworks/ |
D | fireworks_proc.c | 15 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.1.27/drivers/net/wireless/ath/wcn36xx/ |
D | dxe.c | 112 wcn->dxe_tx_l_ch.ch_type = WCN36XX_DXE_CH_TX_L; in wcn36xx_dxe_alloc_ctl_blks() 113 wcn->dxe_tx_h_ch.ch_type = WCN36XX_DXE_CH_TX_H; in wcn36xx_dxe_alloc_ctl_blks() 114 wcn->dxe_rx_l_ch.ch_type = WCN36XX_DXE_CH_RX_L; in wcn36xx_dxe_alloc_ctl_blks() 115 wcn->dxe_rx_h_ch.ch_type = WCN36XX_DXE_CH_RX_H; in wcn36xx_dxe_alloc_ctl_blks() 196 switch (wcn_ch->ch_type) { in wcn36xx_dxe_init_descs() 479 switch (ch->ch_type) { in wcn36xx_rx_handle_packets()
|
D | dxe.h | 246 enum wcn36xx_dxe_ch_type ch_type; member
|
/linux-4.1.27/drivers/net/wireless/rtlwifi/rtl8723be/ |
D | phy.h | 123 enum nl80211_channel_type ch_type);
|
D | phy.c | 1329 enum nl80211_channel_type ch_type) in rtl8723be_phy_set_bw_mode() argument
|
/linux-4.1.27/drivers/net/wireless/rtlwifi/rtl8192se/ |
D | phy.h | 86 enum nl80211_channel_type ch_type);
|
D | phy.c | 262 enum nl80211_channel_type ch_type) in rtl92s_phy_set_bw_mode() argument
|
/linux-4.1.27/drivers/net/wireless/rtlwifi/rtl8192ee/ |
D | phy.h | 140 enum nl80211_channel_type ch_type);
|
D | phy.c | 1755 enum nl80211_channel_type ch_type) in rtl92ee_phy_set_bw_mode() argument
|
/linux-4.1.27/drivers/net/wireless/rtlwifi/rtl8192de/ |
D | phy.h | 146 enum nl80211_channel_type ch_type);
|
D | phy.c | 968 enum nl80211_channel_type ch_type) in rtl92d_phy_set_bw_mode() argument
|
/linux-4.1.27/drivers/net/wireless/rtlwifi/rtl8723ae/ |
D | phy.h | 190 enum nl80211_channel_type ch_type);
|
D | phy.c | 829 enum nl80211_channel_type ch_type) in rtl8723e_phy_set_bw_mode() argument
|
/linux-4.1.27/drivers/net/wireless/rtlwifi/rtl8192ce/ |
D | phy.h | 100 enum nl80211_channel_type ch_type);
|
/linux-4.1.27/drivers/net/wireless/rtlwifi/rtl8188ee/ |
D | phy.h | 221 enum nl80211_channel_type ch_type);
|
D | phy.c | 1175 enum nl80211_channel_type ch_type) in rtl88e_phy_set_bw_mode() argument
|
/linux-4.1.27/drivers/net/wireless/rtlwifi/rtl8821ae/ |
D | phy.h | 232 enum nl80211_channel_type ch_type);
|
D | phy.c | 3520 enum nl80211_channel_type ch_type) in rtl8821ae_phy_set_bw_mode() argument
|
/linux-4.1.27/drivers/net/wireless/rtlwifi/rtl8192c/ |
D | phy_common.h | 207 enum nl80211_channel_type ch_type);
|
D | phy_common.c | 691 enum nl80211_channel_type ch_type) in rtl92c_phy_set_bw_mode() argument
|
/linux-4.1.27/net/mac80211/ |
D | ibss.c | 785 enum nl80211_channel_type ch_type; in ieee80211_ibss_process_chanswitch() local 834 ch_type = cfg80211_get_chandef_type(&ifibss->chandef); in ieee80211_ibss_process_chanswitch() 836 ch_type); in ieee80211_ibss_process_chanswitch()
|
D | util.c | 2877 enum nl80211_channel_type ch_type; in ieee80211_send_action_csa() local 2882 ch_type = cfg80211_get_chandef_type(&csa_settings->chandef); in ieee80211_send_action_csa() 2883 if (ch_type == NL80211_CHAN_HT40PLUS) in ieee80211_send_action_csa()
|
/linux-4.1.27/drivers/staging/speakup/ |
D | main.c | 1291 short mask = pb_edit->mask, ch_type = spk_chartab[ch]; in edit_bits() local 1293 if (type != KT_LATIN || (ch_type & B_NUM) || ch < SPACE) in edit_bits() 1300 if (mask < PUNC && !(ch_type & PUNC)) in edit_bits()
|
/linux-4.1.27/drivers/net/wireless/rtlwifi/ |
D | wifi.h | 2094 enum nl80211_channel_type ch_type);
|