Searched defs:au8522_state (Results 1 – 1 of 1) sorted by relevance
42 struct au8522_state { struct43 struct i2c_client *c;44 struct i2c_adapter *i2c;46 u8 operational_mode;49 struct tuner_i2c_props i2c_props;50 struct list_head hybrid_tuner_instance_list;75 int au8522_writereg(struct au8522_state *state, u16 reg, u8 data); argument