Searched defs:tda998x_priv (Results 1 – 1 of 1) sorted by relevance
43 struct tda998x_priv { struct44 struct i2c_client *cec;45 struct i2c_client *hdmi;46 struct mutex mutex;47 u16 rev;48 u8 cec_addr;49 u8 current_page;50 bool is_on;51 bool supports_infoframes;52 bool sink_has_audio;[all …]