Lines Matching defs:state
57 struct state { struct
59 u8 buf[BUF_LEN];
60 u8 seq; /* packet sequence number */
61 u8 prechip_version;
62 u8 chip_version;
63 u16 chip_type;
64 u8 dual_mode:1;
65 u16 eeprom_addr;
66 u8 af9033_i2c_addr[2];
67 struct af9033_config af9033_config[2];
68 struct af9033_ops ops;
70 struct i2c_client *i2c_client[AF9035_I2C_CLIENT_MAX];
71 struct i2c_adapter *i2c_adapter_demod;