Lines Matching defs:state
58 struct state { struct
60 u8 buf[BUF_LEN];
61 u8 seq; /* packet sequence number */
62 u8 prechip_version;
63 u8 chip_version;
64 u16 chip_type;
65 u8 eeprom[256];
66 bool no_eeprom;
67 u8 ir_mode;
68 u8 ir_type;
69 u8 dual_mode:1;
70 u8 no_read:1;
71 u8 af9033_i2c_addr[2];
72 struct af9033_config af9033_config[2];
73 struct af9033_ops ops;
75 struct i2c_client *i2c_client[AF9035_I2C_CLIENT_MAX];
76 struct i2c_adapter *i2c_adapter_demod;
77 struct platform_device *platform_device_tuner[2];