Lines Matching defs:ha
101 struct hpcfb_attach_args ha;
116 ha.ha_console = console_flag;
117 ha.ha_accessops = &ipaqlcd_ha;
118 ha.ha_accessctx = sc;
119 ha.ha_curfbconf = 0;
120 ha.ha_nfbconf = 1;
121 ha.ha_fbconflist = &sc->sc_fbconf;
122 ha.ha_curdspconf = 0;
123 ha.ha_ndspconf = 1;
124 ha.ha_dspconflist = &sc->sc_dspconf;
126 config_found(sc->sc_dev, &ha, hpcfbprint, CFARGS_NONE);