Home
last modified time | relevance | path

Searched defs:cx24120_state (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/media/dvb-frontends/
H A Dcx24120.c130 struct cx24120_state { struct
131 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