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

/freebsd-13-stable/sys/dev/acpica/
H A Dacpi_video.c116 static UINT32 vo_get_device_status(ACPI_HANDLE);
410 if ((vo_get_device_status(vo->handle) & DCS_ACTIVE) == 0)
458 dcs = vo_get_device_status(vo->handle);
879 state = (vo_get_device_status(vo->handle) & DCS_ACTIVE) ? 1 : 0;
1197 vo_get_device_status(ACPI_HANDLE handle) function

Completed in 103 milliseconds