Searched refs:acpi_enable_gpe (Results 1 – 11 of 11) sorted by relevance
/linux/drivers/acpi/acpica/ |
H A D | evxfgpe.c | 92 acpi_status acpi_enable_gpe(acpi_handle gpe_device, u32 gpe_number) in ACPI_EXPORT_SYMBOL() 98 ACPI_FUNCTION_TRACE(acpi_enable_gpe); in ACPI_EXPORT_SYMBOL() 131 ACPI_EXPORT_SYMBOL(acpi_enable_gpe) in ACPI_EXPORT_SYMBOL() argument
|
/linux/drivers/acpi/ |
H A D | wakeup.c | 92 acpi_enable_gpe(dev->wakeup.gpe_device, in acpi_wakeup_device_init()
|
H A D | device_pm.c | 879 status = acpi_enable_gpe(wakeup->gpe_device, wakeup->gpe_number); in __acpi_device_wakeup_enable()
|
H A D | ec.c | 348 acpi_enable_gpe(NULL, ec->gpe); in acpi_ec_enable_gpe()
|
/linux/drivers/platform/x86/ |
H A D | xo15-ebook.c | 133 acpi_enable_gpe(device->wakeup.gpe_device, in ebook_switch_add()
|
H A D | apple-gmux.c | 923 status = acpi_enable_gpe(NULL, gmux_data->gpe); in gmux_probe()
|
/linux/arch/x86/platform/olpc/ |
H A D | olpc-xo15-sci.c | 172 acpi_enable_gpe(NULL, xo15_sci_gpe); in xo15_sci_add()
|
/linux/drivers/platform/surface/ |
H A D | surface_gpe.c | 256 status = acpi_enable_gpe(NULL, gpe_number); in surface_gpe_probe()
|
/linux/drivers/gpio/ |
H A D | gpio-sch.c | 311 status = acpi_enable_gpe(NULL, sch->gpe); in sch_gpio_install_gpe_handler()
|
/linux/include/acpi/ |
H A D | acpixf.h | 723 acpi_enable_gpe(acpi_handle gpe_device,
|
/linux/drivers/input/keyboard/ |
H A D | applespi.c | 1748 acpi_sts = acpi_enable_gpe(NULL, applespi->gpe); in applespi_probe() 1894 acpi_sts = acpi_enable_gpe(NULL, applespi->gpe); in applespi_resume()
|