Searched defs:drxk_state (Results 1 – 1 of 1) sorted by relevance
210 struct drxk_state { struct211 struct dvb_frontend frontend;212 struct dtv_frontend_properties props;213 struct device *dev;215 struct i2c_adapter *i2c;216 u8 demod_address;217 void *priv;219 struct mutex mutex;244 enum e_drxk_state m_drxk_state; /* State of Drxk (init,stopped,started) */ argument245 enum operation_mode m_operation_mode; /* digital standards */[all …]