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

/freebsd-current/sys/dev/acpica/
H A Dacpi_video.c114 static UINT32 vo_get_device_status(ACPI_HANDLE);
405 if ((vo_get_device_status(vo->handle) & DCS_ACTIVE) == 0)
453 dcs = vo_get_device_status(vo->handle);
874 state = (vo_get_device_status(vo->handle) & DCS_ACTIVE) ? 1 : 0;
1192 vo_get_device_status(ACPI_HANDLE handle) function

Completed in 171 milliseconds