Home | History | Annotate | Download | only in dev

Lines Matching defs:dspconf

307 	struct hpcfb_dspconf *dspconf;
377 dspconf = (struct hpcfb_dspconf *)data;
378 if ((dspconf->hd_unit_index != 0 &&
379 dspconf->hd_unit_index != HPCFB_CURRENT_UNIT) ||
380 (dspconf->hd_conf_index != 0 &&
381 dspconf->hd_conf_index != HPCFB_CURRENT_CONFIG)) {
385 dspconf->hd_unit_index = 0;
386 dspconf->hd_nunits = 1;
387 dspconf->hd_class = HPCFB_DSP_CLASS_COLORLCD;
388 strlcpy(dspconf->hd_name, "PXA2x0 Internal LCD controller",
389 sizeof(dspconf->hd_name));
390 dspconf->hd_op_flags = 0;
391 dspconf->hd_conf_index = 0;
392 dspconf->hd_nconfs = 1;
393 strlcpy(dspconf->hd_conf_name, "LCD",
394 sizeof(dspconf->hd_conf_name));
395 dspconf->hd_width = sc->geometry->panel_width;
396 dspconf->hd_height = sc->geometry->panel_height;
397 dspconf->hd_xdpi = HPCFB_DSP_DPI_UNKNOWN;
398 dspconf->hd_ydpi = HPCFB_DSP_DPI_UNKNOWN;
404 dspconf = (struct hpcfb_dspconf *)data;
405 if ((dspconf->hd_unit_index != 0 &&
406 dspconf->hd_unit_index != HPCFB_CURRENT_UNIT) ||
407 (dspconf->hd_conf_index != 0 &&
408 dspconf->hd_conf_index != HPCFB_CURRENT_CONFIG)) {