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

/linux-master/drivers/acpi/acpica/
H A Devgpe.c57 if (gpe_event_info->runtime_count) {
134 if (gpe_event_info->runtime_count
166 if (gpe_event_info->runtime_count == ACPI_UINT8_MAX) {
170 gpe_event_info->runtime_count++;
171 if (gpe_event_info->runtime_count == 1) {
185 gpe_event_info->runtime_count--;
212 if (!gpe_event_info->runtime_count) {
216 gpe_event_info->runtime_count--;
217 if (!gpe_event_info->runtime_count) {
229 gpe_event_info->runtime_count
[all...]
H A Dacevents.h20 ((__gpe__)->runtime_count == 1 && \
H A Ddbdisply.c839 gpe_event_info->runtime_count,
H A Devxface.c783 ACPI_GPE_DISPATCH_NOTIFY)) && gpe_event_info->runtime_count) {
H A Daclocal.h453 u8 runtime_count; /* References to a run GPE */ member in struct:acpi_gpe_event_info

Completed in 121 milliseconds