Lines Matching defs:cx24113_state
31 struct cx24113_state { struct
32 struct i2c_adapter *i2c;
33 const struct cx24113_config *config;
36 u8 rev;
37 u8 ver;
39 u8 icp_mode:1;
45 u8 icp_man:2;
46 u8 icp_auto_low:2;
47 u8 icp_auto_mlow:2;
48 u8 icp_auto_mhi:2;
49 u8 icp_auto_hi:2;
50 u8 icp_dig;
55 u8 lna_gain:2;
57 u8 acp_on:1;
59 u8 vco_mode:2;
60 u8 vco_shift:1;
90 static int cx24113_writereg(struct cx24113_state *state, int reg, int data) in cx24113_writereg() argument