Home
last modified time | relevance | path

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

/netbsd/sys/dev/hpc/
H A Dhpcfb.c125 struct callout dc_scroll_ch; member
500 callout_init(&dc->dc_scroll_ch, 0); in hpcfb_init()
706 callout_stop(&dc->dc_scroll_ch); in hpcfb_refresh_screen()
1379 callout_stop(&dc->dc_scroll_ch); in hpcfb_check_update()
1432 callout_reset(&dc->dc_scroll_ch, hz/100, &hpcfb_do_scroll, dc); in hpcfb_copyrows()
1439 callout_stop(&dc->dc_scroll_ch); in hpcfb_copyrows()