Lines Matching defs:state
45 struct state { struct
47 u8 buf[BUF_LEN];
48 u8 seq; /* packet sequence number */
49 u8 prechip_version;
50 u8 chip_version;
51 u16 chip_type;
52 u8 eeprom[256];
53 bool no_eeprom;
54 u8 ir_mode;
55 u8 ir_type;
56 u8 dual_mode:1;
57 u8 no_read:1;
58 u8 af9033_i2c_addr[2];
59 u8 it930x_addresses;
60 struct af9033_config af9033_config[2];
61 struct af9033_ops ops;
63 struct i2c_client *i2c_client[AF9035_I2C_CLIENT_MAX];
64 struct i2c_adapter *i2c_adapter_demod;
65 struct platform_device *platform_device_tuner[2];