Searched refs:ch7xxx (Results 1 – 1 of 1) sorted by relevance
149 struct ch7xxx_priv *ch7xxx = dvo->dev_priv; in ch7xxx_readb() local177 if (!ch7xxx->quiet) { in ch7xxx_readb()187 struct ch7xxx_priv *ch7xxx = dvo->dev_priv; in ch7xxx_writeb() local203 if (!ch7xxx->quiet) { in ch7xxx_writeb()215 struct ch7xxx_priv *ch7xxx; in ch7xxx_init() local219 ch7xxx = kzalloc(sizeof(*ch7xxx), GFP_KERNEL); in ch7xxx_init()220 if (ch7xxx == NULL) in ch7xxx_init()224 dvo->dev_priv = ch7xxx; in ch7xxx_init()225 ch7xxx->quiet = true; in ch7xxx_init()248 ch7xxx->quiet = false; in ch7xxx_init()[all …]