Lines Matching defs:cx24113_state
45 struct cx24113_state { struct
46 struct i2c_adapter *i2c;
47 const struct cx24113_config *config;
50 u8 rev;
51 u8 ver;
53 u8 icp_mode:1;
59 u8 icp_man:2;
60 u8 icp_auto_low:2;
61 u8 icp_auto_mlow:2;
62 u8 icp_auto_mhi:2;
63 u8 icp_auto_hi:2;
64 u8 icp_dig;
69 u8 lna_gain:2;
71 u8 acp_on:1;
73 u8 vco_mode:2;
74 u8 vco_shift:1;
104 static int cx24113_writereg(struct cx24113_state *state, int reg, int data) in cx24113_writereg() argument