Searched refs:xo15_sci_gpe (Results 1 - 1 of 1) sorted by relevance
/linux-4.4.14/arch/x86/platform/olpc/ |
H A D | olpc-xo15-sci.c | 26 static unsigned long xo15_sci_gpe; variable 159 xo15_sci_gpe = tmp; xo15_sci_add() 160 status = acpi_install_gpe_handler(NULL, xo15_sci_gpe, xo15_sci_add() 166 dev_info(&device->dev, "Initialized, GPE = 0x%lx\n", xo15_sci_gpe); xo15_sci_add() 176 acpi_enable_gpe(NULL, xo15_sci_gpe); xo15_sci_add() 185 acpi_remove_gpe_handler(NULL, xo15_sci_gpe, xo15_sci_gpe_handler); xo15_sci_add() 192 acpi_disable_gpe(NULL, xo15_sci_gpe); xo15_sci_remove() 193 acpi_remove_gpe_handler(NULL, xo15_sci_gpe, xo15_sci_gpe_handler); xo15_sci_remove()
|
Completed in 40 milliseconds