vo_get_device_status
static UINT32 vo_get_device_status(ACPI_HANDLE);
if ((vo_get_device_status(vo->handle) & DCS_ACTIVE) == 0)
dcs = vo_get_device_status(vo->handle);
state = (vo_get_device_status(vo->handle) & DCS_ACTIVE) ? 1 : 0;