Lines Matching defs:dspconf
636 struct hpcfb_dspconf *dspconf;
853 dspconf = (struct hpcfb_dspconf *)data;
854 if ((dspconf->hd_unit_index != 0 &&
855 dspconf->hd_unit_index != HPCFB_CURRENT_UNIT) ||
856 (dspconf->hd_conf_index != 0 &&
857 dspconf->hd_conf_index != HPCFB_CURRENT_CONFIG)) {
860 *dspconf = sc->sc_dspconf; /* structure assignment */
863 dspconf = (struct hpcfb_dspconf *)data;
864 if ((dspconf->hd_unit_index != 0 &&
865 dspconf->hd_unit_index != HPCFB_CURRENT_UNIT) ||
866 (dspconf->hd_conf_index != 0 &&
867 dspconf->hd_conf_index != HPCFB_CURRENT_CONFIG)) {