Lines Matching defs:dspconf
445 struct hpcfb_dspconf *dspconf;
597 dspconf = (struct hpcfb_dspconf *)data;
598 if ((dspconf->hd_unit_index != 0 &&
599 dspconf->hd_unit_index != HPCFB_CURRENT_UNIT) ||
600 (dspconf->hd_conf_index != 0 &&
601 dspconf->hd_conf_index != HPCFB_CURRENT_CONFIG)) {
604 *dspconf = sc->sc_vc->hd; /* structure assignment */
608 dspconf = (struct hpcfb_dspconf *)data;
609 if ((dspconf->hd_unit_index != 0 &&
610 dspconf->hd_unit_index != HPCFB_CURRENT_UNIT) ||
611 (dspconf->hd_conf_index != 0 &&
612 dspconf->hd_conf_index != HPCFB_CURRENT_CONFIG)) {