Lines Matching defs:dspconf
394 struct hpcfb_dspconf *dspconf;
588 dspconf = (struct hpcfb_dspconf *)data;
589 if ((dspconf->hd_unit_index != 0 &&
590 dspconf->hd_unit_index != HPCFB_CURRENT_UNIT) ||
591 (dspconf->hd_conf_index != 0 &&
592 dspconf->hd_conf_index != HPCFB_CURRENT_CONFIG)) {
595 *dspconf = sc->sc_dspconf; /* structure assignment */
598 dspconf = (struct hpcfb_dspconf *)data;
599 if ((dspconf->hd_unit_index != 0 &&
600 dspconf->hd_unit_index != HPCFB_CURRENT_UNIT) ||
601 (dspconf->hd_conf_index != 0 &&
602 dspconf->hd_conf_index != HPCFB_CURRENT_CONFIG)) {