Searched defs:drxk_state (Results 1 – 1 of 1) sorted by relevance
197 struct drxk_state { struct198 struct dvb_frontend frontend;199 struct dtv_frontend_properties props;200 struct device *dev;202 struct i2c_adapter *i2c;203 u8 demod_address;204 void *priv;206 struct mutex mutex;208 u32 m_Instance; /**< Channel 1,2,3 or 4 */210 int m_ChunkSize;[all …]