Home
last modified time | relevance | path

Searched defs:tda998x_priv (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/gpu/drm/i2c/
Dtda998x_drv.c51 struct tda998x_priv { struct
52 struct i2c_client *cec;
53 struct i2c_client *hdmi;
54 struct mutex mutex;
55 u16 rev;
56 u8 cec_addr;
57 u8 current_page;
58 bool is_on;
59 bool supports_infoframes;
60 bool sink_has_audio;
[all …]
/kernel/linux/linux-6.6/drivers/gpu/drm/i2c/
Dtda998x_drv.c52 struct tda998x_priv { struct
53 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 …]