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