Searched refs:vga_dev (Results 1 – 1 of 1) sorted by relevance
271 device_t vga_dev; in vgapm_suspend() local277 vga_dev = devclass_get_device(devclass_find(VGA_DRIVER_NAME), 0); in vgapm_suspend()278 if (vga_dev == NULL) in vgapm_suspend()280 vga_suspend(vga_dev); in vgapm_suspend()288 device_t vga_dev; in vgapm_resume() local290 vga_dev = devclass_get_device(devclass_find(VGA_DRIVER_NAME), 0); in vgapm_resume()291 if (vga_dev != NULL) in vgapm_resume()292 vga_resume(vga_dev); in vgapm_resume()