Home
last modified time | relevance | path

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

/drivers/media/common/b2c2/
Dflexcop-fe-tuner.c667 fc->init_state |= FC_STATE_FE_INIT; in flexcop_frontend_init()
673 if (fc->init_state & FC_STATE_FE_INIT) { in flexcop_frontend_exit()
677 fc->init_state &= ~FC_STATE_FE_INIT; in flexcop_frontend_exit()
Dflexcop-common.h66 #define FC_STATE_FE_INIT 0x04 macro