Searched defs:drxk_state (Results 1 – 1 of 1) sorted by relevance
211 struct drxk_state { struct212 struct dvb_frontend frontend;213 struct dtv_frontend_properties props;214 struct device *dev;216 struct i2c_adapter *i2c;217 u8 demod_address;218 void *priv;220 struct mutex mutex;245 enum e_drxk_state m_drxk_state; /* State of Drxk (init,stopped,started) */ argument246 enum operation_mode m_operation_mode; /* digital standards */[all …]