Home
last modified time | relevance | path

Searched refs:ch7xxx (Results 1 – 1 of 1) sorted by relevance

/Linux-v5.10/drivers/gpu/drm/i915/display/
Ddvo_ch7xxx.c138 struct ch7xxx_priv *ch7xxx = dvo->dev_priv; in ch7xxx_readb() local
166 if (!ch7xxx->quiet) { in ch7xxx_readb()
176 struct ch7xxx_priv *ch7xxx = dvo->dev_priv; in ch7xxx_writeb() local
192 if (!ch7xxx->quiet) { in ch7xxx_writeb()
204 struct ch7xxx_priv *ch7xxx; in ch7xxx_init() local
208 ch7xxx = kzalloc(sizeof(struct ch7xxx_priv), GFP_KERNEL); in ch7xxx_init()
209 if (ch7xxx == NULL) in ch7xxx_init()
213 dvo->dev_priv = ch7xxx; in ch7xxx_init()
214 ch7xxx->quiet = true; in ch7xxx_init()
237 ch7xxx->quiet = false; in ch7xxx_init()
[all …]