Searched defs:cx24120_state (Results 1 – 1 of 1) sorted by relevance
130 struct cx24120_state { struct131 struct i2c_adapter *i2c;132 const struct cx24120_config *config;133 struct dvb_frontend frontend;135 u8 cold_init;136 u8 mpeg_enabled;137 u8 need_clock_set;162 static int cx24120_readreg(struct cx24120_state *state, u8 reg) in cx24120_readreg() argument