Searched refs:cestate (Results 1 – 2 of 2) sorted by relevance
349 void ce_enable_polling(void *cestate);350 void ce_disable_polling(void *cestate);
2506 void ce_enable_polling(void *cestate) in ce_enable_polling() argument2508 struct CE_state *CE_state = (struct CE_state *)cestate; in ce_enable_polling()2514 void ce_disable_polling(void *cestate) in ce_disable_polling() argument2516 struct CE_state *CE_state = (struct CE_state *)cestate; in ce_disable_polling()