Home | History | Annotate | Download | only in dev

Lines Matching defs:ha

124 	struct hpcfb_attach_args ha;
171 ha.ha_console = console;
172 ha.ha_accessops = &sed1356_ha;
173 ha.ha_accessctx = sc;
174 ha.ha_curfbconf = 0;
175 ha.ha_nfbconf = 1;
176 ha.ha_fbconflist = &sc->sc_fbconf;
177 ha.ha_curdspconf = 0;
178 ha.ha_ndspconf = 1;
179 ha.ha_dspconflist = &sc->sc_dspconf;
188 config_found(self, &ha, hpcfbprint, CFARGS_NONE);