Lines Matching defs:conf
357 * @conf: the specific panel configuration, as the NT35510
362 const struct nt35510_config *conf;
471 nt->conf->avdd);
476 nt->conf->bt1ctr);
481 nt->conf->avee);
486 nt->conf->bt2ctr);
491 nt->conf->vgh);
496 nt->conf->bt4ctr);
506 nt->conf->vgl);
511 nt->conf->bt5ctr);
516 nt->conf->vgp);
521 nt->conf->vgn);
538 const struct nt35510_config *conf = nt->conf;
584 conf->sdeqctr);
589 &conf->sdvpctr, 1);
609 dpfrctr[0] = (conf->t1 >> 8) & 0xFF;
610 dpfrctr[1] = conf->t1 & 0xFF;
612 dpfrctr[2] = conf->vbp;
614 dpfrctr[3] = conf->vfp;
615 dpfrctr[4] = conf->psel;
642 conf->dpmctr12);
724 nt->conf->gamma_corr_pos_r);
729 nt->conf->gamma_corr_pos_g);
734 nt->conf->gamma_corr_pos_b);
739 nt->conf->gamma_corr_neg_r);
744 nt->conf->gamma_corr_neg_g);
749 nt->conf->gamma_corr_neg_b);
849 info->width_mm = nt->conf->width_mm;
850 info->height_mm = nt->conf->height_mm;
851 mode = drm_mode_duplicate(connector->dev, &nt->conf->mode);
859 mode->width_mm = nt->conf->width_mm;
860 mode->height_mm = nt->conf->height_mm;
905 nt->conf = of_device_get_match_data(dev);
906 if (!nt->conf) {