Lines Matching defs:config
96 struct dvo_config *config;
115 struct dvo_config *config = dvo->config;
132 if (config->awg_fwgen_fct(&fw_gen_params, &timing)) {
220 if (dvo->config->awg_fwgen_fct)
237 struct dvo_config *config = dvo->config;
249 if (config->awg_fwgen_fct) {
268 writel(config->lowbyte, dvo->regs + DVO_LUT_PROG_LOW);
269 writel(config->midbyte, dvo->regs + DVO_LUT_PROG_MID);
270 writel(config->highbyte, dvo->regs + DVO_LUT_PROG_HIGH);
272 /* Digital output formatter config */
273 val = (config->flags | DVO_DOF_EN);
319 dvo->config = &rgb_24bit_de_cfg;