Lines Matching refs:ch7xxx
143 struct ch7xxx_priv *ch7xxx= dvo->dev_priv;
171 if (!ch7xxx->quiet) {
181 struct ch7xxx_priv *ch7xxx = dvo->dev_priv;
197 if (!ch7xxx->quiet) {
209 struct ch7xxx_priv *ch7xxx;
213 ch7xxx = kzalloc(sizeof(struct ch7xxx_priv), GFP_KERNEL);
214 if (ch7xxx == NULL)
218 dvo->dev_priv = ch7xxx;
219 ch7xxx->quiet = true;
226 DRM_DEBUG_KMS("ch7xxx not detected; got 0x%02x from %s "
238 DRM_DEBUG_KMS("ch7xxx not detected; got 0x%02x from %s "
244 ch7xxx->quiet = false;
249 kfree(ch7xxx, sizeof (struct ch7xxx_priv));
359 struct ch7xxx_priv *ch7xxx = dvo->dev_priv;
361 if (ch7xxx) {
362 kfree(ch7xxx, sizeof (struct ch7xxx_priv));