Home
last modified time | relevance | path

Searched refs:cestate (Results 1 – 2 of 2) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/hif/src/ce/
H A Dce_main.h349 void ce_enable_polling(void *cestate);
350 void ce_disable_polling(void *cestate);
H A Dce_main.c2506 void ce_enable_polling(void *cestate) in ce_enable_polling() argument
2508 struct CE_state *CE_state = (struct CE_state *)cestate; in ce_enable_polling()
2514 void ce_disable_polling(void *cestate) in ce_disable_polling() argument
2516 struct CE_state *CE_state = (struct CE_state *)cestate; in ce_disable_polling()