Lines Matching defs:hfa
204 struct hpcfb_attach_args hfa;
262 hfa.ha_console = hd64461video_chip.console;
263 hfa.ha_accessops = &hd64461video_ha;
264 hfa.ha_accessctx = sc;
265 hfa.ha_curfbconf = 0;
266 hfa.ha_nfbconf = 1;
267 hfa.ha_fbconflist = &hd64461video_chip.hf;
268 hfa.ha_curdspconf = 0;
269 hfa.ha_ndspconf = 1;
270 hfa.ha_dspconflist = &hd64461video_chip.hd;
272 config_found(self, &hfa, hpcfbprint, CFARGS_NONE);