Home
last modified time | relevance | path

Searched refs:ch_cnt (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/staging/r8188eu/core/
A Drtw_p2p.c10 static int rtw_p2p_is_channel_list_ok(u8 desired_ch, u8 *ch_list, u8 ch_cnt) in rtw_p2p_is_channel_list_ok() argument
14 for (i = 0; i < ch_cnt; i++) { in rtw_p2p_is_channel_list_ok()
1016 static u8 rtw_p2p_get_peer_ch_list(struct wifidirect_info *pwdinfo, u8 *ch_content, u8 ch_cnt, u8 *… in rtw_p2p_get_peer_ch_list() argument
1022 ch_cnt -= 3; in rtw_p2p_get_peer_ch_list()
1024 while (ch_cnt > 0) { in rtw_p2p_get_peer_ch_list()
1026 ch_cnt -= 1; in rtw_p2p_get_peer_ch_list()
1031 ch_cnt -= (temp + 1); in rtw_p2p_get_peer_ch_list()
1113 uint ch_cnt = 0; in process_p2p_group_negotation_req() local
1155 if (rtw_get_p2p_attr_content(p2p_ie, p2p_ielen, P2P_ATTR_CH_LIST, ch_content, &ch_cnt)) { in process_p2p_group_negotation_req()
1156 peer_ch_num = rtw_p2p_get_peer_ch_list(pwdinfo, ch_content, ch_cnt, peer_ch_list); in process_p2p_group_negotation_req()
/linux/net/mac80211/
A Dtdls.c75 u8 subband_cnt = 0, ch_cnt = 0; in ieee80211_tdls_add_subband() local
82 if (!ch_cnt) in ieee80211_tdls_add_subband()
92 ch_cnt++; in ieee80211_tdls_add_subband()
105 if (ch_cnt) { in ieee80211_tdls_add_subband()
108 *pos++ = ch_cnt; in ieee80211_tdls_add_subband()
111 ch_cnt = 0; in ieee80211_tdls_add_subband()
116 if (ch_cnt) { in ieee80211_tdls_add_subband()
119 *pos++ = ch_cnt; in ieee80211_tdls_add_subband()
/linux/drivers/net/wireless/microchip/wilc1000/
A Dhif.h103 u32 ch_cnt; member
A Dhif.c182 hif_drv->usr_scan_req.ch_cnt = 0; in wilc_scan()
/linux/drivers/dma/dw-edma/
A Ddw-edma-core.c837 u32 ch_cnt; in dw_edma_irq_request() local
840 ch_cnt = dw->wr_ch_cnt + dw->rd_ch_cnt; in dw_edma_irq_request()
861 while (tmp && (*wr_alloc + *rd_alloc) < ch_cnt) { in dw_edma_irq_request()

Completed in 23 milliseconds