Home
last modified time | relevance | path

Searched refs:cs_count (Results 1 – 10 of 10) sorted by relevance

/external/mesa3d/src/gallium/drivers/r300/
Dr300_cs.h44 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); \
Dr300_cb.h71 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/
Dhostapd.h226 u8 cs_count; member
Dctrl_iface_ap.c533 settings->cs_count = strtol(pos, &end, 10); in hostapd_parse_csa_settings()
Dbeacon.c312 *eid++ = hapd->cs_count; in hostapd_eid_csa()
328 *eid++ = hapd->cs_count; in hostapd_eid_ecsa()
Ddfs.c888 csa_settings.cs_count = 5; in hostapd_dfs_start_channel_switch()
Dhostapd.c2978 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/
Ddriver.h1625 u8 cs_count; member
Ddriver_nl80211.c7871 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/
Dp2p_supplicant.c8861 csa_settings.cs_count = P2P_GO_CSA_COUNT; in wpas_p2p_move_go_csa()