/linux-4.4.14/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.4.14/drivers/net/wireless/ath/wcn36xx/ |
D | dxe.c | 113 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()
|
D | dxe.h | 247 enum wcn36xx_dxe_ch_type ch_type; member
|
/linux-4.4.14/drivers/net/wireless/realtek/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.4.14/drivers/net/wireless/realtek/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.4.14/drivers/net/wireless/realtek/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.4.14/drivers/net/wireless/realtek/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.4.14/drivers/net/wireless/realtek/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.4.14/drivers/net/wireless/realtek/rtlwifi/rtl8192ce/ |
D | phy.h | 100 enum nl80211_channel_type ch_type);
|
/linux-4.4.14/drivers/net/wireless/realtek/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.4.14/drivers/net/wireless/realtek/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.4.14/drivers/net/wireless/realtek/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.4.14/drivers/staging/most/hdm-dim2/ |
D | dim2_hal.c | 208 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/ |
D | ibss.c | 788 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()
|
D | util.c | 2875 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/ |
D | main.c | 1295 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/ |
D | wifi.h | 2110 enum nl80211_channel_type ch_type);
|