Lines Matching refs:temargs
402 struct vis_devinit temargs; in tem_info_init() local
439 temargs.modechg_cb = (vis_modechg_cb_t)tems_modechange_callback; in tem_info_init()
440 temargs.modechg_arg = NULL; in tem_info_init()
446 (intptr_t)&temargs, FWRITE|FKIOCTL, credp, &lyr_rval) != 0) { in tem_info_init()
454 if (temargs.version != VIS_CONS_REV) { in tem_info_init()
457 "of console fb driver not supported", temargs.version); in tem_info_init()
463 if ((tems.ts_fb_polledio = temargs.polledio) == NULL) { in tem_info_init()
472 if (!((temargs.depth == 4) || (temargs.depth == 8) || in tem_info_init()
473 (temargs.depth == 15) || (temargs.depth == 16) || in tem_info_init()
474 (temargs.depth == 24) || (temargs.depth == 32))) { in tem_info_init()
481 if ((temargs.mode != VIS_TEXT) && (temargs.mode != VIS_PIXEL)) { in tem_info_init()
488 if ((temargs.mode == VIS_PIXEL) && plat_stdout_is_framebuffer()) in tem_info_init()
494 tems_setup_terminal(&temargs, height, width); in tem_info_init()