Lines Matching defs:dspconf
272 struct hpcfb_dspconf *dspconf;
340 dspconf = (struct hpcfb_dspconf *)data;
341 if ((dspconf->hd_unit_index != 0 &&
342 dspconf->hd_unit_index != HPCFB_CURRENT_UNIT) ||
343 (dspconf->hd_conf_index != 0 &&
344 dspconf->hd_conf_index != HPCFB_CURRENT_CONFIG)) {
347 *dspconf = sc->sc_dspconf; /* structure assignment */
350 dspconf = (struct hpcfb_dspconf *)data;
351 if ((dspconf->hd_unit_index != 0 &&
352 dspconf->hd_unit_index != HPCFB_CURRENT_UNIT) ||
353 (dspconf->hd_conf_index != 0 &&
354 dspconf->hd_conf_index != HPCFB_CURRENT_CONFIG)) {