Home
last modified time | relevance | path

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

/openbmc/linux/drivers/media/common/b2c2/
H A Dflexcop.c118 fc->init_state |= FC_STATE_DVB_INIT; in flexcop_dvb_init()
138 if (fc->init_state & FC_STATE_DVB_INIT) { in flexcop_dvb_exit()
151 fc->init_state &= ~FC_STATE_DVB_INIT; in flexcop_dvb_exit()
H A Dflexcop-common.h64 #define FC_STATE_DVB_INIT 0x01 macro