Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/media/dvb-frontends/
Dcx24120.c138 struct cx24120_state { struct
139 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