Home
last modified time | relevance | path

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

/openbmc/linux/drivers/media/common/b2c2/
H A Dflexcop-fe-tuner.c710 fc->init_state |= FC_STATE_FE_INIT; in flexcop_frontend_init()
716 if (fc->init_state & FC_STATE_FE_INIT) { in flexcop_frontend_exit()
720 fc->init_state &= ~FC_STATE_FE_INIT; in flexcop_frontend_exit()
H A Dflexcop-common.h66 #define FC_STATE_FE_INIT 0x04 macro