Home | History | Annotate | Download | only in dev

Lines Matching defs:dspconf

472 	struct hpcfb_dspconf *dspconf;
674 dspconf = (struct hpcfb_dspconf *)data;
675 if ((dspconf->hd_unit_index != 0 &&
676 dspconf->hd_unit_index != HPCFB_CURRENT_UNIT) ||
677 (dspconf->hd_conf_index != 0 &&
678 dspconf->hd_conf_index != HPCFB_CURRENT_CONFIG)) {
681 *dspconf = sc->sc_dspconf; /* structure assignment */
684 dspconf = (struct hpcfb_dspconf *)data;
685 if ((dspconf->hd_unit_index != 0 &&
686 dspconf->hd_unit_index != HPCFB_CURRENT_UNIT) ||
687 (dspconf->hd_conf_index != 0 &&
688 dspconf->hd_conf_index != HPCFB_CURRENT_CONFIG)) {