Home
last modified time | relevance | path

Searched refs:ACPI_ACTIVE_HIGH (Results 1 – 6 of 6) sorted by relevance

/netbsd/src/sys/dev/acpi/
Dacpi_gpio.c276 *irqmode = gpio->Polarity == ACPI_ACTIVE_HIGH ? in acpi_gpio_get_int()
282 } else if (gpio->Polarity == ACPI_ACTIVE_HIGH) { in acpi_gpio_get_int()
Damdgpio.c301 irqmode = gpio->Polarity == ACPI_ACTIVE_HIGH ? in amdgpio_register_event()
307 } else if (gpio->Polarity == ACPI_ACTIVE_HIGH) { in amdgpio_register_event()
Dplgpio_acpi.c171 case ACPI_ACTIVE_HIGH: in plgpio_acpi_register_event()
Dqcomgpio.c432 irqmode = gpio->Polarity == ACPI_ACTIVE_HIGH ? in qcomgpio_register_event()
438 } else if (gpio->Polarity == ACPI_ACTIVE_HIGH) { in qcomgpio_register_event()
/netbsd/src/sys/external/bsd/acpica/dist/resources/
Drsirq.c288 ACPI_ACTIVE_HIGH},
/netbsd/src/sys/external/bsd/acpica/dist/include/
Dacrestyp.h206 #define ACPI_ACTIVE_HIGH (UINT8) 0x00 macro