Searched refs:vd_suspend (Results 1 - 7 of 7) sorted by relevance

/freebsd-current/sys/dev/vt/hw/efifb/
H A Defifb.c65 .vd_suspend = vt_suspend,
/freebsd-current/sys/dev/vt/hw/vbefb/
H A Dvbefb.c65 .vd_suspend = vt_suspend,
/freebsd-current/sys/dev/vt/hw/simplefb/
H A Dsimplefb.c66 .vd_suspend = vt_suspend,
/freebsd-current/sys/dev/vt/
H A Dvt.h382 vd_suspend_t *vd_suspend; member in struct:vt_driver
H A Dvt_core.c3319 if (vd->vd_driver != NULL && vd->vd_driver->vd_suspend != NULL)
3320 vd->vd_driver->vd_suspend(vd);
/freebsd-current/sys/dev/vt/hw/fb/
H A Dvt_fb.c58 .vd_suspend = vt_fb_suspend,
/freebsd-current/sys/dev/virtio/gpu/
H A Dvirtio_gpu.c120 .vd_suspend = vt_fb_suspend,

Completed in 217 milliseconds