Home | History | Annotate | Download | only in dev

Lines Matching refs:haa

104 	struct hpcfb_attach_args haa;
136 haa.ha_console = 1; /* Always console */
137 haa.ha_accessops = &epsonlcd_ha;
138 haa.ha_accessctx = sc;
139 haa.ha_curfbconf = 0;
140 haa.ha_nfbconf = 1;
141 haa.ha_fbconflist = &sc->sc_fb;
142 haa.ha_curdspconf = 0;
143 haa.ha_ndspconf = 1;
144 haa.ha_dspconflist = &sc->sc_dsp;
146 config_found(self, &haa, hpcfbprint, CFARGS_NONE);