Searched refs:ch7xxx (Results 1 – 1 of 1) sorted by relevance
138 struct ch7xxx_priv *ch7xxx = dvo->dev_priv; in ch7xxx_readb() local166 if (!ch7xxx->quiet) { in ch7xxx_readb()176 struct ch7xxx_priv *ch7xxx = dvo->dev_priv; in ch7xxx_writeb() local192 if (!ch7xxx->quiet) { in ch7xxx_writeb()204 struct ch7xxx_priv *ch7xxx; in ch7xxx_init() local208 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 …]