Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/dev/acpica/
Dacpi_video.c355 ACPI_HANDLE lasthand; in acpi_video_notify_handler() local
363 lasthand = NULL; in acpi_video_notify_handler()
373 if (lasthand != NULL) in acpi_video_notify_handler()
374 vo_set_device_state(lasthand, dss_p); in acpi_video_notify_handler()
376 lasthand = vo->handle; in acpi_video_notify_handler()
379 if (lasthand != NULL) in acpi_video_notify_handler()
380 vo_set_device_state(lasthand, dss_p|DSS_COMMIT); in acpi_video_notify_handler()