Searched defs:cx24120_state (Results 1 – 1 of 1) sorted by relevance
138 struct cx24120_state { struct139 struct i2c_adapter *i2c;140 const struct cx24120_config *config;141 struct dvb_frontend frontend;143 u8 cold_init;144 u8 mpeg_enabled;145 u8 need_clock_set;170 static int cx24120_readreg(struct cx24120_state *state, u8 reg) in cx24120_readreg() argument