Home | History | Annotate | Download | only in dev

Lines Matching defs:dspconf

426 	struct hpcfb_dspconf *dspconf;
567 dspconf = (struct hpcfb_dspconf *)data;
568 if ((dspconf->hd_unit_index != 0 &&
569 dspconf->hd_unit_index != HPCFB_CURRENT_UNIT) ||
570 (dspconf->hd_conf_index != 0 &&
571 dspconf->hd_conf_index != HPCFB_CURRENT_CONFIG)) {
574 *dspconf = sc->sc_dspconf; /* structure assignment */
578 dspconf = (struct hpcfb_dspconf *)data;
579 if ((dspconf->hd_unit_index != 0 &&
580 dspconf->hd_unit_index != HPCFB_CURRENT_UNIT) ||
581 (dspconf->hd_conf_index != 0 &&
582 dspconf->hd_conf_index != HPCFB_CURRENT_CONFIG)) {