Searched refs:DCS_ACTIVE (Results 1 – 1 of 1) sorted by relevance
161 #define DCS_ACTIVE (1 << 1) macro405 if ((vo_get_device_status(vo->handle) & DCS_ACTIVE) == 0) in acpi_video_resume()456 if (((dcs & DCS_ACTIVE) && dss == DSS_INACTIVE) || in acpi_video_notify_handler()457 (!(dcs & DCS_ACTIVE) && dss == DSS_ACTIVE)) { in acpi_video_notify_handler()874 state = (vo_get_device_status(vo->handle) & DCS_ACTIVE) ? 1 : 0; in acpi_video_vo_active_sysctl()