Home
last modified time | relevance | path

Searched refs:polledio (Results 1 – 15 of 15) sorted by relevance

/illumos-gate/usr/src/uts/common/io/kb8042/
H A Dkb8042.c744 kb8042->polledio.cons_polledio_version = CONSPOLLEDIO_V1; in kb8042_open()
745 kb8042->polledio.cons_polledio_argument = in kb8042_open()
747 kb8042->polledio.cons_polledio_putchar = NULL; in kb8042_open()
748 kb8042->polledio.cons_polledio_getchar = in kb8042_open()
750 kb8042->polledio.cons_polledio_ischar = in kb8042_open()
752 kb8042->polledio.cons_polledio_enter = NULL; in kb8042_open()
753 kb8042->polledio.cons_polledio_exit = NULL; in kb8042_open()
754 kb8042->polledio.cons_polledio_setled = in kb8042_open()
756 kb8042->polledio.cons_polledio_keycheck = in kb8042_open()
930 &kb8042->polledio;
H A Dkb8042.h97 struct cons_polledio polledio; member
/illumos-gate/usr/src/uts/common/xen/io/
H A Dxencons.c333 xcp->polledio.cons_polledio_version = CONSPOLLEDIO_V0; in xenconsattach()
334 xcp->polledio.cons_polledio_argument = (cons_polledio_arg_t)xcp; in xenconsattach()
335 xcp->polledio.cons_polledio_putchar = xenconsputchar; in xenconsattach()
336 xcp->polledio.cons_polledio_getchar = xenconsgetchar; in xenconsattach()
337 xcp->polledio.cons_polledio_ischar = xenconsischar; in xenconsattach()
338 xcp->polledio.cons_polledio_enter = NULL; in xenconsattach()
339 xcp->polledio.cons_polledio_exit = NULL; in xenconsattach()
1011 (cons_polledio_arg_t)&xcp->polledio; in xcasync_ioctl()
H A Dxencons.h123 struct cons_polledio polledio; /* polled I/O functions */ member
/illumos-gate/usr/src/uts/i86pc/io/gfx_private/
H A Dgfxp_bitmap.c134 softc->polledio.display = bitmap_polled_display; in gfxp_bm_attach()
135 softc->polledio.copy = bitmap_polled_copy; in gfxp_bm_attach()
136 softc->polledio.cursor = bitmap_polled_cursor; in gfxp_bm_attach()
290 data->polledio = &softc->polledio; in bitmap_devinit()
H A Dgfxp_fb.h96 struct vis_polledio polledio; member
H A Dgfxp_vgatext.c144 softc->polledio.display = vgatext_polled_display; in gfxp_vga_attach()
145 softc->polledio.copy = vgatext_polled_copy; in gfxp_vga_attach()
146 softc->polledio.cursor = vgatext_polled_cursor; in gfxp_vga_attach()
485 data->polledio = &softc->polledio; in vgatext_devinit()
H A Dgfxp_fb.c216 softc->polledio.arg = (struct vis_polledio_arg *)softc; in gfxp_fb_attach()
/illumos-gate/usr/src/uts/common/sys/
H A Dvisual_io.h313 struct vis_polledio *polledio; /* Polled output routines */ member
H A Dasy.h415 struct cons_polledio polledio; /* polled I/O functions */ member
/illumos-gate/usr/src/uts/sun4/io/
H A Dsu_driver.c831 asy->polledio.cons_polledio_version = CONSPOLLEDIO_V0; in asyattach()
832 asy->polledio.cons_polledio_argument = (cons_polledio_arg_t)asy; in asyattach()
833 asy->polledio.cons_polledio_putchar = asyputchar; in asyattach()
834 asy->polledio.cons_polledio_getchar = asygetchar; in asyattach()
835 asy->polledio.cons_polledio_ischar = asyischar; in asyattach()
836 asy->polledio.cons_polledio_enter = asy_polled_enter; in asyattach()
837 asy->polledio.cons_polledio_exit = asy_polled_exit; in asyattach()
3223 &asy->polledio; in async_ioctl()
/illumos-gate/usr/src/uts/sun4/sys/
H A Dsudev.h271 cons_polledio_t polledio; /* polled IO functios */ member
/illumos-gate/usr/src/uts/common/io/
H A Dconskbd.c1912 cons_polledio_t *polledio; in conskbd_mux_upstream_msg() local
1918 polledio = *(struct cons_polledio **) in conskbd_mux_upstream_msg()
1920 if (polledio->cons_polledio_version == in conskbd_mux_upstream_msg()
1922 lqs->lqs_polledio = polledio; in conskbd_mux_upstream_msg()
H A Dasy.c1675 asy->polledio.cons_polledio_version = CONSPOLLEDIO_V0; in asyattach()
1676 asy->polledio.cons_polledio_argument = (cons_polledio_arg_t)asy; in asyattach()
1677 asy->polledio.cons_polledio_putchar = asyputchar; in asyattach()
1678 asy->polledio.cons_polledio_getchar = asygetchar; in asyattach()
1679 asy->polledio.cons_polledio_ischar = asyischar; in asyattach()
1680 asy->polledio.cons_polledio_enter = NULL; in asyattach()
1681 asy->polledio.cons_polledio_exit = NULL; in asyattach()
4334 &asy->polledio; in async_ioctl()
H A Dtem.c484 if ((tems.ts_fb_polledio = temargs.polledio) == NULL) { in tem_info_init()