Searched refs:cs_count (Results 1 – 10 of 10) sorted by relevance
/external/mesa3d/src/gallium/drivers/r300/ |
D | r300_cs.h | 44 int cs_count = 0; (void) cs_count; (void) cs_winsys; 50 cs_count = size; \ 54 if (cs_count != 0) \ 56 cs_count, __FUNCTION__, __FILE__, __LINE__); \ 57 cs_count = 0; \ 60 #define CS_USED_DW(x) cs_count -= (x) 122 assert(cs_count == 0); \
|
D | r300_cb.h | 71 int cs_count = 0; \ 73 (void) cs_count; (void) cs_ptr 77 cs_count = (size); \ 84 cs_count = (size); \ 89 if (cs_count != 0) \ 91 cs_count, __FUNCTION__, __FILE__, __LINE__); \ 94 #define CB_USED_DW(x) cs_count -= x
|
/external/wpa_supplicant_8/src/ap/ |
D | hostapd.h | 226 u8 cs_count; member
|
D | ctrl_iface_ap.c | 533 settings->cs_count = strtol(pos, &end, 10); in hostapd_parse_csa_settings()
|
D | beacon.c | 312 *eid++ = hapd->cs_count; in hostapd_eid_csa() 328 *eid++ = hapd->cs_count; in hostapd_eid_ecsa()
|
D | dfs.c | 888 csa_settings.cs_count = 5; in hostapd_dfs_start_channel_switch()
|
D | hostapd.c | 2978 hapd->cs_count = settings->cs_count; in hostapd_fill_csa_settings() 2999 hapd->cs_count = 0; in hostapd_cleanup_cs_params()
|
/external/wpa_supplicant_8/src/drivers/ |
D | driver.h | 1625 u8 cs_count; member
|
D | driver_nl80211.c | 7871 settings->cs_count, settings->block_tx, in nl80211_switch_channel() 7925 settings->cs_count)) in nl80211_switch_channel() 7932 settings->cs_count))) in nl80211_switch_channel() 7938 settings->cs_count) || in nl80211_switch_channel()
|
/external/wpa_supplicant_8/wpa_supplicant/ |
D | p2p_supplicant.c | 8861 csa_settings.cs_count = P2P_GO_CSA_COUNT; in wpas_p2p_move_go_csa()
|