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