Searched defs:tda998x_priv (Results 1 – 1 of 1) sorted by relevance
52 struct tda998x_priv { struct53 struct i2c_client *cec;54 struct i2c_client *hdmi;55 struct mutex mutex;56 u16 rev;57 u8 cec_addr;58 u8 current_page;59 bool is_on;60 bool supports_infoframes;61 bool sink_has_audio;[all …]