Searched refs:TAVOR_IS_OPERATIONAL (Results 1 – 2 of 2) sorted by relevance
391 if (!TAVOR_IS_OPERATIONAL(state->ts_operational_mode)) { in tavor_open()419 if (TAVOR_IS_OPERATIONAL(state->ts_operational_mode)) { in tavor_open()447 if (TAVOR_IS_OPERATIONAL(state->ts_operational_mode)) { in tavor_open()561 if (TAVOR_IS_OPERATIONAL(state->ts_operational_mode)) { in tavor_close()629 (TAVOR_IS_OPERATIONAL(state->ts_operational_mode))) { in tavor_attach()653 if (TAVOR_IS_OPERATIONAL(state->ts_operational_mode)) { in tavor_attach()704 if (!(TAVOR_IS_OPERATIONAL(state->ts_operational_mode))) { in tavor_attach()763 if (TAVOR_IS_OPERATIONAL(state->ts_operational_mode)) { in tavor_detach()824 if (TAVOR_IS_OPERATIONAL(state->ts_operational_mode)) { in tavor_detach()3490 if (!TAVOR_IS_OPERATIONAL(state->ts_operational_mode)) { in tavor_quiesce()
256 #define TAVOR_IS_OPERATIONAL(mode) \ macro